Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable_64.h88 native_set_pmd(pmd, native_make_pmd(0)); in native_pmd_clear()
107 return native_make_pmd(xchg(&xp->pmd, 0)); in native_pmdp_get_and_clear()
Dpgtable_types.h384 static inline pmd_t native_make_pmd(pmdval_t val) in native_make_pmd() function
396 static inline pmd_t native_make_pmd(pmdval_t val) in native_make_pmd() function
Dpgtable.h111 #define __pmd(x) native_make_pmd(x)
375 return native_make_pmd(v | set); in pmd_set_flags()
382 return native_make_pmd(v & ~clear); in pmd_clear_flags()
Dparavirt.h543 set_pmd(pmdp, native_make_pmd(0)); in pmd_clear()
/arch/x86/xen/
Dmmu_pv.c424 return native_make_pmd(pmd); in xen_make_pmd()
1837 pmd = native_make_pmd(xen_read_phys_ulong(pa + pmd_index(vaddr) * in xen_early_virt_to_phys()