Searched refs:ASI_P (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/arch/sparc/kernel/ |
H A D | unaligned_64.c | 95 return ASI_P; in decode_asi() 469 case ASI_P: in handle_ldf_stq() 618 (asi < ASI_P)) in handle_lddfmna() 682 (asi < ASI_P)) in handle_stdfmna() 688 case ASI_P: in handle_stdfmna()
|
H A D | hvtramp.S | 96 wr %g0, ASI_P, %asi
|
H A D | etrap_64.S | 196 3: mov ASI_P, %l7
|
H A D | trampoline_64.S | 254 wr %g0, ASI_P, %asi
|
H A D | head_64.S | 706 wr %g0, ASI_P, %asi
|
/openbmc/qemu/target/sparc/ |
H A D | ldst_helper.c | 772 case ASI_P: /* Implicit primary context data access (v9 only?) */ in helper_ld_asi() 1133 case ASI_P: in helper_st_asi() 1234 case ASI_P: /* Primary */ in helper_ld_asi() 1295 case ASI_P: /* Primary */ in helper_st_asi() 1372 case ASI_P: /* Primary */ in helper_ld_asi() 1633 case ASI_P: /* Primary */ in helper_st_asi()
|
H A D | asi.h | 132 #define ASI_P 0x80 /* Primary, implicit */ macro
|
H A D | translate.c | 1677 case ASI_P: /* Primary */ in resolve_asi() 1704 case ASI_P: in resolve_asi()
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | asi.h | 133 #define ASI_P 0x80 /* Primary, implicit */ macro
|
/openbmc/linux/arch/sparc/lib/ |
H A D | GENbzero.S | 43 mov ASI_P, %o4
|
H A D | NGbzero.S | 44 mov ASI_P, %o4
|
/openbmc/linux/arch/sparc/mm/ |
H A D | fault_64.c | 203 unsigned char asi = ASI_P; in do_kernel_fault()
|
/openbmc/linux/arch/sparc/net/ |
H A D | bpf_jit_comp_64.c | 1395 emit(CAS | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx); in build_insn() 1423 emit(CASX | ASI(ASI_P) | RS1(tmp) | RS2(tmp2) | RD(tmp3), ctx); in build_insn()
|