Searched refs:tcg_cflags_set (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops.c | 65 tcg_cflags_set(cpu, cflags); in tcg_cpu_init_cflags()
|
H A D | cpu-exec.c | 152 void tcg_cflags_set(CPUState *cpu, uint32_t flags) in tcg_cflags_set() function
|
/openbmc/qemu/include/exec/ |
H A D | cpu-common.h | 191 void tcg_cflags_set(CPUState *cpu, uint32_t flags);
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 192 tcg_cflags_set(cs, CF_PCREL); in hppa_cpu_realizefn()
|
/openbmc/qemu/linux-user/ |
H A D | mmap.c | 1008 tcg_cflags_set(cpu, CF_PARALLEL); in target_mmap() 1448 tcg_cflags_set(cpu, CF_PARALLEL); in target_shmat()
|
H A D | syscall.c | 6608 tcg_cflags_set(cpu, CF_PARALLEL); in do_fork()
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 986 tcg_cflags_set(CPU(cs), CF_PCREL); in riscv_tcg_cpu_realize()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 1985 tcg_cflags_set(cs, CF_PCREL); in arm_cpu_realizefn()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 7772 tcg_cflags_set(cs, CF_PCREL); in x86_cpu_realizefn()
|