Home
last modified time | relevance | path

Searched refs:ASI_QUEUE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dsun4v_ivec.S19 ldxa [%g2] ASI_QUEUE, %g2
21 ldxa [%g4] ASI_QUEUE, %g4
70 stxa %g2, [%g4] ASI_QUEUE
82 ldxa [%g2] ASI_QUEUE, %g2
84 ldxa [%g4] ASI_QUEUE, %g4
112 stxa %g2, [%g4] ASI_QUEUE
140 ldxa [%g2] ASI_QUEUE, %g2
142 ldxa [%g4] ASI_QUEUE, %g4
197 stxa %g2, [%g4] ASI_QUEUE
231 stxa %g4, [%g2] ASI_QUEUE
[all …]
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dasi.h164 #define ASI_QUEUE 0x25 /* (4V) Interrupt Queue Registers */ macro
/openbmc/qemu/target/sparc/
H A Dasi.h169 #define ASI_QUEUE 0x25 /* (4V) Interrupt Queue Registers */ macro
H A Dldst_helper.c1917 case ASI_QUEUE: /* UA2005 CPU mondo queue */ in helper_st_asi()