Searched refs:MMU_CODE_IDX (Results 1 – 4 of 4) sorted by relevance
/qemu/target/avr/ |
H A D | cpu.h | 42 #define MMU_CODE_IDX 0 macro
|
H A D | translate.c | 1992 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_LPM1() 2009 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_LPM2() 2026 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_LPMX() 2058 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_ELPM1() 2071 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_ELPM2() 2084 tcg_gen_qemu_ld_tl(Rd, addr, MMU_CODE_IDX, MO_UB); in trans_ELPMX()
|
H A D | helper.c | 121 if (mmu_idx == MMU_CODE_IDX) { in avr_cpu_tlb_fill()
|
H A D | cpu.c | 54 return ifetch ? MMU_CODE_IDX : MMU_DATA_IDX; in avr_cpu_mmu_index()
|