Home
last modified time | relevance | path

Searched refs:tcg_cflags_has (Results 1 – 18 of 18) sorted by relevance

/qemu/accel/tcg/
H A Dinternal-common.h26 return !tcg_cflags_has(cs, CF_PARALLEL) || cpu_in_exclusive_context(cs); in cpu_in_serial_context()
H A Dcpu-exec.c150 bool tcg_cflags_has(CPUState *cpu, uint32_t flags) in tcg_cflags_has() function
/qemu/target/sh4/
H A Dcpu.c50 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in superh_cpu_synchronize_from_tb()
77 && !tcg_cflags_has(cs, CF_PCREL) && env->pc != tb->pc) { in superh_io_recompile_replay_branch()
/qemu/target/mips/tcg/
H A Dexception.c84 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in mips_cpu_synchronize_from_tb()
/qemu/target/mips/tcg/sysemu/
H A Dspecial_helper.c96 && !tcg_cflags_has(cs, CF_PCREL) && env->active_tc.PC != tb->pc) { in mips_io_recompile_replay_branch()
/qemu/include/exec/
H A Dcpu-common.h180 bool tcg_cflags_has(CPUState *cpu, uint32_t flags);
/qemu/target/tricore/
H A Dcpu.c50 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in tricore_cpu_synchronize_from_tb()
/qemu/target/rx/
H A Dcpu.c49 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in rx_cpu_synchronize_from_tb()
/qemu/target/openrisc/
H A Dcpu.c48 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in openrisc_cpu_synchronize_from_tb()
/qemu/target/hexagon/
H A Dcpu.c260 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in hexagon_cpu_synchronize_from_tb()
/qemu/target/avr/
H A Dcpu.c58 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in avr_cpu_synchronize_from_tb()
/qemu/target/microblaze/
H A Dcpu.c102 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in mb_cpu_synchronize_from_tb()
/qemu/linux-user/
H A Dmmap.c963 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in target_mmap()
1403 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in target_shmat()
H A Dsyscall.c6586 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in do_fork()
/qemu/target/i386/
H A Dhelper.c534 if (tcg_cflags_has(cs, CF_PCREL)) { in get_memio_eip()
/qemu/target/sparc/
H A Dcpu.c709 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in sparc_cpu_synchronize_from_tb()
/qemu/target/loongarch/
H A Dcpu.c339 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in loongarch_cpu_synchronize_from_tb()
/qemu/target/riscv/tcg/
H A Dtcg-cpu.c99 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in riscv_cpu_synchronize_from_tb()