Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dpgtable_64.h142 static inline void native_set_p4d(p4d_t *p4dp, p4d_t p4d) in native_set_p4d() function
159 native_set_p4d(p4d, native_make_p4d(0)); in native_p4d_clear()
Dpgtable.h81 # define set_p4d(p4dp, p4d) native_set_p4d(p4dp, p4d)
/linux-6.12.1/arch/x86/kernel/
Dparavirt.c231 .mmu.set_p4d = native_set_p4d,