Lines Matching refs:cflags
166 tb_cflags(tb) == desc->s.cflags) { in tb_lookup_cmp()
207 h = tb_hash_func(phys_pc, (s.cflags & CF_PCREL ? 0 : s.pc), in tb_htable_lookup()
208 s.flags, s.cs_base, s.cflags); in tb_htable_lookup()
233 tcg_debug_assert(!(s.cflags & CF_INVALID)); in tb_lookup()
243 tb_cflags(tb) == s.cflags)) { in tb_lookup()
272 tb->flags, tb->cflags, lookup_symbol(pc)); in log_cpu_exec()
293 uint32_t *cflags) in check_for_breakpoints_slow() argument
353 *cflags = (*cflags & ~CF_COUNT_MASK) | CF_NO_GOTO_TB | CF_BP_PAGE | 1; in check_for_breakpoints_slow()
359 uint32_t *cflags) in check_for_breakpoints() argument
362 check_for_breakpoints_slow(cpu, pc, cflags); in check_for_breakpoints()
388 s.cflags = curr_cflags(cpu); in HELPER()
390 if (check_for_breakpoints(cpu, s.pc, &s.cflags)) { in HELPER()
560 s.cflags = curr_cflags(cpu); in cpu_exec_step_atomic()
563 s.cflags &= ~CF_PARALLEL; in cpu_exec_step_atomic()
565 s.cflags |= CF_NO_GOTO_TB | CF_NO_GOTO_PTR | 1; in cpu_exec_step_atomic()
625 if (tb_next->cflags & CF_INVALID) { in tb_add_jump()
908 cpu->cflags_next_tb = (tb->cflags & ~CF_COUNT_MASK) | insns_left; in cpu_loop_exec_tb()
928 s.cflags = cpu->cflags_next_tb; in cpu_exec_loop()
937 if (s.cflags == -1) { in cpu_exec_loop()
938 s.cflags = curr_cflags(cpu); in cpu_exec_loop()
943 if (check_for_breakpoints(cpu, s.pc, &s.cflags)) { in cpu_exec_loop()