Searched refs:hvf_handle_io (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/i386/hvf/ |
H A D | hvf-i386.h | 21 void hvf_handle_io(CPUArchState *, uint16_t, void *, int, int, int);
|
H A D | x86_emu.c | 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() [all …]
|
H A D | hvf.c | 106 void hvf_handle_io(CPUArchState *env, uint16_t port, void *buffer, in hvf_handle_io() function 539 hvf_handle_io(env, port, &val, 0, size, 1); in hvf_vcpu_exec() 554 hvf_handle_io(env, port, &RAX(env), 1, size, 1); in hvf_vcpu_exec()
|