Home
last modified time | relevance | path

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

/linux-4.4.14/arch/sparc/lib/
DGENcopy_from_user.S14 #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; \
DGENcopy_to_user.S14 #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; \
DNGcopy_to_user.S14 #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; \
DNGcopy_from_user.S14 #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; \
DNG2copy_to_user.S22 #ifndef ASI_AIUS
23 #define ASI_AIUS 0x11 macro
35 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
47 cmp %g1, ASI_AIUS; \
DNG4copy_from_user.S22 #ifndef ASI_AIUS
23 #define ASI_AIUS 0x11 macro
33 cmp %g1, ASI_AIUS; \
DNG4copy_to_user.S22 #ifndef ASI_AIUS
23 #define ASI_AIUS 0x11 macro
42 cmp %g1, ASI_AIUS; \
DNG2copy_from_user.S22 #ifndef ASI_AIUS
23 #define ASI_AIUS 0x11 macro
38 cmp %g1, ASI_AIUS; \
DU3copy_to_user.S23 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
33 cmp %g1, ASI_AIUS; \
DU1copy_to_user.S23 #define STORE(type,src,addr) type##a src, [addr] ASI_AIUS
33 cmp %g1, ASI_AIUS; \
DU1copy_from_user.S33 cmp %g1, ASI_AIUS; \
DGENbzero.S122 cmp %o5, ASI_AIUS
126 mov ASI_AIUS, %o4
DNGbzero.S124 cmp %o5, ASI_AIUS
129 mov ASI_AIUS, %o4
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dasi.h129 #define ASI_AIUS 0x11 /* Secondary, user */ macro
/linux-4.4.14/arch/sparc/kernel/
Detrap_64.S75 mov ASI_AIUS, %g3
113 mov ASI_AIUS, %l7
Dunaligned_64.c291 regs->tstate |= (ASI_AIUS << 24UL); in kernel_mna_trap_fault()
319 if (asi == ASI_AIUS) { in kernel_unaligned_trap()
Dhead_64.S948 wr %g0, ASI_AIUS, %asi
954 wr %g0, ASI_AIUS, %asi
960 wr %g0, ASI_AIUS, %asi
Dprocess_64.c658 t->current_ds = ASI_AIUS; in copy_thread()
/linux-4.4.14/arch/sparc/include/asm/
Dttable.h481 #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)
Duaccess_64.h36 #define USER_DS ((mm_segment_t) { ASI_AIUS }) /* har har har */