Searched refs:X86EMUL_CONTINUE (Results 1 – 8 of 8) sorted by relevance
463 _fault ? X86EMUL_UNHANDLEABLE : X86EMUL_CONTINUE; \746 return X86EMUL_CONTINUE; in __linearize()775 if (rc == X86EMUL_CONTINUE) in assign_eip()794 return X86EMUL_CONTINUE; in emulator_recalc_and_set_mode()802 return X86EMUL_CONTINUE; in emulator_recalc_and_set_mode()823 return X86EMUL_CONTINUE; in emulator_recalc_and_set_mode()835 if (rc != X86EMUL_CONTINUE) in assign_eip_far()868 if (rc != X86EMUL_CONTINUE) in segmented_read_std()882 if (rc != X86EMUL_CONTINUE) in segmented_write_std()912 if (unlikely(rc != X86EMUL_CONTINUE)) in __do_insn_fetch_bytes()[all …]
402 return X86EMUL_CONTINUE; in rsm_load_seg_32()418 return X86EMUL_CONTINUE; in rsm_load_seg_64()464 return X86EMUL_CONTINUE; in rsm_enter_protected_mode()509 if (r != X86EMUL_CONTINUE) in rsm_load_state_32()555 if (r != X86EMUL_CONTINUE) in rsm_load_state_64()568 return X86EMUL_CONTINUE; in rsm_load_state_64()
81 #define X86EMUL_CONTINUE 0 macro
7353 int r = X86EMUL_CONTINUE; in kvm_read_guest_virt_helper()7403 return X86EMUL_CONTINUE; in kvm_fetch_guest_virt()7445 int r = X86EMUL_CONTINUE; in kvm_write_guest_virt_helper()7640 return X86EMUL_CONTINUE; in write_exit_mmio()7687 return X86EMUL_CONTINUE; in emulator_read_write_onepage()7694 return X86EMUL_CONTINUE; in emulator_read_write_onepage()7705 return X86EMUL_CONTINUE; in emulator_read_write_onepage()7720 return X86EMUL_CONTINUE; in emulator_read_write()7732 if (rc != X86EMUL_CONTINUE) in emulator_read_write()7743 if (rc != X86EMUL_CONTINUE) in emulator_read_write()[all …]
240 } else if (r != X86EMUL_CONTINUE) { in handle_encls_ecreate()
5103 if (r != X86EMUL_CONTINUE) { in nested_vmx_get_vmptr()5465 if (r != X86EMUL_CONTINUE) in handle_vmread()5538 if (r != X86EMUL_CONTINUE) in handle_vmwrite()5708 if (r != X86EMUL_CONTINUE) in handle_vmptrst()5754 if (r != X86EMUL_CONTINUE) in handle_invept()5837 if (r != X86EMUL_CONTINUE) in handle_invvpid()
7982 return intercept ? X86EMUL_UNHANDLEABLE : X86EMUL_CONTINUE; in vmx_check_intercept_io()8021 return X86EMUL_CONTINUE; in vmx_check_intercept()8037 return X86EMUL_CONTINUE; in vmx_check_intercept()
4495 int vmexit, ret = X86EMUL_CONTINUE; in svm_check_intercept() 4603 : X86EMUL_CONTINUE; in svm_setup_mce()