Searched refs:pgd_flags (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h336 static inline pgdval_t pgd_flags(pgd_t pgd) function
H A Dpgtable.h1144 return pgd_flags(pgd) & _PAGE_PRESENT;
1176 return (pgd_flags(pgd) & ~ignore_flags) != _KERNPG_TABLE;
/linux-master/arch/x86/mm/
H A Dfault.c529 (pgd_flags(*pgd) & _PAGE_USER) &&

Completed in 111 milliseconds