Searched refs:exec_instruction (Results 1 – 3 of 3) sorted by relevance
27 bool exec_instruction(CPUX86State *env, struct x86_decode *ins);
515 exec_instruction(env, &decode); in hvf_vcpu_exec()556 exec_instruction(env, &decode); in hvf_vcpu_exec()663 exec_instruction(env, &decode); in hvf_vcpu_exec()
1466 bool exec_instruction(CPUX86State *env, struct x86_decode *ins) in exec_instruction() function