Home
last modified time | relevance | path

Searched refs:MMU_CODE_IDX (Results 1 – 4 of 4) sorted by relevance

/qemu/target/avr/
H A Dcpu.h42 #define MMU_CODE_IDX 0 macro
H A Dtranslate.c1992 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 Dhelper.c121 if (mmu_idx == MMU_CODE_IDX) { in avr_cpu_tlb_fill()
H A Dcpu.c54 return ifetch ? MMU_CODE_IDX : MMU_DATA_IDX; in avr_cpu_mmu_index()