Home
last modified time | relevance | path

Searched refs:ASI_AIUS (Results 1 – 20 of 20) sorted by relevance

/linux/arch/sparc/lib/
H A DGENcopy_from_user.S15 #ifndef ASI_AIUS
16 #define ASI_AIUS 0x11 macro
20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest
26 cmp %g1, ASI_AIUS; \
H A DGENcopy_to_user.S15 #ifndef ASI_AIUS
16 #define ASI_AIUS 0x11 macro
20 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
30 cmp %g1, ASI_AIUS; \
H A DNGcopy_to_user.S15 #ifndef ASI_AIUS
16 #define ASI_AIUS 0x11 macro
20 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
31 cmp %g1, ASI_AIUS; \
H A DNGcopy_from_user.S15 #ifndef ASI_AIUS
16 #define ASI_AIUS 0x11 macro
20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest
28 cmp %g1, ASI_AIUS; \
H A DNG2copy_to_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 macro
36 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
48 cmp %g1, ASI_AIUS; \
H A DNG4copy_from_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 macro
34 cmp %g1, ASI_AIUS; \
H A DM7copy_from_user.S24 #ifndef ASI_AIUS
25 #define ASI_AIUS 0x11 macro
35 cmp %g1, ASI_AIUS; \
H A DM7copy_to_user.S25 #ifndef ASI_AIUS
26 #define ASI_AIUS 0x11 macro
46 cmp %g1, ASI_AIUS; \
H A DNG4copy_to_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 macro
43 cmp %g1, ASI_AIUS; \
H A DNG2copy_from_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 macro
39 cmp %g1, ASI_AIUS; \
H A DU1copy_to_user.S24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
34 cmp %g1, ASI_AIUS; \
H A DU3copy_to_user.S24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
34 cmp %g1, ASI_AIUS; \
H A DU1copy_from_user.S34 cmp %g1, ASI_AIUS; \
H A DGENbzero.S123 cmp %o5, ASI_AIUS
127 mov ASI_AIUS, %o4
H A DNGbzero.S125 cmp %o5, ASI_AIUS
130 mov ASI_AIUS, %o4
H A DNG2memcpy.S186 wr %g0, ASI_AIUS, %asi
/linux/arch/sparc/include/asm/
H A Dswitch_to_64.h24 : : "r" (ASI_AIUS)); \
/linux/arch/sparc/kernel/
H A Detrap_64.S80 mov ASI_AIUS, %g3
132 mov ASI_AIUS, %l7
H A Dunaligned_64.c292 regs->tstate |= (ASI_AIUS << 24UL); in kernel_mna_trap_fault()
320 if (asi == ASI_AIUS) { in kernel_unaligned_trap()
/linux/arch/sparc/include/uapi/asm/
H A Dasi.h130 #define ASI_AIUS 0x11 /* Secondary, user */ macro