Searched refs:srr1 (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/system/kernel/arch/ppc/
H A Darch_int.cpp95 dprintf(" srr1 0x%08lx srr0 0x%08lx\n", frame->srr1, frame->srr0);
149 } else if ((iframe->srr1 & MSR_EXCEPTIONS_ENABLED) == 0) {
170 iframe->srr1 & (1 << 14), // was the system in user or supervisor
H A Darch_debug.cpp216 kprintf(" srr0 0x%08lx srr1 0x%08lx dar 0x%08lx dsisr 0x%08lx\n",
217 frame->srr0, frame->srr1, frame->dar, frame->dsisr);
H A Darch_exceptions_440.S334 mfspr %r0, %srr1
351 mtspr %srr1, %r0
H A Darch_exceptions.S331 mfspr %r0, %srr1
348 mtspr %srr1, %r0
H A Darch_thread.cpp78 if (frame->srr1 & MSR_PRIVILEGE_LEVEL)
/haiku/headers/private/kernel/arch/ppc/
H A Darch_cpu.h25 uint32 srr1; member in struct:iframe

Completed in 70 milliseconds