Home
last modified time | relevance | path

Searched refs:native_make_pud (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_64.h124 native_set_pud(pud, native_make_pud(0)); in native_pud_clear()
130 return native_make_pud(xchg(&xp->pud, 0)); in native_pudp_get_and_clear()
H A Dpgtable.h110 #define __pud(x) native_make_pud(x)
589 return native_make_pud(v | set); in pud_set_flags()
596 return native_make_pud(v & ~clear); in pud_clear_flags()
605 return native_make_pud(v); in pud_mksaveddirty()
614 return native_make_pud(v); in pud_clear_saveddirty()
H A Dpgtable_types.h374 static inline pud_t native_make_pud(pmdval_t val) in native_make_pud() function
386 static inline pud_t native_make_pud(pudval_t val) in native_make_pud() function
H A Dparavirt.h480 set_pud(pudp, native_make_pud(0)); in pud_clear()
/openbmc/linux/include/trace/events/
H A Dxen.h217 (int)sizeof(pudval_t) * 2, (unsigned long long)pud_val(native_make_pud(__entry->pudval)),
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c503 return native_make_pud(pud); in xen_make_pud()
1913 pud = native_make_pud(xen_read_phys_ulong(pa + pud_index(vaddr) * in xen_early_virt_to_phys()