Home
last modified time | relevance | path

Searched refs:SPR_DSISR (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/lib/powerpc/asm/
H A Dreg.h8 #define SPR_DSISR 0x012 macro
/kvm-unit-tests/powerpc/
H A Dinterrupts.c173 report(mfspr(SPR_DSISR) & (1ULL << 30), "DSISR set correctly"); in test_mmu()