Home
last modified time | relevance | path

Searched refs:SPRN_DSCR_PRIV (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dscr/
H A Ddscr.h45 return mfspr(SPRN_DSCR_PRIV); in get_dscr()
50 mtspr(SPRN_DSCR_PRIV, val); in set_dscr()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/dscr/
H A Ddscr.h46 asm volatile("mfspr %0,%1" : "=r" (ret) : "i" (SPRN_DSCR_PRIV)); in get_dscr()
53 asm volatile("mtspr %1,%0" : : "r" (val), "i" (SPRN_DSCR_PRIV)); in set_dscr()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/include/
H A Dreg.h55 #define SPRN_DSCR_PRIV 0x11 /* Privilege State DSCR */ macro
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/include/
H A Dreg.h66 #define SPRN_DSCR_PRIV 0x11 /* Privilege State DSCR */ macro

Completed in 3 milliseconds