Searched refs:POWERPC_EXCP_IABR (Results 1 – 4 of 4) sorted by relevance
303 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in cpu_loop()
1685 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001C00; in init_excp_MPC5xx()1716 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001C00; in init_excp_MPC8xx()1744 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_G2()1830 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_603()1852 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_604()1874 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7x0()1897 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_750cl()1919 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_750cx()1945 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7x5()1969 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7400()[all …]
87 case POWERPC_EXCP_IABR: return "IABR"; in powerpc_excp_name()712 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_6xx()862 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_7xx()1005 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_74xx()
118 POWERPC_EXCP_IABR = 83, /* Instruction address breakpoint */ enumerator