Searched refs:SPR_IBAT0U (Results 1 – 4 of 4) sorted by relevance
138 env->spr[SPR_IBAT0U + 2 * i] = env->IBAT[0][i]; in cpu_pre_save()139 env->spr[SPR_IBAT0U + 2 * i + 1] = env->IBAT[1][i]; in cpu_pre_save()247 env->IBAT[0][i] = env->spr[SPR_IBAT0U + 2 * i]; in cpu_post_load()248 env->IBAT[1][i] = env->spr[SPR_IBAT0U + 2 * i + 1]; in cpu_post_load()
588 spr_register(env, SPR_IBAT0U, "IBAT0U", in register_low_BATs()
1898 #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()