Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dhvf-i386.h21 void hvf_handle_io(CPUArchState *, uint16_t, void *, int, int, int);
H A Dx86_emu.c48 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()
[all …]
H A Dhvf.c106 void hvf_handle_io(CPUArchState *env, uint16_t port, void *buffer, in hvf_handle_io() function
532 hvf_handle_io(env, port, &val, 0, size, 1); in hvf_vcpu_exec()
547 hvf_handle_io(env, port, &RAX(env), 1, size, 1); in hvf_vcpu_exec()