Searched refs:native_set_p4d (Results 1 – 4 of 4) sorted by relevance
220 static inline void native_set_p4d(p4d_t *p4dp, p4d_t p4d) in native_set_p4d() function232 native_set_p4d(p4d, native_make_p4d(0)); in native_p4d_clear()234 native_set_p4d(p4d, (p4d_t) { .pgd = native_make_pgd(0)}); in native_p4d_clear()
72 # define set_p4d(p4dp, p4d) native_set_p4d(p4dp, p4d)
437 .set_p4d = native_set_p4d,
308 native_set_p4d(p4d_p, p4d); in sme_prepare_pgd()