Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable_64.h220 static inline void native_set_p4d(p4d_t *p4dp, p4d_t p4d) in native_set_p4d() function
232 native_set_p4d(p4d, native_make_p4d(0)); in native_p4d_clear()
234 native_set_p4d(p4d, (p4d_t) { .pgd = native_make_pgd(0)}); in native_p4d_clear()
Dpgtable.h72 # define set_p4d(p4dp, p4d) native_set_p4d(p4dp, p4d)
/arch/x86/kernel/
Dparavirt.c437 .set_p4d = native_set_p4d,
/arch/x86/mm/
Dmem_encrypt.c308 native_set_p4d(p4d_p, p4d); in sme_prepare_pgd()