Searched refs:SPR_IBAT0U (Results 1 – 4 of 4) sorted by relevance
170 env->spr[SPR_IBAT0U + 2 * i] = env->IBAT[0][i]; in cpu_pre_save()171 env->spr[SPR_IBAT0U + 2 * i + 1] = env->IBAT[1][i]; in cpu_pre_save()308 env->IBAT[0][i] = env->spr[SPR_IBAT0U + 2 * i]; in cpu_post_load()309 env->IBAT[1][i] = env->spr[SPR_IBAT0U + 2 * i + 1]; in cpu_post_load()
587 spr_register(env, SPR_IBAT0U, "IBAT0U", in register_low_BATs()
1901 #define SPR_IBAT0U (0x210) macro
807 IBAT[sprn & 1][(sprn - SPR_IBAT0U) / 2])); in spr_read_ibat()819 TCGv_i32 t0 = tcg_constant_i32((sprn - SPR_IBAT0U) / 2); in spr_write_ibatu()