Searched refs:STORE_BLK (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/sparc64/lib/ |
D | U3memcpy.S | 42 #ifndef STORE_BLK 43 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_P macro 185 EX_ST(STORE_BLK(%f16, %o0)) 212 EX_ST(STORE_BLK(%f16, %o0)) 230 EX_ST(STORE_BLK(%f16, %o0))
|
D | U1copy_to_user.S | 20 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_AIUS macro
|
D | U3copy_to_user.S | 20 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_AIUS macro
|
D | U1memcpy.S | 47 #ifndef STORE_BLK 48 #define STORE_BLK(src,addr) stda src, [addr] ASI_BLK_P macro 75 EX_ST(STORE_BLK(%fsrc, %dest)); \ 89 EX_ST(STORE_BLK(%fsrc, %dest)); \ 93 EX_ST(STORE_BLK(%fsrc, %dest)); \
|