Home
last modified time | relevance | path

Searched refs:ifetch (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/accel/tcg/
H A Dcpu-mmu-index.h29 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 Dcpu-ops.h101 int (*mmu_index)(CPUState *cpu, bool ifetch);
/openbmc/qemu/target/ppc/
H A Dmmu-hash32.c57 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 Dmmu_common.c197 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 Dcpu.c307 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 Dcpu.h383 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 Dtcg-cpu.c128 static int x86_cpu_mmu_index(CPUState *cs, bool ifetch) in x86_cpu_mmu_index() argument
/openbmc/qemu/target/hexagon/
H A Dcpu.c332 static int hexagon_cpu_mmu_index(CPUState *cs, bool ifetch) in hexagon_cpu_mmu_index() argument