Searched refs:pgd_flags (Results 1 – 2 of 2) sorted by relevance
560 return pgd_flags(pgd) & _PAGE_PRESENT; in pgd_present()587 return (pgd_flags(pgd) & ~_PAGE_USER) != _KERNPG_TABLE; in pgd_bad()
226 static inline pgdval_t pgd_flags(pgd_t pgd) in pgd_flags() function