Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_emu.h27 bool exec_instruction(CPUX86State *env, struct x86_decode *ins);
H A Dhvf.c495 exec_instruction(env, &decode); in hvf_vcpu_exec()
536 exec_instruction(env, &decode); in hvf_vcpu_exec()
643 exec_instruction(env, &decode); in hvf_vcpu_exec()
H A Dx86_emu.c1466 bool exec_instruction(CPUX86State *env, struct x86_decode *ins) in exec_instruction() function