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.h1018 TASK_SWITCH_CALL = 0, enumerator
/arch/x86/kvm/
Demulate.c2846 if (reason != TASK_SWITCH_CALL && reason != TASK_SWITCH_GATE) in emulator_do_task_switch()
2858 if (reason == TASK_SWITCH_CALL || reason == TASK_SWITCH_GATE) in emulator_do_task_switch()
Dsvm.c2826 reason = TASK_SWITCH_CALL; in task_switch_interception()