Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/
Dparavirt.c212 enter_lazy(PARAVIRT_LAZY_MMU); in paravirt_enter_lazy_mmu()
217 leave_lazy(PARAVIRT_LAZY_MMU); in paravirt_leave_lazy_mmu()
224 if (paravirt_get_lazy_mode() == PARAVIRT_LAZY_MMU) { in paravirt_flush_lazy_mmu()
237 if (this_cpu_read(paravirt_lazy_mode) == PARAVIRT_LAZY_MMU) { in paravirt_start_context_switch()
/kernel/linux/linux-5.10/include/xen/arm/
Dhypervisor.h13 PARAVIRT_LAZY_MMU, enumerator
/kernel/linux/linux-5.10/arch/x86/xen/
Dmmu_pv.c221 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_pmd_hyper()
253 if (paravirt_get_lazy_mode() != PARAVIRT_LAZY_MMU) in xen_batched_set_pte()
262 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_batched_set_pte()
308 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_ptep_modify_prot_commit()
402 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_pud_hyper()
482 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_p4d_hyper()
514 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_p4d()
1225 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_flush_tlb()
1245 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_flush_tlb_one_user()
1283 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_flush_tlb_others()
[all …]
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dparavirt_types.h629 PARAVIRT_LAZY_MMU, enumerator
/kernel/linux/linux-5.10/include/trace/events/
Dxen.h23 (__entry->mode == PARAVIRT_LAZY_MMU) ? "MMU" :