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

/linux-master/arch/x86/include/asm/
H A Dpgtable_64.h124 native_set_pud(pud, native_make_pud(0));
130 return native_make_pud(xchg(&xp->pud, 0));
H A Dpgtable.h109 #define __pud(x) native_make_pud(x)
605 return native_make_pud(v | set);
612 return native_make_pud(v & ~clear);
621 return native_make_pud(v);
630 return native_make_pud(v);
H A Dpgtable_types.h370 static inline pud_t native_make_pud(pmdval_t val) function
382 static inline pud_t native_make_pud(pudval_t val) function
H A Dparavirt.h479 set_pud(pudp, native_make_pud(0));
/linux-master/include/trace/events/
H A Dxen.h217 (int)sizeof(pudval_t) * 2, (unsigned long long)pud_val(native_make_pud(__entry->pudval)),
/linux-master/arch/x86/xen/
H A Dmmu_pv.c458 return native_make_pud(pud);
1861 pud = native_make_pud(xen_read_phys_ulong(pa + pud_index(vaddr) *

Completed in 150 milliseconds