Home
last modified time | relevance | path

Searched refs:ASI_PL (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dswab.h15 : "m" (*addr), "r" (addr), "i" (ASI_PL)); in __arch_swab16p()
26 : "m" (*addr), "r" (addr), "i" (ASI_PL)); in __arch_swab32p()
37 : "m" (*addr), "r" (addr), "i" (ASI_PL)); in __arch_swab64p()
H A Dasi.h137 #define ASI_PL 0x88 /* Primary, implicit, l-endian */ macro
/openbmc/linux/arch/sparc/crypto/
H A Dcrc32c_asm.S11 lda [%o0] ASI_PL, %f1
17 sta %f1, [%o0] ASI_PL
/openbmc/linux/arch/sparc/lib/
H A Dmemscan_64.S13 #define ASI_PL 0x88 macro
40 ldxa [%o0] ASI_PL, %o5
56 ldxa [%o0] ASI_PL, %o5
103 ldxa [%o0] ASI_PL, %o5
/openbmc/qemu/target/sparc/
H A Dasi.h136 #define ASI_PL 0x88 /* Primary, implicit, l-endian */ macro
H A Dldst_helper.c1215 case ASI_PL: /* Primary LE */ in helper_ld_asi()
1276 case ASI_PL: /* Primary LE */ in helper_st_asi()
1354 case ASI_PL: /* Primary LE */ in helper_ld_asi()
1611 case ASI_PL: /* Primary LE */ in helper_st_asi()
H A Dtranslate.c1572 case ASI_PL: /* Primary LE */ in resolve_asi()
1598 case ASI_PL: in resolve_asi()
/openbmc/linux/arch/sparc/kernel/
H A Dunaligned_64.c345 case ASI_PL: in kernel_unaligned_trap()
471 case ASI_PL: in handle_ldf_stq()
690 case ASI_PL: in handle_stdfmna()
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c1058 emit(LD64A | ASI(ASI_PL) | RS1(tmp) | RS2(G0) | RD(dst), ctx); in build_insn()