Home
last modified time | relevance | path

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

/arch/x86/lguest/
Dboot.c1472 pv_mmu_ops.lazy_mode.enter = paravirt_enter_lazy_mmu; in lguest_init()
1473 pv_mmu_ops.lazy_mode.leave = lguest_leave_lazy_mmu_mode; in lguest_init()
1474 pv_mmu_ops.lazy_mode.flush = paravirt_flush_lazy_mmu; in lguest_init()
/arch/x86/include/asm/
Dparavirt.h670 PVOP_VCALL0(pv_mmu_ops.lazy_mode.enter); in arch_enter_lazy_mmu_mode()
675 PVOP_VCALL0(pv_mmu_ops.lazy_mode.leave); in arch_leave_lazy_mmu_mode()
680 PVOP_VCALL0(pv_mmu_ops.lazy_mode.flush); in arch_flush_lazy_mmu_mode()
Dparavirt_types.h313 struct pv_lazy_ops lazy_mode; member
/arch/x86/kernel/
Dparavirt.c482 .lazy_mode = {
/arch/x86/xen/
Dmmu.c2482 .lazy_mode = {