Searched refs:POWERPC_EXCP_NB (Results 1 – 3 of 3) sorted by relevance
151 POWERPC_EXCP_NB = 105, enumerator1339 uint64_t excp_stats[POWERPC_EXCP_NB];1347 target_ulong excp_vectors[POWERPC_EXCP_NB]; /* Exception vectors */
1558 if (excp <= POWERPC_EXCP_NONE || excp >= POWERPC_EXCP_NB) { in powerpc_excp()
6786 for (i = 0; i < POWERPC_EXCP_NB; i++) { in init_ppc_proc()