Searched refs:native_make_pud (Results 1 – 5 of 5) sorted by relevance
118 native_set_pud(pud, native_make_pud(0)); in native_pud_clear()124 return native_make_pud(xchg(&xp->pud, 0)); in native_pudp_get_and_clear()
337 static inline pud_t native_make_pud(pmdval_t val) in native_make_pud() function349 static inline pud_t native_make_pud(pudval_t val) in native_make_pud() function
103 #define __pud(x) native_make_pud(x)420 return native_make_pud(v | set); in pud_set_flags()427 return native_make_pud(v & ~clear); in pud_clear_flags()
233 (int)sizeof(pudval_t) * 2, (unsigned long long)pud_val(native_make_pud(__entry->pudval)),
472 return native_make_pud(pud); in xen_make_pud()2028 pud = native_make_pud(xen_read_phys_ulong(pa + pud_index(vaddr) * in xen_early_virt_to_phys()