Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dparavirt.c196 .mmu.make_p4d = PTE_IDENT,
/linux/arch/x86/include/asm/
H A Dparavirt_types.h172 struct paravirt_callee_save make_p4d; member
H A Dparavirt.h434 p4dval_t ret = PVOP_ALT_CALLEE1(p4dval_t, pv_ops, mmu.make_p4d, val, in __p4d()
/linux/arch/x86/xen/
H A Dmmu_pv.c2225 pv_ops.mmu.make_p4d = PV_CALLEE_SAVE(xen_make_p4d); in xen_init_mmu_ops()