Home
last modified time | relevance | path

Searched refs:TASK_SWITCH_CALL (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dkvm_host.h1614 TASK_SWITCH_CALL = 0, enumerator
/kernel/linux/linux-5.10/arch/x86/kvm/
Demulate.c3378 if (reason != TASK_SWITCH_CALL && reason != TASK_SWITCH_GATE) in emulator_do_task_switch()
3390 if (reason == TASK_SWITCH_CALL || reason == TASK_SWITCH_GATE) in emulator_do_task_switch()
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
Dsvm.c2233 reason = TASK_SWITCH_CALL; in task_switch_interception()