Home
last modified time | relevance | path

Searched refs:native_set_pud (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dpgtable_64.h99 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function
106 native_set_pud(pud, native_make_pud(0)); in native_pud_clear()
Dpgtable-3level.h98 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function
Dpgtable.h61 # define set_pud(pudp, pud) native_set_pud(pudp, pud)
/linux-4.4.14/arch/x86/kernel/
Dparavirt.c460 .set_pud = native_set_pud,
/linux-4.4.14/arch/x86/lguest/
Dboot.c701 native_set_pud(pudp, pudval); in lguest_set_pud()