Searched refs:pgd_flags (Results 1 – 3 of 3) sorted by relevance
912 return pgd_flags(pgd) & _PAGE_PRESENT; in pgd_present()944 return (pgd_flags(pgd) & ~ignore_flags) != _KERNPG_TABLE; in pgd_bad()
323 static inline pgdval_t pgd_flags(pgd_t pgd) in pgd_flags() function
526 (pgd_flags(*pgd) & _PAGE_USER) && in show_fault_oops()
Completed in 11 milliseconds