Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c221 .cpu.end_context_switch = paravirt_nop,
/openbmc/linux/arch/x86/include/asm/
H A Dparavirt_types.h117 void (*end_context_switch)(struct task_struct *next); member
H A Dparavirt.h555 PVOP_VCALL1(cpu.end_context_switch, next); in arch_end_context_switch()
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c1186 .end_context_switch = xen_end_context_switch,