Lines Matching refs:X86EMUL_OKAY
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()
285 rc = X86EMUL_OKAY; in hvmemul_do_io()
298 if ( rc != X86EMUL_OKAY ) in hvmemul_do_io()
310 return X86EMUL_OKAY; in hvmemul_do_io()
364 return X86EMUL_OKAY; in hvmemul_acquire_page()
385 if ( rc != X86EMUL_OKAY ) in hvmemul_do_io_addr()
408 if ( rc != X86EMUL_OKAY ) in hvmemul_do_io_addr()
420 if ( rc == X86EMUL_OKAY ) in hvmemul_do_io_addr()
597 err = ERR_PTR(~X86EMUL_OKAY); in hvmemul_map_linear_addr()
693 return X86EMUL_OKAY; in hvmemul_linear_to_phys()
706 if ( rc != X86EMUL_OKAY ) in hvmemul_linear_to_phys()
751 return X86EMUL_OKAY; in hvmemul_linear_to_phys()
771 return X86EMUL_OKAY; in hvmemul_virtual_to_linear()
818 return X86EMUL_OKAY; in hvmemul_virtual_to_linear()
844 int rc = X86EMUL_OKAY; in hvmemul_phys_mmio_access()
877 if ( rc != X86EMUL_OKAY ) in hvmemul_phys_mmio_access()
978 if ( rc != X86EMUL_OKAY ) in hvmemul_linear_mmio_access()
987 if ( rc != X86EMUL_OKAY ) in hvmemul_linear_mmio_access()
1000 if ( rc != X86EMUL_OKAY ) in hvmemul_linear_mmio_access()
1047 if ( rc != X86EMUL_OKAY || !bytes ) in __hvmemul_read()
1078 return X86EMUL_OKAY; in __hvmemul_read()
1121 if ( rc == X86EMUL_OKAY && bytes ) in hvmemul_insn_fetch()
1143 return X86EMUL_OKAY; in hvmemul_insn_fetch()
1169 if ( rc != X86EMUL_OKAY || !bytes ) in hvmemul_write()
1187 return X86EMUL_OKAY; in hvmemul_write()
1198 return X86EMUL_OKAY; in hvmemul_write_discard()
1209 return X86EMUL_OKAY; in hvmemul_rep_ins_discard()
1221 return X86EMUL_OKAY; in hvmemul_rep_movs_discard()
1232 return X86EMUL_OKAY; in hvmemul_rep_stos_discard()
1243 return X86EMUL_OKAY; in hvmemul_rep_outs_discard()
1254 return X86EMUL_OKAY; in hvmemul_cmpxchg_discard()
1263 return X86EMUL_OKAY; in hvmemul_read_io_discard()
1272 return X86EMUL_OKAY; in hvmemul_write_io_discard()
1280 return X86EMUL_OKAY; in hvmemul_write_msr_discard()
1286 return X86EMUL_OKAY; in hvmemul_wbinvd_discard()
1309 ? X86EMUL_OKAY : X86EMUL_UNHANDLEABLE; in hvmemul_validate()
1331 if ( rc != X86EMUL_OKAY ) in hvmemul_rep_ins()
1339 if ( rc != X86EMUL_OKAY ) in hvmemul_rep_ins()
1369 if ( rc == X86EMUL_OKAY ) in hvmemul_rep_outs_set_context()
1400 if ( rc != X86EMUL_OKAY ) in hvmemul_rep_outs()
1408 if ( rc != X86EMUL_OKAY ) in hvmemul_rep_outs()
1441 if ( rc != X86EMUL_OKAY ) in hvmemul_rep_movs()
1447 if ( rc != X86EMUL_OKAY ) in hvmemul_rep_movs()
1469 if ( rc != X86EMUL_OKAY ) in hvmemul_rep_movs()
1485 if ( rc != X86EMUL_OKAY ) in hvmemul_rep_movs()
1539 if ( rc != X86EMUL_OKAY) in hvmemul_rep_movs()
1572 return X86EMUL_OKAY; in hvmemul_rep_movs()
1593 if ( rc != X86EMUL_OKAY ) in hvmemul_rep_stos()
1613 if ( rc != X86EMUL_OKAY ) in hvmemul_rep_stos()
1678 return X86EMUL_OKAY; in hvmemul_rep_stos()
1709 return X86EMUL_OKAY; in hvmemul_read_segment()
1728 return X86EMUL_OKAY; in hvmemul_write_segment()
1770 return X86EMUL_OKAY; in hvmemul_read_cr()
1794 rc = X86EMUL_OKAY; in hvmemul_write_cr()
1846 return X86EMUL_OKAY; in hvmemul_wbinvd()
1853 return X86EMUL_OKAY; in hvmemul_cpuid()
1915 return X86EMUL_OKAY; in hvmemul_get_fpu()
2024 rc = X86EMUL_OKAY; in hvmemul_invlpg()
2027 if ( rc == X86EMUL_OKAY ) in hvmemul_invlpg()
2114 case X86EMUL_OKAY: in _hvm_emulate_one()