Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/
Dkvm_emulate.h87 #define X86EMUL_RETRY_INSTR 3 /* retry the instruction for some reason */ macro
Dx86.c9100 if (r == X86EMUL_RETRY_INSTR || r == X86EMUL_PROPAGATE_FAULT) in x86_emulate_instruction()
/linux-6.12.1/arch/x86/kvm/svm/
Dsvm.c4817 return X86EMUL_RETRY_INSTR; in svm_check_emulate_instruction()
4941 return X86EMUL_RETRY_INSTR; in svm_check_emulate_instruction()