Searched refs:end_context_switch (Results 1 – 5 of 5) sorted by relevance
397 .end_context_switch = paravirt_nop,
188 void (*end_context_switch)(struct task_struct *next); member
664 PVOP_VCALL1(pv_cpu_ops.end_context_switch, next); in arch_end_context_switch()
1454 pv_cpu_ops.end_context_switch = lguest_end_context_switch; in lguest_init()
1276 .end_context_switch = xen_end_context_switch,