Searched refs:tcg_cflags_has (Results 1 – 18 of 18) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | internal-common.h | 26 return !tcg_cflags_has(cs, CF_PARALLEL) || cpu_in_exclusive_context(cs); in cpu_in_serial_context()
|
H A D | cpu-exec.c | 147 bool tcg_cflags_has(CPUState *cpu, uint32_t flags) in tcg_cflags_has() function
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 50 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 D | exception.c | 84 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in mips_cpu_synchronize_from_tb()
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | special_helper.c | 96 && !tcg_cflags_has(cs, CF_PCREL) && env->active_tc.PC != tb->pc) { in mips_io_recompile_replay_branch()
|
/openbmc/qemu/include/exec/ |
H A D | cpu-common.h | 190 bool tcg_cflags_has(CPUState *cpu, uint32_t flags);
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 50 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in tricore_cpu_synchronize_from_tb()
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 49 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in rx_cpu_synchronize_from_tb()
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 48 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in openrisc_cpu_synchronize_from_tb()
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 58 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in avr_cpu_synchronize_from_tb()
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu.c | 261 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in hexagon_cpu_synchronize_from_tb()
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 102 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in mb_cpu_synchronize_from_tb()
|
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 1007 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in target_mmap() 1447 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in target_shmat()
|
H A D | syscall.c | 6577 if (!tcg_cflags_has(cpu, CF_PARALLEL)) { in do_fork()
|
/openbmc/qemu/target/i386/ |
H A D | helper.c | 534 if (tcg_cflags_has(cs, CF_PCREL)) { in get_memio_eip()
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 709 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in sparc_cpu_synchronize_from_tb()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 339 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in loongarch_cpu_synchronize_from_tb()
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 101 tcg_debug_assert(!tcg_cflags_has(cs, CF_PCREL)); in riscv_cpu_synchronize_from_tb()
|