Home
last modified time | relevance | path

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

/arch/powerpc/boot/
Dreg.h21 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : : "r" (v)) macro
/arch/openrisc/include/asm/
Dspr.h16 #define mtspr(_spr, _val) __asm__ __volatile__ ( \ macro
/arch/powerpc/include/asm/
Dreg.h1395 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : \ macro