Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dparavirt.c397 .end_context_switch = paravirt_nop,
/arch/x86/include/asm/
Dparavirt_types.h188 void (*end_context_switch)(struct task_struct *next); member
Dparavirt.h664 PVOP_VCALL1(pv_cpu_ops.end_context_switch, next); in arch_end_context_switch()
/arch/x86/lguest/
Dboot.c1454 pv_cpu_ops.end_context_switch = lguest_end_context_switch; in lguest_init()
/arch/x86/xen/
Denlighten.c1276 .end_context_switch = xen_end_context_switch,