Home
last modified time | relevance | path

Searched refs:pgd_flags (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/arch/x86/include/asm/
H A Dpgtable_types.h342 static inline pgdval_t pgd_flags(pgd_t pgd) in pgd_flags() function
H A Dpgtable.h1187 return pgd_flags(pgd) & _PAGE_PRESENT; in pgd_present()
1219 return (pgd_flags(pgd) & ~ignore_flags) != _KERNPG_TABLE; in pgd_bad()
/linux-6.15/arch/x86/mm/
H A Dfault.c530 (pgd_flags(*pgd) & _PAGE_USER) && in show_fault_oops()
/linux-6.15/arch/x86/mm/pat/
H A Dset_memory.c733 *nx |= pgd_flags(*pgd) & _PAGE_NX; in lookup_address_in_pgd_attr()
734 *rw &= pgd_flags(*pgd) & _PAGE_RW; in lookup_address_in_pgd_attr()