Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable_64.h132 static inline void native_set_pgd(pgd_t *pgdp, pgd_t pgd) in native_set_pgd() function
139 native_set_pgd(pgd, native_make_pgd(0)); in native_pgd_clear()
Dpgtable.h62 #define set_pgd(pgdp, pgd) native_set_pgd(pgdp, pgd)
/arch/x86/kernel/
Dparavirt.c468 .set_pgd = native_set_pgd,