Home
last modified time | relevance | path

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

/arch/x86/xen/
Dmmu.c346 ADD_STATS(pmd_update_batched, paravirt_get_lazy_mode() == PARAVIRT_LAZY_MMU); in xen_set_pmd_hyper()
348 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_pmd_hyper()
391 if (paravirt_get_lazy_mode() == PARAVIRT_LAZY_MMU) { in xen_set_pte_at()
397 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_pte_at()
429 ADD_STATS(prot_commit_batched, paravirt_get_lazy_mode() == PARAVIRT_LAZY_MMU); in xen_ptep_modify_prot_commit()
431 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_ptep_modify_prot_commit()
497 ADD_STATS(pud_update_batched, paravirt_get_lazy_mode() == PARAVIRT_LAZY_MMU); in xen_set_pud_hyper()
499 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_pud_hyper()
524 ADD_STATS(pte_update_batched, paravirt_get_lazy_mode() == PARAVIRT_LAZY_MMU); in xen_set_pte()
613 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_pgd_hyper()
[all …]
Denlighten.c614 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_flush_tlb()
632 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_flush_tlb_single()
676 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_flush_tlb_others()
/arch/x86/kernel/
Dparavirt.c248 enter_lazy(PARAVIRT_LAZY_MMU); in paravirt_enter_lazy_mmu()
253 paravirt_leave_lazy(PARAVIRT_LAZY_MMU); in paravirt_leave_lazy_mmu()
275 if (paravirt_get_lazy_mode() == PARAVIRT_LAZY_MMU) { in arch_flush_lazy_mmu_mode()
Dkvm.c79 if (state->mode != PARAVIRT_LAZY_MMU) { in kvm_deferred_mmu_op()
/arch/x86/include/asm/
Dparavirt.h1333 PARAVIRT_LAZY_MMU, enumerator