Home
last modified time | relevance | path

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

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