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.h1515 TASK_SWITCH_CALL = 0, enumerator
/arch/x86/kvm/
Demulate.c3343 if (reason != TASK_SWITCH_CALL && reason != TASK_SWITCH_GATE) in emulator_do_task_switch()
3355 if (reason == TASK_SWITCH_CALL || reason == TASK_SWITCH_GATE) in emulator_do_task_switch()
Dsvm.c3873 reason = TASK_SWITCH_CALL; in task_switch_interception()