Searched refs:native_set_pgd (Results 1 – 3 of 3) sorted by relevance
108 static inline void native_set_pgd(pgd_t *pgdp, pgd_t pgd) in native_set_pgd() function115 native_set_pgd(pgd, native_make_pgd(0)); in native_pgd_clear()
46 #define set_pgd(pgdp, pgd) native_set_pgd(pgdp, pgd)
463 .set_pgd = native_set_pgd,