Searched refs:p4d_flags (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgtable.h872 #define p4d_pgprot(x) __pgprot(p4d_flags(x))
1109 return p4d_flags(p4d) & _PAGE_PRESENT;
1130 return (p4d_flags(p4d) & ~ignore_flags) != 0;
H A Dpgtable_types.h428 static inline p4dval_t p4d_flags(p4d_t p4d) function

Completed in 312 milliseconds