HomeSort by: relevance | last modified time | path
    Searched defs:trap0 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/oea/
oea_machdep.c 93 static void trap0(void *);
286 * Install a branch absolute to trap0 to force a panic.
288 if ((uintptr_t)trap0 < 0x2000000) {
292 p[1] = 0x48000002 | (uintptr_t) trap0;
1092 trap0(void *lr) function in typeref:typename:void
oea_machdep.c 93 static void trap0(void *);
286 * Install a branch absolute to trap0 to force a panic.
288 if ((uintptr_t)trap0 < 0x2000000) {
292 p[1] = 0x48000002 | (uintptr_t) trap0;
1092 trap0(void *lr) function in typeref:typename:void

Completed in 81 milliseconds