/openbmc/qemu/include/exec/ |
H A D | cpu-common.h | 275 static inline int cpu_mmu_index(CPUState *cs, bool ifetch) in cpu_mmu_index()
|
H A D | cpu-all.h | 304 static inline int cpu_mmu_index(CPUState *cs, bool ifetch) in cpu_mmu_index()
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 78 static int tricore_cpu_mmu_index(CPUState *cs, bool ifetch) in tricore_cpu_mmu_index()
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 132 static int hppa_cpu_mmu_index(CPUState *cs, bool ifetch) in hppa_cpu_mmu_index()
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 77 static int xtensa_cpu_mmu_index(CPUState *cs, bool ifetch) in xtensa_cpu_mmu_index()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 146 static int s390x_cpu_mmu_index(CPUState *cs, bool ifetch) in s390x_cpu_mmu_index()
|
H A D | cpu.h | 385 static inline int s390x_env_mmu_index(CPUS390XState *env, bool ifetch) in s390x_env_mmu_index()
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 80 static int alpha_cpu_mmu_index(CPUState *cs, bool ifetch) in alpha_cpu_mmu_index()
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 71 static int openrisc_cpu_mmu_index(CPUState *cs, bool ifetch) in openrisc_cpu_mmu_index()
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 50 static int avr_cpu_mmu_index(CPUState *cs, bool ifetch) in avr_cpu_mmu_index()
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 91 static int sh4_cpu_mmu_index(CPUState *cs, bool ifetch) in sh4_cpu_mmu_index()
|
/openbmc/qemu/target/ppc/ |
H A D | mmu-hash32.c | 57 bool ifetch = access_type == MMU_INST_FETCH; in ppc_hash32_bat_lookup() local
|
H A D | mmu_common.c | 197 bool ifetch = access_type == MMU_INST_FETCH; in get_bat_6xx_tlb() local
|
H A D | cpu_init.c | 7185 static int ppc_cpu_mmu_index(CPUState *cs, bool ifetch) in ppc_cpu_mmu_index()
|
H A D | cpu.h | 1663 static inline int ppc_env_mmu_index(CPUPPCState *env, bool ifetch) in ppc_env_mmu_index()
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 122 static int mb_cpu_mmu_index(CPUState *cs, bool ifetch) in mb_cpu_mmu_index()
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 722 static int sparc_cpu_mmu_index(CPUState *cs, bool ifetch) in sparc_cpu_mmu_index()
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 59 static int m68k_cpu_mmu_index(CPUState *cs, bool ifetch) in m68k_cpu_mmu_index()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 367 static int loongarch_cpu_mmu_index(CPUState *cs, bool ifetch) in loongarch_cpu_mmu_index()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 144 static int arm_cpu_mmu_index(CPUState *cs, bool ifetch) in arm_cpu_mmu_index()
|
/openbmc/qemu/target/riscv/ |
H A D | cpu_helper.c | 38 int riscv_env_mmu_index(CPURISCVState *env, bool ifetch) in riscv_env_mmu_index()
|
H A D | cpu.c | 922 static int riscv_cpu_mmu_index(CPUState *cs, bool ifetch) in riscv_cpu_mmu_index()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.c | 8329 static int x86_cpu_mmu_index(CPUState *cs, bool ifetch) in x86_cpu_mmu_index()
|