HomeSort by: relevance | last modified time | path
    Searched defs:mtspr32 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/include/
spr.h 85 mtspr32(const int reg, uint32_t val) function in typeref:typename:__always_inline void
106 mtspr32(reg, val); \
115 #define mtspr(r,v) mtspr32(r,v)
spr.h 85 mtspr32(const int reg, uint32_t val) function in typeref:typename:__always_inline void
106 mtspr32(reg, val); \
115 #define mtspr(r,v) mtspr32(r,v)
spr.h 85 mtspr32(const int reg, uint32_t val) function in typeref:typename:__always_inline void
106 mtspr32(reg, val); \
115 #define mtspr(r,v) mtspr32(r,v)

Completed in 31 milliseconds