Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/
Dparavirt.c286 .mmu.make_pte = PTE_IDENT,
/linux-6.6.21/arch/x86/include/asm/
Dparavirt_types.h190 struct paravirt_callee_save make_pte; member
Dparavirt.h392 return (pte_t) { PVOP_ALT_CALLEE1(pteval_t, mmu.make_pte, val, in __pte()
/linux-6.6.21/arch/x86/xen/
Dmmu_pv.c2118 pv_ops.mmu.make_pte = PV_CALLEE_SAVE(xen_make_pte); in xen_post_allocator_init()
2162 .make_pte = PV_CALLEE_SAVE(xen_make_pte_init),