Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/include/asm/
Dkvm_host.h1940 TASK_SWITCH_CALL = 0, enumerator
/linux-5.19.10/arch/x86/kvm/
Demulate.c3298 if (reason != TASK_SWITCH_CALL && reason != TASK_SWITCH_GATE) in emulator_do_task_switch()
3309 if (reason == TASK_SWITCH_CALL || reason == TASK_SWITCH_GATE) in emulator_do_task_switch()
/linux-5.19.10/arch/x86/kvm/svm/
Dsvm.c2335 reason = TASK_SWITCH_CALL; in task_switch_interception()