Searched refs:ifetch (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/include/accel/tcg/ |
| H A D | cpu-mmu-index.h | 29 static inline int cpu_mmu_index(CPUState *cs, bool ifetch) in cpu_mmu_index() argument 37 int ret = cs->cc->tcg_ops->mmu_index(cs, ifetch); in cpu_mmu_index()
|
| H A D | cpu-ops.h | 101 int (*mmu_index)(CPUState *cpu, bool ifetch);
|
| /openbmc/qemu/target/ppc/ |
| H A D | mmu-hash32.c | 57 bool ifetch = access_type == MMU_INST_FETCH; in ppc_hash32_bat_lookup() local 61 ifetch ? 'I' : 'D', ea); in ppc_hash32_bat_lookup() 62 if (ifetch) { in ppc_hash32_bat_lookup() 77 ifetch ? 'I' : 'D', i, ea, batu, batl); in ppc_hash32_bat_lookup() 104 __func__, ifetch ? 'I' : 'D', i, ea, in ppc_hash32_bat_lookup()
|
| H A D | mmu_common.c | 197 bool ifetch = access_type == MMU_INST_FETCH; in get_bat_6xx_tlb() local 200 ifetch ? 'I' : 'D', eaddr); in get_bat_6xx_tlb() 201 if (ifetch) { in get_bat_6xx_tlb() 215 ifetch ? 'I' : 'D', i, eaddr, *BATu, *BATl); in get_bat_6xx_tlb() 252 TARGET_FMT_lx "\n", __func__, ifetch ? 'I' : 'D', in get_bat_6xx_tlb()
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu.c | 307 static int s390x_cpu_mmu_index(CPUState *cs, bool ifetch) in s390x_cpu_mmu_index() argument 309 return s390x_env_mmu_index(cpu_env(cs), ifetch); in s390x_cpu_mmu_index()
|
| H A D | cpu.h | 383 static inline int s390x_env_mmu_index(CPUS390XState *env, bool ifetch) in s390x_env_mmu_index() argument 392 if (ifetch) { in s390x_env_mmu_index()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | tcg-cpu.c | 128 static int x86_cpu_mmu_index(CPUState *cs, bool ifetch) in x86_cpu_mmu_index() argument
|
| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.c | 332 static int hexagon_cpu_mmu_index(CPUState *cs, bool ifetch) in hexagon_cpu_mmu_index() argument
|