Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dparavirt.c369 .mmu.make_pte = PTE_IDENT,
/linux-6.1.9/arch/x86/include/asm/
Dparavirt_types.h213 struct paravirt_callee_save make_pte; member
Dparavirt.h397 return (pte_t) { PVOP_ALT_CALLEE1(pteval_t, mmu.make_pte, val, in __pte()
/linux-6.1.9/arch/x86/xen/
Dmmu_pv.c2092 pv_ops.mmu.make_pte = PV_CALLEE_SAVE(xen_make_pte); in xen_post_allocator_init()
2136 .make_pte = PV_CALLEE_SAVE(xen_make_pte_init),