Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dkvm_host.h1619 TASK_SWITCH_CALL = 0, enumerator
/arch/x86/kvm/
Demulate.c3411 if (reason != TASK_SWITCH_CALL && reason != TASK_SWITCH_GATE) in emulator_do_task_switch()
3423 if (reason == TASK_SWITCH_CALL || reason == TASK_SWITCH_GATE) in emulator_do_task_switch()
/arch/x86/kvm/svm/
Dsvm.c2231 reason = TASK_SWITCH_CALL; in task_switch_interception()