Home
last modified time | relevance | path

Searched refs:ASI_AIUP (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dasi.h129 #define ASI_AIUP 0x10 /* Primary, user */ macro
/openbmc/qemu/target/sparc/
H A Dasi.h128 #define ASI_AIUP 0x10 /* Primary, user */ macro
H A Dldst_helper.c1348 case ASI_AIUP: /* As if user primary */ in helper_ld_asi()
1605 case ASI_AIUP: /* As if user primary */ in helper_st_asi()
H A Dtranslate.c1534 case ASI_AIUP: /* As if user primary */ in resolve_asi()
1591 case ASI_AIUP: in resolve_asi()
/openbmc/linux/arch/sparc/include/asm/
H A Dttable.h489 #define SPILL_1_NORMAL SPILL_1_GENERIC(ASI_AIUP)
490 #define SPILL_2_NORMAL SPILL_2_GENERIC(ASI_AIUP)
677 #define FILL_1_NORMAL FILL_1_GENERIC(ASI_AIUP)
678 #define FILL_2_NORMAL FILL_2_GENERIC(ASI_AIUP)
/openbmc/linux/arch/sparc/kernel/
H A Detrap_64.S76 mov ASI_AIUP, %g3
H A Drtrap_64.S272 wr %g0, ASI_AIUP, %asi
H A Dfpu_traps.S229 lduwa [%g1] ASI_AIUP, %g3 ! This cannot ever fail