Home
last modified time | relevance | path

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

/openbmc/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.c147 bool tcg_cflags_has(CPUState *cpu, uint32_t flags) in tcg_cflags_has() function
/openbmc/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()
/openbmc/qemu/target/mips/tcg/
H A Dexception.c84 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in mips_cpu_synchronize_from_tb()
/openbmc/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()
/openbmc/qemu/include/exec/
H A Dcpu-common.h190 bool tcg_cflags_has(CPUState *cpu, uint32_t flags);
/openbmc/qemu/target/tricore/
H A Dcpu.c50 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in tricore_cpu_synchronize_from_tb()
/openbmc/qemu/target/rx/
H A Dcpu.c49 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in rx_cpu_synchronize_from_tb()
/openbmc/qemu/target/openrisc/
H A Dcpu.c48 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in openrisc_cpu_synchronize_from_tb()
/openbmc/qemu/target/avr/
H A Dcpu.c58 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in avr_cpu_synchronize_from_tb()
/openbmc/qemu/target/hexagon/
H A Dcpu.c261 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in hexagon_cpu_synchronize_from_tb()
/openbmc/qemu/target/microblaze/
H A Dcpu.c102 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in mb_cpu_synchronize_from_tb()
/openbmc/qemu/linux-user/
H A Dmmap.c1007 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in target_mmap()
1447 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in target_shmat()
H A Dsyscall.c6577 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in do_fork()
/openbmc/qemu/target/i386/
H A Dhelper.c534 if (tcg_cflags_has(cs, CF_PCREL)) { in get_memio_eip()
/openbmc/qemu/target/sparc/
H A Dcpu.c709 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in sparc_cpu_synchronize_from_tb()
/openbmc/qemu/target/loongarch/
H A Dcpu.c339 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in loongarch_cpu_synchronize_from_tb()
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c101 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in riscv_cpu_synchronize_from_tb()