Searched refs:ASI_AIUS (Results 1 - 23 of 23) sorted by last modified time

/linux-master/arch/sparc/include/asm/
H A Dswitch_to_64.h24 : : "r" (ASI_AIUS)); \
H A Dttable.h498 #define SPILL_1_OTHER SPILL_1_GENERIC(ASI_AIUS)
499 #define SPILL_2_OTHER SPILL_2_GENERIC(ASI_AIUS)
686 #define FILL_1_OTHER FILL_1_GENERIC(ASI_AIUS)
687 #define FILL_2_OTHER FILL_2_GENERIC(ASI_AIUS)
/linux-master/arch/sparc/lib/
H A DNGmemcpy.S13 wr %g0, ASI_AIUS, %asi
83 wr %g0, ASI_AIUS, %asi
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_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 DNGcopy_to_user.S15 #ifndef ASI_AIUS
16 #define ASI_AIUS 0x11 define
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 define
20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest
28 cmp %g1, ASI_AIUS; \
H A DNGbzero.S125 cmp %o5, ASI_AIUS
130 mov ASI_AIUS, %o4
H A DNG4copy_to_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 define
43 cmp %g1, ASI_AIUS; \
H A DNG4copy_from_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 define
34 cmp %g1, ASI_AIUS; \
H A DNG2memcpy.S186 wr %g0, ASI_AIUS, %asi
H A DNG2copy_to_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 define
36 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
48 cmp %g1, ASI_AIUS; \
H A DNG2copy_from_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 define
39 cmp %g1, ASI_AIUS; \
H A DGENcopy_to_user.S15 #ifndef ASI_AIUS
16 #define ASI_AIUS 0x11 define
20 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
30 cmp %g1, ASI_AIUS; \
H A DGENcopy_from_user.S15 #ifndef ASI_AIUS
16 #define ASI_AIUS 0x11 define
20 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest
26 cmp %g1, ASI_AIUS; \
H A DGENbzero.S123 cmp %o5, ASI_AIUS
127 mov ASI_AIUS, %o4
H A DMemcpy_utils.S11 wr %g0, ASI_AIUS, %asi
16 wr %g0, ASI_AIUS, %asi
H A DM7copy_to_user.S25 #ifndef ASI_AIUS
26 #define ASI_AIUS 0x11 define
46 cmp %g1, ASI_AIUS; \
H A DM7copy_from_user.S24 #ifndef ASI_AIUS
25 #define ASI_AIUS 0x11 define
35 cmp %g1, ASI_AIUS; \
/linux-master/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);
320 if (asi == ASI_AIUS) {
/linux-master/arch/sparc/include/uapi/asm/
H A Dasi.h130 #define ASI_AIUS 0x11 /* Secondary, user */ macro

Completed in 171 milliseconds