Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dpgtable_types.h291 #define PTE_FLAGS_MASK (~PTE_PFN_MASK) macro
338 return native_pgd_val(pgd) & PTE_FLAGS_MASK; in pgd_flags()
481 return native_pte_val(pte) & PTE_FLAGS_MASK; in pte_flags()
/linux/arch/sh/include/asm/
A Dpgtable.h75 #define PTE_FLAGS_MASK (~(PTE_PHYS_MASK) << PAGE_SHIFT) macro
A Dpage.h88 #define pte_pgprot(x) __pgprot(pte_val(x) & PTE_FLAGS_MASK)
/linux/arch/x86/mm/
A Ddump_pagetables.c254 pgprotval_t prot = val & PTE_FLAGS_MASK; in effective_prot()
283 new_prot = val & PTE_FLAGS_MASK; in note_page()
/linux/arch/x86/xen/
A Dmmu_pv.c337 pteval_t flags = val & PTE_FLAGS_MASK; in pte_mfn_to_pfn()
351 pteval_t flags = val & PTE_FLAGS_MASK; in pte_pfn_to_mfn()

Completed in 16 milliseconds