Home
last modified time | relevance | path

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

/arch/arm/include/asm/xen/
Dhypervisor.h12 PARAVIRT_LAZY_MMU, enumerator
/arch/x86/kernel/
Dparavirt.c266 enter_lazy(PARAVIRT_LAZY_MMU); in paravirt_enter_lazy_mmu()
271 leave_lazy(PARAVIRT_LAZY_MMU); in paravirt_leave_lazy_mmu()
278 if (paravirt_get_lazy_mode() == PARAVIRT_LAZY_MMU) { in paravirt_flush_lazy_mmu()
290 if (this_cpu_read(paravirt_lazy_mode) == PARAVIRT_LAZY_MMU) { in paravirt_start_context_switch()
/arch/x86/xen/
Dmmu.c213 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_domain_pte()
266 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_pmd_hyper()
298 if (paravirt_get_lazy_mode() != PARAVIRT_LAZY_MMU) in xen_batched_set_pte()
307 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_batched_set_pte()
363 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_ptep_modify_prot_commit()
459 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_pud_hyper()
561 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_pgd_hyper()
591 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_set_pgd()
1327 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_flush_tlb_all()
1344 xen_mc_issue(PARAVIRT_LAZY_MMU); in xen_flush_tlb()
[all …]
/arch/x86/include/asm/
Dparavirt_types.h681 PARAVIRT_LAZY_MMU, enumerator