Home
last modified time | relevance | path

Searched refs:PHYSICAL_PAGE_MASK (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dpage_types.h24 #define PHYSICAL_PAGE_MASK (((signed long)PAGE_MASK) & __PHYSICAL_MASK) macro
Dpgtable_types.h213 #define PTE_PFN_MASK ((pteval_t)PHYSICAL_PAGE_MASK)
/linux-4.4.14/arch/x86/mm/
Dioremap.c130 phys_addr &= PHYSICAL_PAGE_MASK; in __ioremap_caller()
Dfault.c469 pgd_t *base = __va(read_cr3() & PHYSICAL_PAGE_MASK); in dump_pagetable()
605 pgd = __va(read_cr3() & PHYSICAL_PAGE_MASK); in show_fault_oops()
/linux-4.4.14/arch/x86/xen/
Dmmu.c1144 unsigned long pa = __pa(pgtbl) & PHYSICAL_PAGE_MASK; in xen_cleanmfnmap_free_pgtbl()
1175 pa = pud_val(*pud) & PHYSICAL_PAGE_MASK; in xen_cleanmfnmap()
1181 pa = pmd_val(*pmd) & PHYSICAL_PAGE_MASK; in xen_cleanmfnmap()