Lines Matching refs:hvf_handle_io
48 void hvf_handle_io(CPUState *cs, uint16_t port, void *data,
401 hvf_handle_io(env_cpu(env), decode->op[0].val, &AL(env), 1, 1, 1); in exec_out()
404 hvf_handle_io(env_cpu(env), decode->op[0].val, &RAX(env), 1, in exec_out()
408 hvf_handle_io(env_cpu(env), DX(env), &AL(env), 1, 1, 1); in exec_out()
411 hvf_handle_io(env_cpu(env), DX(env), &RAX(env), 1, in exec_out()
426 hvf_handle_io(env_cpu(env), decode->op[0].val, &AL(env), 0, 1, 1); in exec_in()
429 hvf_handle_io(env_cpu(env), decode->op[0].val, &val, 0, in exec_in()
438 hvf_handle_io(env_cpu(env), DX(env), &AL(env), 0, 1, 1); in exec_in()
441 hvf_handle_io(env_cpu(env), DX(env), &val, 0, decode->operand_size, 1); in exec_in()
491 hvf_handle_io(env_cpu(env), DX(env), env->hvf_mmio_buf, 0, in exec_ins_single()
516 hvf_handle_io(env_cpu(env), DX(env), env->hvf_mmio_buf, 1, in exec_outs_single()