Home
last modified time | relevance | path

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

12

/openbmc/linux/arch/sparc/lib/
H 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; \
H 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; \
H 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; \
H 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; \
H 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; \
H A DM7copy_from_user.S24 #ifndef ASI_AIUS
25 #define ASI_AIUS 0x11 macro
35 cmp %g1, ASI_AIUS; \
H A DNG4copy_from_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 macro
34 cmp %g1, ASI_AIUS; \
H A DNG4copy_to_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 macro
43 cmp %g1, ASI_AIUS; \
H A DM7copy_to_user.S25 #ifndef ASI_AIUS
26 #define ASI_AIUS 0x11 macro
46 cmp %g1, ASI_AIUS; \
H A DNG2copy_from_user.S23 #ifndef ASI_AIUS
24 #define ASI_AIUS 0x11 macro
39 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 DU3copy_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 DGENbzero.S123 cmp %o5, ASI_AIUS
127 mov ASI_AIUS, %o4
H A DNGbzero.S125 cmp %o5, ASI_AIUS
130 mov ASI_AIUS, %o4
H A DMemcpy_utils.S11 wr %g0, ASI_AIUS, %asi
16 wr %g0, ASI_AIUS, %asi
H A DNGmemcpy.S13 wr %g0, ASI_AIUS, %asi
83 wr %g0, ASI_AIUS, %asi
H A DNG2memcpy.S186 wr %g0, ASI_AIUS, %asi
/openbmc/linux/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)
/openbmc/linux/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); in kernel_mna_trap_fault()
320 if (asi == ASI_AIUS) { in kernel_unaligned_trap()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dasi.h130 #define ASI_AIUS 0x11 /* Secondary, user */ macro
/openbmc/qemu/target/sparc/
H A Dasi.h129 #define ASI_AIUS 0x11 /* Secondary, user */ macro
H A Dldst_helper.c1349 case ASI_AIUS: /* As if user secondary */ in helper_ld_asi()
1606 case ASI_AIUS: /* As if user secondary */ in helper_st_asi()

12