Searched refs:start_context_switch (Results 1 – 4 of 4) sorted by relevance
139 .cpu.start_context_switch = paravirt_nop,
85 void (*start_context_switch)(struct task_struct *prev); member
487 PVOP_VCALL1(pv_ops, cpu.start_context_switch, prev); in arch_start_context_switch()
1395 pv_ops.cpu.start_context_switch = xen_start_context_switch; in xen_start_kernel()