/linux-6.3-rc2/arch/sparc/lib/ |
A D | GENcopy_from_user.S | 15 #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; \
|
A D | GENcopy_to_user.S | 15 #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; \
|
A D | NGcopy_to_user.S | 15 #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; \
|
A D | NGcopy_from_user.S | 15 #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; \
|
A D | NG2copy_to_user.S | 23 #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; \
|
A D | M7copy_from_user.S | 24 #ifndef ASI_AIUS 25 #define ASI_AIUS 0x11 macro 35 cmp %g1, ASI_AIUS; \
|
A D | NG4copy_from_user.S | 23 #ifndef ASI_AIUS 24 #define ASI_AIUS 0x11 macro 34 cmp %g1, ASI_AIUS; \
|
A D | M7copy_to_user.S | 25 #ifndef ASI_AIUS 26 #define ASI_AIUS 0x11 macro 46 cmp %g1, ASI_AIUS; \
|
A D | NG4copy_to_user.S | 23 #ifndef ASI_AIUS 24 #define ASI_AIUS 0x11 macro 43 cmp %g1, ASI_AIUS; \
|
A D | NG2copy_from_user.S | 23 #ifndef ASI_AIUS 24 #define ASI_AIUS 0x11 macro 39 cmp %g1, ASI_AIUS; \
|
A D | U1copy_to_user.S | 24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 34 cmp %g1, ASI_AIUS; \
|
A D | U3copy_to_user.S | 24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 34 cmp %g1, ASI_AIUS; \
|
A D | U1copy_from_user.S | 34 cmp %g1, ASI_AIUS; \
|
A D | GENbzero.S | 123 cmp %o5, ASI_AIUS 127 mov ASI_AIUS, %o4
|
A D | NGbzero.S | 125 cmp %o5, ASI_AIUS 130 mov ASI_AIUS, %o4
|
A D | Memcpy_utils.S | 11 wr %g0, ASI_AIUS, %asi 16 wr %g0, ASI_AIUS, %asi
|
A D | NGmemcpy.S | 13 wr %g0, ASI_AIUS, %asi 83 wr %g0, ASI_AIUS, %asi
|
A D | NG2memcpy.S | 186 wr %g0, ASI_AIUS, %asi
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | switch_to_64.h | 24 : : "r" (ASI_AIUS)); \
|
A D | ttable.h | 498 #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-6.3-rc2/arch/sparc/kernel/ |
A D | etrap_64.S | 80 mov ASI_AIUS, %g3 132 mov ASI_AIUS, %l7
|
A D | unaligned_64.c | 292 regs->tstate |= (ASI_AIUS << 24UL); in kernel_mna_trap_fault() 320 if (asi == ASI_AIUS) { in kernel_unaligned_trap()
|
/linux-6.3-rc2/arch/sparc/include/uapi/asm/ |
A D | asi.h | 130 #define ASI_AIUS 0x11 /* Secondary, user */ macro
|