Home
last modified time | relevance | path

Searched defs:mtspr (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/boot/
H A Dreg.h21 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : : "r" (v)) macro
/linux/arch/openrisc/include/asm/
H A Dspr.h16 #define mtspr(_spr, _val) __asm__ __volatile__ ( \ macro
/linux/tools/testing/selftests/powerpc/include/
H A Dreg.h15 #define mtspr(rn, v) asm volatile("mtspr " _str(rn) ",%0" : \ macro
/linux/arch/powerpc/include/asm/
H A Dreg.h1399 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : \ macro