Home
last modified time | relevance | path

Searched refs:native_make_p4d (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dpgtable_64.h154 WRITE_ONCE(*p4dp, native_make_p4d(native_pgd_val(pgd))); in native_set_p4d()
159 native_set_p4d(p4d, native_make_p4d(0)); in native_p4d_clear()
H A Dpgtable_types.h348 static inline p4d_t native_make_p4d(pudval_t val) in native_make_p4d() function
360 static inline p4d_t native_make_p4d(pudval_t val) in native_make_p4d() function
/linux/arch/x86/xen/
H A Dmmu_pv.c592 return native_make_p4d(p4d); in xen_make_p4d()