Searched refs:native_set_pud (Results 1 – 5 of 5) sorted by relevance
117 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function124 native_set_pud(pud, native_make_pud(0)); in native_pud_clear()
25 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function
103 static inline void native_set_pud(pud_t *pudp, pud_t pud) in native_set_pud() function
89 # define set_pud(pudp, pud) native_set_pud(pudp, pud)1022 native_set_pud(pudp, pud); in set_pud_at()
349 .mmu.set_pud = native_set_pud,