Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dparavirt.c286 void paravirt_start_context_switch(struct task_struct *prev) in paravirt_start_context_switch() function
/arch/x86/include/asm/
Dparavirt_types.h686 void paravirt_start_context_switch(struct task_struct *prev);
/arch/x86/lguest/
Dboot.c1453 pv_cpu_ops.start_context_switch = paravirt_start_context_switch; in lguest_init()
/arch/x86/xen/
Denlighten.c1275 .start_context_switch = paravirt_start_context_switch,