Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dparavirt.c256 void paravirt_enter_lazy_mmu(void) in paravirt_enter_lazy_mmu() function
/arch/x86/include/asm/
Dparavirt_types.h682 void paravirt_enter_lazy_mmu(void);
/arch/x86/lguest/
Dboot.c1334 pv_mmu_ops.lazy_mode.enter = paravirt_enter_lazy_mmu; in lguest_init()
/arch/x86/xen/
Dmmu.c2077 .enter = paravirt_enter_lazy_mmu,