/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | emul-priv-op.c | 347 return X86EMUL_OKAY; in read_io() 448 return X86EMUL_OKAY; in write_io() 535 return X86EMUL_OKAY; in read_segment() 544 int rc = X86EMUL_OKAY; in pv_emul_virt_to_linear() 629 return X86EMUL_OKAY; in rep_ins() 697 return X86EMUL_OKAY; in rep_outs() 811 return X86EMUL_OKAY; in read_dr() 1205 return X86EMUL_OKAY; in _wbinvd() 1213 return X86EMUL_OKAY; in pv_emul_cpuid() 1299 return X86EMUL_OKAY; in insn_fetch() [all …]
|
A D | emulate.h | 15 return x86_insn_is_mem_write(state, ctxt) ? X86EMUL_OKAY in pv_emul_is_mem_write()
|
A D | ro-page-fault.c | 65 return X86EMUL_OKAY; in ptwr_emulated_read() 196 return X86EMUL_OKAY; in ptwr_emulated_update() 376 case X86EMUL_OKAY: in pv_ro_page_fault()
|
A D | emul-gate-op.c | 184 return X86EMUL_OKAY; in read_mem() 195 int jump = -1, rc = X86EMUL_OKAY; in pv_emulate_gate_op() 280 if ( rc != X86EMUL_OKAY || in pv_emulate_gate_op()
|
/xen-4.10.0-shim-comet/tools/tests/x86_emulator/ |
A D | test_x86_emulator.c | 174 return X86EMUL_OKAY; in read() 184 return X86EMUL_OKAY; in read() 195 return X86EMUL_OKAY; in read() 204 return X86EMUL_OKAY; in read() 218 return X86EMUL_OKAY; in fetch() 234 return X86EMUL_OKAY; in write() 251 return X86EMUL_OKAY; in cmpxchg() 263 return X86EMUL_OKAY; in read_segment() 275 return X86EMUL_OKAY; in read_msr() 280 return X86EMUL_OKAY; in read_msr() [all …]
|
A D | x86-emulate.c | 99 return X86EMUL_OKAY; in emul_test_cpuid() 112 return X86EMUL_OKAY; in emul_test_read_cr() 117 return X86EMUL_OKAY; in emul_test_read_cr() 145 return X86EMUL_OKAY; in emul_test_get_fpu()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | emulate.c | 63 return X86EMUL_OKAY; in null_read() 71 return X86EMUL_OKAY; in null_write() 85 return X86EMUL_OKAY; in set_context_data() 108 return X86EMUL_OKAY; in ioreq_server_read() 199 case X86EMUL_OKAY: in hvmemul_do_io() 310 return X86EMUL_OKAY; in hvmemul_do_io() 364 return X86EMUL_OKAY; in hvmemul_acquire_page() 751 return X86EMUL_OKAY; in hvmemul_linear_to_phys() 1078 return X86EMUL_OKAY; in __hvmemul_read() 1143 return X86EMUL_OKAY; in hvmemul_insn_fetch() [all …]
|
A D | intercept.c | 119 int rc = X86EMUL_OKAY, i, step = p->df ? -p->size : p->size; in hvm_process_io_intercept() 132 if ( rc != X86EMUL_OKAY ) in hvm_process_io_intercept() 191 if ( rc != X86EMUL_OKAY ) in hvm_process_io_intercept() 199 rc = X86EMUL_OKAY; in hvm_process_io_intercept()
|
A D | io.c | 149 case X86EMUL_OKAY: in handle_pio() 219 return X86EMUL_OKAY; in g2m_portio_read() 244 return X86EMUL_OKAY; in g2m_portio_write()
|
A D | vpic.c | 334 return X86EMUL_OKAY; in vpic_intercept_pic_io() 344 return X86EMUL_OKAY; in vpic_intercept_pic_io() 371 return X86EMUL_OKAY; in vpic_intercept_elcr_io()
|
A D | i8254.c | 507 return X86EMUL_OKAY; in handle_pit_io() 522 return X86EMUL_OKAY; in handle_pit_io() 557 return X86EMUL_OKAY; in handle_speaker_io()
|
A D | pmtimer.c | 214 return X86EMUL_OKAY; in handle_evt_io() 249 return X86EMUL_OKAY; in handle_pmt_io()
|
A D | vlapic.c | 631 return X86EMUL_OKAY; in vlapic_read() 638 return X86EMUL_OKAY; in vlapic_read() 669 return X86EMUL_OKAY; in hvm_x2apic_msr_read() 886 int rc = X86EMUL_OKAY; in vlapic_write() 929 return X86EMUL_OKAY; in vlapic_write() 955 return X86EMUL_OKAY; in vlapic_apicv_write() 1035 return X86EMUL_OKAY; in hvm_x2apic_msr_write()
|
A D | vmsi.c | 260 r = X86EMUL_OKAY; in msixtbl_read() 336 r = X86EMUL_OKAY; in msixtbl_write() 621 if ( msixtbl_write(v, ctrl_address, 4, 0) != X86EMUL_OKAY ) in msix_write_completion()
|
A D | hvm.c | 551 return X86EMUL_OKAY; in hvm_print_line() 564 return X86EMUL_OKAY; in hvm_print_line() 2030 return X86EMUL_OKAY; in hvm_set_efer() 2089 rc = X86EMUL_OKAY; in hvm_mov_to_cr() 2138 return X86EMUL_OKAY; in hvm_mov_from_cr() 2301 return X86EMUL_OKAY; in hvm_set_cr0() 2343 return X86EMUL_OKAY; in hvm_set_cr3() 2437 return X86EMUL_OKAY; in hvm_set_cr4() 3418 ret = X86EMUL_OKAY; in hvm_msr_read_intercept() 3562 ret = X86EMUL_OKAY; in hvm_msr_write_intercept() [all …]
|
A D | rtc.c | 707 return X86EMUL_OKAY; in handle_rtc_io() 713 return X86EMUL_OKAY; in handle_rtc_io() 718 return X86EMUL_OKAY; in handle_rtc_io()
|
A D | vioapic.c | 158 return X86EMUL_OKAY; in vioapic_read() 344 return X86EMUL_OKAY; in vioapic_write()
|
A D | hpet.c | 208 return X86EMUL_OKAY; in hpet_read() 496 return X86EMUL_OKAY; in hpet_write()
|
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/ |
A D | fuzz-emul.c | 105 rc = X86EMUL_OKAY; in maybe_fail() 109 rc = X86EMUL_OKAY; in maybe_fail() 144 if ( rc == X86EMUL_OKAY ) in data_read() 402 return X86EMUL_OKAY; in fuzz_read_segment() 418 if ( rc == X86EMUL_OKAY ) in fuzz_write_segment() 437 return X86EMUL_OKAY; in fuzz_read_cr() 453 if ( rc != X86EMUL_OKAY ) in fuzz_write_cr() 458 return X86EMUL_OKAY; in fuzz_write_cr() 513 return X86EMUL_OKAY; in fuzz_read_msr() 540 if ( rc != X86EMUL_OKAY ) in fuzz_write_msr() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/ |
A D | vvmx.c | 405 return X86EMUL_OKAY; in vmx_inst_check_privilege() 495 return X86EMUL_OKAY; in decode_vmx_inst() 1519 return X86EMUL_OKAY; in nvmx_handle_vmxon() 1536 return X86EMUL_OKAY; in nvmx_handle_vmxoff() 1608 return X86EMUL_OKAY; in nvmx_vmresume() 1756 return X86EMUL_OKAY; in nvmx_handle_vmptrld() 1781 return X86EMUL_OKAY; in nvmx_handle_vmptrst() 1833 return X86EMUL_OKAY; in nvmx_handle_vmclear() 1875 return X86EMUL_OKAY; in nvmx_handle_vmread() 1923 return X86EMUL_OKAY; in nvmx_handle_vmwrite() [all …]
|
A D | vmx.c | 2224 rc = X86EMUL_OKAY; in vmx_vcpu_emulate_vmfunc() 2682 return X86EMUL_OKAY; in vmx_cr_access() 2967 return X86EMUL_OKAY; in vmx_msr_read_intercept() 3154 return X86EMUL_OKAY; in vmx_msr_write_intercept() 3183 return X86EMUL_OKAY; in vmx_msr_write_intercept() 3903 case X86EMUL_OKAY: in vmx_vmexit_handler() 3918 case X86EMUL_OKAY: in vmx_vmexit_handler() 3929 if ( nvmx_handle_vmxoff(regs) == X86EMUL_OKAY ) in vmx_vmexit_handler() 3934 if ( nvmx_handle_vmxon(regs) == X86EMUL_OKAY ) in vmx_vmexit_handler() 3954 if ( nvmx_handle_vmread(regs) == X86EMUL_OKAY ) in vmx_vmexit_handler() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 1478 int rc = X86EMUL_OKAY; in ioport_access_check() 1496 case X86EMUL_OKAY: in ioport_access_check() 1511 case X86EMUL_OKAY: in ioport_access_check() 1565 int rc = X86EMUL_OKAY; in vcpu_has() 1731 case X86EMUL_OKAY: in protmode_load_seg() 1875 case X86EMUL_OKAY: in protmode_load_seg() 1901 return X86EMUL_OKAY; in protmode_load_seg() 2079 int rc = X86EMUL_OKAY; in x86_decode_onebyte() 2164 int rc = X86EMUL_OKAY; in x86_decode_twobyte() 2337 return X86EMUL_OKAY; in x86_decode_0f38() [all …]
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | msr.c | 146 return X86EMUL_OKAY; in guest_rdmsr() 191 return X86EMUL_OKAY; in guest_wrmsr()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | nestedsvm.c | 283 if (rc != X86EMUL_OKAY) in nsvm_vcpu_hostrestore() 291 if (rc != X86EMUL_OKAY) in nsvm_vcpu_hostrestore() 302 if (rc != X86EMUL_OKAY) in nsvm_vcpu_hostrestore() 330 if (rc != X86EMUL_OKAY) in nsvm_vcpu_hostrestore() 556 if (rc != X86EMUL_OKAY) in nsvm_vmcb_prepare4vmrun() 564 if (rc != X86EMUL_OKAY) in nsvm_vmcb_prepare4vmrun() 574 if (rc != X86EMUL_OKAY) in nsvm_vmcb_prepare4vmrun() 592 if (rc != X86EMUL_OKAY) in nsvm_vmcb_prepare4vmrun() 606 if (rc != X86EMUL_OKAY) in nsvm_vmcb_prepare4vmrun()
|
/xen-4.10.0-shim-comet/tools/tests/vhpet/ |
A D | emul.h | 68 #define X86EMUL_OKAY 100 macro
|