Home
last modified time | relevance | path

Searched refs:POWERPC_EXCP_NB (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dcpu.h149 POWERPC_EXCP_NB = 105, enumerator
1334 uint64_t excp_stats[POWERPC_EXCP_NB];
1342 target_ulong excp_vectors[POWERPC_EXCP_NB]; /* Exception vectors */
H A Dexcp_helper.c1633 if (excp <= POWERPC_EXCP_NONE || excp >= POWERPC_EXCP_NB) { in powerpc_excp()
H A Dcpu_init.c6810 for (i = 0; i < POWERPC_EXCP_NB; i++) { in init_ppc_proc()