Searched refs:PHYSICAL_PAGE_MASK (Results 1 – 4 of 4) sorted by relevance
18 #define PHYSICAL_PAGE_MASK (((signed long)PAGE_MASK) & __PHYSICAL_MASK) macro
213 #define PTE_PFN_MASK ((pteval_t)PHYSICAL_PAGE_MASK)
138 phys_addr &= PHYSICAL_PAGE_MASK; in __ioremap_caller()
465 pgd_t *base = __va(read_cr3() & PHYSICAL_PAGE_MASK); in dump_pagetable()601 pgd = __va(read_cr3() & PHYSICAL_PAGE_MASK); in show_fault_oops()