Searched refs:exec_instruction (Results 1 – 3 of 3) sorted by relevance
27 bool exec_instruction(CPUX86State *env, struct x86_decode *ins);
522 exec_instruction(env, &decode); in hvf_vcpu_exec()563 exec_instruction(env, &decode); in hvf_vcpu_exec()667 exec_instruction(env, &decode); in hvf_vcpu_exec()
1504 bool exec_instruction(CPUX86State *env, struct x86_decode *ins) in exec_instruction() function