Searched refs:ASI_AIUS (Results 1 – 20 of 20) sorted by relevance
/linux-4.1.27/arch/sparc/lib/ |
D | GENcopy_from_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 macro 19 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest 25 cmp %g1, ASI_AIUS; \
|
D | GENcopy_to_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 macro 19 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 29 cmp %g1, ASI_AIUS; \
|
D | NGcopy_to_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 macro 19 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 30 cmp %g1, ASI_AIUS; \
|
D | NGcopy_from_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 macro 19 #define LOAD(type,addr,dest) type##a [addr] ASI_AIUS, dest 27 cmp %g1, ASI_AIUS; \
|
D | NG2copy_to_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 macro 27 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 39 cmp %g1, ASI_AIUS; \
|
D | NG4copy_from_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 macro 25 cmp %g1, ASI_AIUS; \
|
D | NG4copy_to_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 macro 34 cmp %g1, ASI_AIUS; \
|
D | NG2copy_from_user.S | 14 #ifndef ASI_AIUS 15 #define ASI_AIUS 0x11 macro 30 cmp %g1, ASI_AIUS; \
|
D | U1copy_to_user.S | 15 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 25 cmp %g1, ASI_AIUS; \
|
D | U3copy_to_user.S | 15 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS 25 cmp %g1, ASI_AIUS; \
|
D | U1copy_from_user.S | 25 cmp %g1, ASI_AIUS; \
|
D | GENbzero.S | 122 cmp %o5, ASI_AIUS 126 mov ASI_AIUS, %o4
|
D | NGbzero.S | 124 cmp %o5, ASI_AIUS 129 mov ASI_AIUS, %o4
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | asi.h | 129 #define ASI_AIUS 0x11 /* Secondary, user */ macro
|
/linux-4.1.27/arch/sparc/kernel/ |
D | etrap_64.S | 75 mov ASI_AIUS, %g3 113 mov ASI_AIUS, %l7
|
D | unaligned_64.c | 291 regs->tstate |= (ASI_AIUS << 24UL); in kernel_mna_trap_fault() 319 if (asi == ASI_AIUS) { in kernel_unaligned_trap()
|
D | head_64.S | 950 wr %g0, ASI_AIUS, %asi 956 wr %g0, ASI_AIUS, %asi
|
D | process_64.c | 658 t->current_ds = ASI_AIUS; in copy_thread()
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | uaccess_64.h | 36 #define USER_DS ((mm_segment_t) { ASI_AIUS }) /* har har har */
|
D | ttable.h | 481 #define SPILL_1_OTHER SPILL_1_GENERIC(ASI_AIUS) 482 #define SPILL_2_OTHER SPILL_2_GENERIC(ASI_AIUS) 669 #define FILL_1_OTHER FILL_1_GENERIC(ASI_AIUS) 670 #define FILL_2_OTHER FILL_2_GENERIC(ASI_AIUS)
|