Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dpgtable_64.h158 static inline void native_set_pgd(pgd_t *pgdp, pgd_t pgd) in native_set_pgd() function
165 native_set_pgd(pgd, native_make_pgd(0)); in native_pgd_clear()
H A Dpgtable.h68 #define set_pgd(pgdp, pgd) native_set_pgd(pgdp, pgd)