Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dpgtable_64.h151 pgd = native_make_pgd(native_p4d_val(p4d)); in native_set_p4d()
168 native_set_pgd(pgd, native_make_pgd(0)); in native_pgd_clear()
Dpgtable_types.h316 static inline pgd_t native_make_pgd(pgdval_t val) in native_make_pgd() function
348 return (p4d_t) { .pgd = native_make_pgd((pgdval_t)val) }; in native_make_p4d()
374 return (pud_t) { .p4d.pgd = native_make_pgd(val) }; in native_make_pud()
400 return (pmd_t) { .pud.p4d.pgd = native_make_pgd(val) }; in native_make_pmd()
Dparavirt.h520 set_pgd(pgdp, native_make_pgd(0)); \
Dpgtable.h97 #define __pgd(x) native_make_pgd(x)
/arch/x86/xen/
Dmmu_pv.c379 return native_make_pgd(pgd); in xen_make_pgd()
1823 pgd = native_make_pgd(xen_read_phys_ulong(pa + pgd_index(vaddr) * in xen_early_virt_to_phys()