Home
last modified time | relevance | path

Searched refs:SVM_EXITINTINFO_TYPE_SOFT (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/
H A Dsvm.h60 #define SVM_EXITINTINFO_TYPE_SOFT SVM_EVTINJ_TYPE_SOFT macro
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h313 #define SVM_EXITINTINFO_TYPE_SOFT SVM_EVTINJ_TYPE_SOFT macro
/openbmc/linux/arch/x86/include/asm/
H A Dsvm.h617 #define SVM_EXITINTINFO_TYPE_SOFT SVM_EVTINJ_TYPE_SOFT macro
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm.c2556 case SVM_EXITINTINFO_TYPE_SOFT: in task_switch_interception()
2565 int_type == SVM_EXITINTINFO_TYPE_SOFT || in task_switch_interception()
2572 if (int_type != SVM_EXITINTINFO_TYPE_SOFT) in task_switch_interception()
4021 bool is_soft = (type == SVM_EXITINTINFO_TYPE_SOFT); in svm_complete_soft_interrupt()
4109 case SVM_EXITINTINFO_TYPE_SOFT: in svm_complete_interrupts()