Searched refs:native_make_p4d (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Dpgtable_64.h154 WRITE_ONCE(*p4dp, native_make_p4d(native_pgd_val(pgd)));
159 native_set_p4d(p4d, native_make_p4d(0));
H A Dpgtable_types.h344 static inline p4d_t native_make_p4d(pudval_t val) function
356 static inline p4d_t native_make_p4d(pudval_t val) function
H A Dparavirt.h526 set_p4d(p4dp, native_make_p4d(0));
H A Dpgtable.h104 #define __p4d(x) native_make_p4d(x)
/linux-master/arch/x86/xen/
H A Dmmu_pv.c548 return native_make_p4d(p4d);

Completed in 128 milliseconds