Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A 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()
H A Dpgtable_types.h398 static inline pmd_t native_make_pmd(pmdval_t val) in native_make_pmd() function
410 static inline pmd_t native_make_pmd(pmdval_t val) in native_make_pmd() function
/linux/include/trace/events/
H A Dxen.h169 (int)sizeof(pmdval_t) * 2, (unsigned long long)pmd_val(native_make_pmd(__entry->pmdval)),
/linux/arch/x86/xen/
H A Dmmu_pv.c488 return native_make_pmd(pmd); in xen_make_pmd()
1921 pmd = native_make_pmd(xen_read_phys_ulong(pa + pmd_index(vaddr) * in xen_early_virt_to_phys()