Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/
Dparavirt.c303 .cpu.start_context_switch = paravirt_nop,
/linux-6.1.9/arch/x86/include/asm/
Dparavirt_types.h136 void (*start_context_switch)(struct task_struct *prev); member
Dparavirt.h555 PVOP_VCALL1(cpu.start_context_switch, prev); in arch_start_context_switch()
/linux-6.1.9/arch/x86/xen/
Denlighten_pv.c1104 .start_context_switch = paravirt_start_context_switch,