Searched refs:PAGE_MASK_PHYS (Results 1 – 4 of 4) sorted by relevance
13 #define PAGE_MASK_PHYS (0xff00000000ull | PAGE_MASK) macro18 #define PAGE_MASK_PHYS PAGE_MASK macro
110 #define _PAGE_CHG_MASK (PAGE_MASK_PHYS | _PAGE_ACCESSED | _PAGE_DIRTY | \135 #define PTE_BITS_NON_RWX_IN_PD1 (PAGE_MASK_PHYS | _PAGE_CACHEABLE)
76 paddr &= PAGE_MASK_PHYS; in ioremap_prot()
579 phys_addr_t paddr = pte_val(*ptep) & PAGE_MASK_PHYS; in update_mmu_cache()