Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dpgtable_64.h106 native_set_pud(pud, native_make_pud(0)); in native_pud_clear()
Dpgtable_types.h240 static inline pud_t native_make_pud(pmdval_t val) in native_make_pud() function
Dpgtable.h81 #define __pud(x) native_make_pud(x)
/linux-4.4.14/include/trace/events/
Dxen.h240 (int)sizeof(pudval_t) * 2, (unsigned long long)pud_val(native_make_pud(__entry->pudval)),
/linux-4.4.14/arch/x86/xen/
Dmmu.c517 return native_make_pud(pud); in xen_make_pud()
2058 pud = native_make_pud(xen_read_phys_ulong(pa + pud_index(vaddr) * in xen_early_virt_to_phys()