Searched refs:native_p4d_val (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgtable_types.h349 static inline p4dval_t native_p4d_val(p4d_t p4d) function
361 static inline p4dval_t native_p4d_val(p4d_t p4d) function
430 return native_p4d_val(p4d) & p4d_flags_mask(p4d);
H A Dpgtable_64.h152 pgd = native_make_pgd(native_p4d_val(p4d));
H A Dparavirt.h484 p4dval_t val = native_p4d_val(p4d);
H A Dpgtable.h103 #define p4d_val(x) native_p4d_val(x)
1104 return (native_p4d_val(p4d) & ~(_PAGE_KNL_ERRATUM_MASK)) == 0;

Completed in 117 milliseconds