Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dinternal-common.h28 return !tcg_cflags_has(cs, CF_PARALLEL) || cpu_in_exclusive_context(cs); in cpu_in_serial_context()
H A Dcpu-exec-common.c28 bool tcg_cflags_has(CPUState *cpu, uint32_t flags) in tcg_cflags_has() function
H A Dplugin-gen.c111 if (!tcg_cflags_has(current_cpu, CF_PARALLEL)) { in gen_cpu_index()
/openbmc/qemu/include/exec/
H A Dtranslation-block.h157 bool tcg_cflags_has(CPUState *cpu, uint32_t flags);
/openbmc/qemu/target/sh4/
H A Dcpu.c51 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in superh_cpu_synchronize_from_tb()
78 && !tcg_cflags_has(cs, CF_PCREL) && env->pc != tb->pc) { in superh_io_recompile_replay_branch()
/openbmc/qemu/target/mips/tcg/
H A Dexception.c85 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in mips_cpu_synchronize_from_tb()
/openbmc/qemu/target/mips/tcg/system/
H A Dspecial_helper.c97 && !tcg_cflags_has(cs, CF_PCREL) && env->active_tc.PC != tb->pc) { in mips_io_recompile_replay_branch()
/openbmc/qemu/target/tricore/
H A Dcpu.c51 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in tricore_cpu_synchronize_from_tb()
/openbmc/qemu/target/rx/
H A Dcpu.c50 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in rx_cpu_synchronize_from_tb()
/openbmc/qemu/target/openrisc/
H A Dcpu.c49 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in openrisc_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/avr/
H A Dcpu.c59 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in avr_cpu_synchronize_from_tb()
/openbmc/qemu/target/microblaze/
H A Dcpu.c103 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in mb_cpu_synchronize_from_tb()
/openbmc/qemu/linux-user/
H A Dmmap.c1010 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in target_mmap()
1450 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in target_shmat()
H A Dsyscall.c6633 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in do_fork()
/openbmc/qemu/target/i386/
H A Dhelper.c535 if (tcg_cflags_has(cs, CF_PCREL)) { in get_memio_eip()
/openbmc/qemu/target/sparc/
H A Dcpu.c714 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in sparc_cpu_synchronize_from_tb()
/openbmc/qemu/target/loongarch/
H A Dcpu.c341 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in loongarch_cpu_synchronize_from_tb()
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c102 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in riscv_cpu_synchronize_from_tb()