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

/arch/x86/include/asm/
H A Dpgtable_64.h98 static inline void native_set_pud(pud_t *pudp, pud_t pud) function
105 native_set_pud(pud, native_make_pud(0));
H A Dpgtable-3level.h98 static inline void native_set_pud(pud_t *pudp, pud_t pud) function
H A Dpgtable.h51 # define set_pud(pudp, pud) native_set_pud(pudp, pud)
/arch/x86/kernel/
H A Dparavirt.c454 .set_pud = native_set_pud,
/arch/x86/lguest/
H A Dboot.c697 native_set_pud(pudp, pudval);

Completed in 93 milliseconds