Searched refs:native_set_pud (Results 1 – 5 of 5) sorted by relevance
99 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function106 native_set_pud(pud, native_make_pud(0)); in native_pud_clear()
98 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function
61 # define set_pud(pudp, pud) native_set_pud(pudp, pud)
460 .set_pud = native_set_pud,
701 native_set_pud(pudp, pudval); in lguest_set_pud()