Searched refs:MMU_CODE_IDX (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/avr/ |
H A D | cpu.h | 39 #define MMU_CODE_IDX 0 macro
|
H A D | helper.c | 116 if (mmu_idx == MMU_CODE_IDX) { in avr_cpu_tlb_fill()
|
H A D | translate.c | 1985 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_LPM1() 2002 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_LPM2() 2019 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_LPMX() 2051 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_ELPM1() 2064 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_ELPM2() 2077 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_ELPMX()
|
H A D | cpu.c | 52 return ifetch ? MMU_CODE_IDX : MMU_DATA_IDX; in avr_cpu_mmu_index()
|