Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_types.h340 static inline pgdval_t pgd_flags(pgd_t pgd) in pgd_flags() function
H A Dpgtable.h1134 return pgd_flags(pgd) & _PAGE_PRESENT; in pgd_present()
1166 return (pgd_flags(pgd) & ~ignore_flags) != _KERNPG_TABLE; in pgd_bad()
/openbmc/linux/arch/x86/mm/pat/
H A Dset_memory.c682 *nx |= pgd_flags(*pgd) & _PAGE_NX; in lookup_address_in_pgd_attr()
683 *rw &= pgd_flags(*pgd) & _PAGE_RW; in lookup_address_in_pgd_attr()
/openbmc/linux/arch/x86/mm/
H A Dfault.c527 (pgd_flags(*pgd) & _PAGE_USER) && in show_fault_oops()