Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h2114 TASK_SWITCH_CALL = 0, enumerator
/openbmc/linux/arch/x86/kvm/
H A Demulate.c2984 if (reason != TASK_SWITCH_CALL && reason != TASK_SWITCH_GATE) in emulator_do_task_switch()
2995 if (reason == TASK_SWITCH_CALL || reason == TASK_SWITCH_GATE) in emulator_do_task_switch()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c2539 reason = TASK_SWITCH_CALL; in task_switch_interception()