Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dparavirt.c243 .mmu.make_pte = PTE_IDENT,
/linux/arch/x86/include/asm/
H A Dparavirt_types.h182 struct paravirt_callee_save make_pte; member
H A Dparavirt.h394 return (pte_t) { PVOP_ALT_CALLEE1(pteval_t, mmu.make_pte, val, in __pte()
/linux/arch/x86/xen/
H A Dmmu_pv.c2115 pv_ops.mmu.make_pte = PV_CALLEE_SAVE(xen_make_pte); in xen_post_allocator_init()
2159 .make_pte = PV_CALLEE_SAVE(xen_make_pte_init),