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