Searched refs:SPR_DSISR (Results 1 – 2 of 2) sorted by relevance
/kvm-unit-tests/lib/powerpc/asm/ | ||
H A D | reg.h | 8 #define SPR_DSISR 0x012 macro |
/kvm-unit-tests/powerpc/ | ||
H A D | interrupts.c | 173 report(mfspr(SPR_DSISR) & (1ULL << 30), "DSISR set correctly"); in test_mmu() |