Searched refs:pgd_flags (Results 1 – 3 of 3) sorted by relevance
941 return pgd_flags(pgd) & _PAGE_PRESENT; in pgd_present()973 return (pgd_flags(pgd) & ~ignore_flags) != _KERNPG_TABLE; in pgd_bad()
328 static inline pgdval_t pgd_flags(pgd_t pgd) in pgd_flags() function
534 (pgd_flags(*pgd) & _PAGE_USER) && in show_fault_oops()