Searched defs:ASI_AIUS (Results 1 - 9 of 9) sorted by relevance
/arch/sparc/lib/ |
H A D | GENcopy_from_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 define 19 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest 25 cmp %g1, ASI_AIUS; \
|
H A D | GENcopy_to_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 define 19 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 29 cmp %g1, ASI_AIUS; \
|
H A D | NG4copy_from_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 define 25 cmp %g1, ASI_AIUS; \
|
H A D | NGcopy_from_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 define 19 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest 27 cmp %g1, ASI_AIUS; \
|
H A D | NGcopy_to_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 define 19 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 30 cmp %g1, ASI_AIUS; \
|
H A D | NG2copy_from_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 define 30 cmp %g1, ASI_AIUS; \
|
H A D | NG2copy_to_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 define 27 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 39 cmp %g1, ASI_AIUS; \
|
H A D | NG4copy_to_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 define 34 cmp %g1, ASI_AIUS; \
|
/arch/sparc/include/uapi/asm/ |
H A D | asi.h | 129 #define ASI_AIUS 0x11 /* Secondary, user */ macro
|
Completed in 64 milliseconds