Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpage.h101 static inline pud_t native_make_pud(pmdval_t val) in native_make_pud() function
166 #define __pud(x) native_make_pud(x)
Dpgtable_64.h124 native_set_pud(pud, native_make_pud(0)); in native_pud_clear()
/arch/x86/kernel/
Dparavirt.c458 .make_pud = native_make_pud,
/arch/x86/xen/
Dmmu.c570 return native_make_pud(pud); in xen_make_pud()