Searched defs:ASI_AIUS (Results 1 - 9 of 9) sorted by relevance

/arch/sparc/lib/
H A DGENcopy_from_user.S14 #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 DGENcopy_to_user.S14 #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 DNG4copy_from_user.S14 #ifndef ASI_AIUS
15 #define ASI_AIUS 0x11 define
25 cmp %g1, ASI_AIUS; \
H A DNGcopy_from_user.S14 #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 DNGcopy_to_user.S14 #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 DNG2copy_from_user.S14 #ifndef ASI_AIUS
15 #define ASI_AIUS 0x11 define
30 cmp %g1, ASI_AIUS; \
H A DNG2copy_to_user.S14 #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 DNG4copy_to_user.S14 #ifndef ASI_AIUS
15 #define ASI_AIUS 0x11 define
34 cmp %g1, ASI_AIUS; \
/arch/sparc/include/uapi/asm/
H A Dasi.h129 #define ASI_AIUS 0x11 /* Secondary, user */ macro

Completed in 64 milliseconds