Searched defs:ASI_AIUS (Results 1 - 7 of 7) 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 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; \
/arch/sparc/include/asm/
H A Dasi.h119 #define ASI_AIUS 0x11 /* Secondary, user */ macro

Completed in 78 milliseconds