Home
last modified time | relevance | path

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

/linux/arch/sparc/lib/
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; \
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; \
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; \
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; \
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; \
A DM7copy_from_user.S24 #ifndef ASI_AIUS
25 #define ASI_AIUS 0x11 macro
35 cmp %g1, ASI_AIUS; \
A DNG4copy_from_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 macro
34 cmp %g1, ASI_AIUS; \
A DM7copy_to_user.S25 #ifndef ASI_AIUS
26 #define ASI_AIUS 0x11 macro
46 cmp %g1, ASI_AIUS; \
A DNG4copy_to_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 macro
43 cmp %g1, ASI_AIUS; \
A DNG2copy_from_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 macro
39 cmp %g1, ASI_AIUS; \
A DU1copy_to_user.S24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
34 cmp %g1, ASI_AIUS; \
A DU3copy_to_user.S24 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
34 cmp %g1, ASI_AIUS; \
A DGENbzero.S123 cmp %o5, ASI_AIUS
127 mov ASI_AIUS, %o4
A DU1copy_from_user.S34 cmp %g1, ASI_AIUS; \
A DNGbzero.S125 cmp %o5, ASI_AIUS
130 mov ASI_AIUS, %o4
A DMemcpy_utils.S11 wr %g0, ASI_AIUS, %asi
16 wr %g0, ASI_AIUS, %asi
A DNGmemcpy.S84 wr %g0, ASI_AIUS, %asi
A DNG2memcpy.S186 wr %g0, ASI_AIUS, %asi
/linux/arch/sparc/kernel/
A Detrap_64.S80 mov ASI_AIUS, %g3
132 mov ASI_AIUS, %l7
A Dunaligned_64.c292 regs->tstate |= (ASI_AIUS << 24UL); in kernel_mna_trap_fault()
320 if (asi == ASI_AIUS) { in kernel_unaligned_trap()
A Dprocess_64.c616 t->current_ds = ASI_AIUS; in copy_thread()
/linux/arch/sparc/include/uapi/asm/
A Dasi.h130 #define ASI_AIUS 0x11 /* Secondary, user */ macro
/linux/arch/sparc/include/asm/
A Duaccess_64.h30 #define USER_DS ((mm_segment_t) { ASI_AIUS }) /* har har har */
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)

Completed in 20 milliseconds