Searched refs:end_context_switch (Results 1 – 5 of 5) sorted by relevance
398 .end_context_switch = paravirt_nop,
194 void (*end_context_switch)(struct task_struct *next); member
688 PVOP_VCALL1(pv_cpu_ops.end_context_switch, next); in arch_end_context_switch()
1458 pv_cpu_ops.end_context_switch = lguest_end_context_switch; in lguest_init()
1261 .end_context_switch = xen_end_context_switch,