Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dpgtable_64.h147 WRITE_ONCE(*p4dp, native_make_p4d(native_pgd_val(pgd))); in native_set_p4d()
152 native_set_p4d(p4d, native_make_p4d(0)); in native_p4d_clear()
Dpgtable_types.h311 static inline p4d_t native_make_p4d(pudval_t val) in native_make_p4d() function
323 static inline p4d_t native_make_p4d(pudval_t val) in native_make_p4d() function
Dpgtable.h98 #define __p4d(x) native_make_p4d(x)
/Linux-v4.19/arch/x86/xen/
Dmmu_pv.c562 return native_make_p4d(p4d); in xen_make_p4d()