Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/
Dparavirt.c304 .cpu.end_context_switch = paravirt_nop,
/linux-5.19.10/arch/x86/include/asm/
Dparavirt_types.h137 void (*end_context_switch)(struct task_struct *next); member
Dparavirt.h560 PVOP_VCALL1(cpu.end_context_switch, next); in arch_end_context_switch()
/linux-5.19.10/arch/x86/xen/
Denlighten_pv.c1062 .end_context_switch = xen_end_context_switch,