Searched defs:pc_start (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dtranslate.c2599 gen_svm_check_intercept_param(DisasContext *s, target_ulong pc_start, argument
2607 gen_jmp_im(pc_start - s->cs_base);
2613 gen_svm_check_intercept(DisasContext *s, target_ulong pc_start, uint64_t type) argument
2615 gen_svm_check_intercept_param(s, pc_start, type, 0);
3275 static void gen_sse(DisasContext *s, int b, target_ulong pc_start, int rex_r) argument
3305 gen_exception(s, EXCP07_PREX, pc_start - s->cs_base);
3310 gen_exception(s, EXCP06_ILLOP, pc_start - s->cs_base);
4298 static bool is_invalid_lock_sequence(DisasContext *s, target_ulong pc_start, int b) argument
4410 Log(("illegal lock sequence %RGv (b=%#x)\n", pc_start, b));
4417 static target_ulong disas_insn(DisasContext *s, target_ulong pc_start) argument
8155 target_ulong pc_start; local
[all...]

Completed in 1278 milliseconds