Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/ppc/
H A Dcpu_loop.c303 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in cpu_loop()
/openbmc/qemu/target/ppc/
H A Dcpu_init.c1686 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001C00; in init_excp_MPC5xx()
1717 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001C00; in init_excp_MPC8xx()
1745 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_G2()
1831 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_603()
1853 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_604()
1875 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7x0()
1898 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_750cl()
1920 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_750cx()
1946 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7x5()
1970 env->excp_vectors[POWERPC_EXCP_IABR] = 0x00001300; in init_excp_7400()
[all …]
H A Dexcp_helper.c87 case POWERPC_EXCP_IABR: return "IABR"; in powerpc_excp_name()
706 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_6xx()
856 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_7xx()
999 case POWERPC_EXCP_IABR: /* Instruction address breakpoint */ in powerpc_excp_74xx()
H A Dcpu.h118 POWERPC_EXCP_IABR = 83, /* Instruction address breakpoint */ enumerator