Home
last modified time | relevance | path

Searched refs:start_context_switch (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c220 .cpu.start_context_switch = paravirt_nop,
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h116 void (*start_context_switch)(struct task_struct *prev); member
H A Dparavirt.h550 PVOP_VCALL1(cpu.start_context_switch, prev); in arch_start_context_switch()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1185 .start_context_switch = xen_start_context_switch,