end_context_switch  611 arch/x86/include/asm/paravirt.h 	PVOP_VCALL1(cpu.end_context_switch, next);
end_context_switch  179 arch/x86/include/asm/paravirt_types.h 	void (*end_context_switch)(struct task_struct *next);
end_context_switch  347 arch/x86/kernel/paravirt.c 	.cpu.end_context_switch		= paravirt_nop,
end_context_switch 1066 arch/x86/xen/enlighten_pv.c 	.end_context_switch = xen_end_context_switch,