Home
last modified time | relevance | path

Searched full:t9 (Results 1 – 25 of 104) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/mips/kernel/
Dcps-vec-ns16550.S34 * @t9: UART base address
37 1: UART_L t0, UART_LSR_OFS(t9)
40 UART_S a0, UART_TX_OFS(t9)
47 * @t9: UART base address
67 * @t9: UART base address
84 * @t9: UART base address
101 * @t9: UART base address
118 * @t9: UART base address
137 * @t9: UART base address
176 li t9, CKSEG1ADDR(CONFIG_MIPS_CPS_NS16550_BASE)
Dcps-vec.S174 move a1, t9
305 * struct vpe_boot_config in v1, VPE ID in t9
318 li t9, 0
327 mfc0 t9, CP0_GLOBALNUMBER
328 andi t9, t9, MIPS_GLOBALNUMBER_VP
347 mfc0 t9, $15, 1
348 and t9, t9, t1
353 mul v1, t9, t1
Docteon_switch.S49 LONG_L t9, LONGSIZE(t1)/* Load from CVMSEG */
54 LONG_S t9, -LONGSIZE(t2)/* Store CVMSEG to thread storage */
66 LONG_L t9, TASK_STACK_CANARY(a1)
67 LONG_S t9, 0(t8)
100 dmfc0 t9, $9,7 /* CvmCtl register. */
109 bbit1 t9, 28, 1f
117 1: bbit1 t9, 26, 3f /* done if CvmCtl[NOCRYPTO] set */
263 dmfc0 t9, $9,7 /* CvmCtl register. */
274 bbit1 t9, 28, 2f /* Skip LLM if CvmCtl[NODFA_CP2] is set */
284 bbit1 t9, 26, done_restore /* done if CvmCtl[NOCRYPTO] set */
Dr4k_switch.S36 LONG_L t9, TASK_STACK_CANARY(a1)
37 LONG_S t9, 0(t8)
Dr2300_switch.S41 LONG_L t9, TASK_STACK_CANARY(a1)
42 LONG_S t9, 0(t8)
/kernel/linux/linux-6.6/arch/mips/kernel/
Dcps-vec-ns16550.S34 * @t9: UART base address
37 1: UART_L t0, UART_LSR_OFS(t9)
40 UART_S a0, UART_TX_OFS(t9)
47 * @t9: UART base address
67 * @t9: UART base address
84 * @t9: UART base address
101 * @t9: UART base address
118 * @t9: UART base address
137 * @t9: UART base address
176 li t9, CKSEG1ADDR(CONFIG_MIPS_CPS_NS16550_BASE)
Dcps-vec.S171 move a1, t9
302 * struct vpe_boot_config in v1, VPE ID in t9
314 li t9, 0
323 mfc0 t9, CP0_GLOBALNUMBER
324 andi t9, t9, MIPS_GLOBALNUMBER_VP
343 mfc0 t9, $15, 1
344 and t9, t9, t1
349 mul v1, t9, t1
Docteon_switch.S48 LONG_L t9, LONGSIZE(t1)/* Load from CVMSEG */
53 LONG_S t9, -LONGSIZE(t2)/* Store CVMSEG to thread storage */
65 LONG_L t9, TASK_STACK_CANARY(a1)
66 LONG_S t9, 0(t8)
99 dmfc0 t9, $9,7 /* CvmCtl register. */
108 bbit1 t9, 28, 1f
116 1: bbit1 t9, 26, 3f /* done if CvmCtl[NOCRYPTO] set */
262 dmfc0 t9, $9,7 /* CvmCtl register. */
273 bbit1 t9, 28, 2f /* Skip LLM if CvmCtl[NODFA_CP2] is set */
283 bbit1 t9, 26, done_restore /* done if CvmCtl[NOCRYPTO] set */
Dr2300_switch.S40 LONG_L t9, TASK_STACK_CANARY(a1)
41 LONG_S t9, 0(t8)
Dr4k_switch.S36 LONG_L t9, TASK_STACK_CANARY(a1)
37 LONG_S t9, 0(t8)
/kernel/linux/linux-6.6/arch/mips/boot/compressed/
Dhead.S35 PTR_LA t9, decompress_kernel
36 jalr t9
43 PTR_LI t9, KERNEL_ENTRY
44 jalr t9
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-loongson64/
Dkernel-entry-init.h81 /* a0:base t1:cpuid t2:node t9:count */
93 2: li t9, 0x100 /* wait for init loop */
94 3: addiu t9, -1 /* limit mailbox access */
95 bnez t9, 3b
/kernel/linux/linux-6.6/tools/perf/util/hisi-ptt-decoder/
Dhisi-ptt-pkt-decoder.c36 * DW0 [ Fmt ][ Type ][T9][T8][TH][SO][ Length ][ Time ]
80 uint32_t t9 : 1; member
138 "Format", dw0.format, "Type", dw0.type, "T9", dw0.t9, in hisi_ptt_4dw_print_dw0()
/kernel/linux/linux-6.6/arch/mips/mm/
Dpage.c47 #define T9 25 macro
109 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu()
110 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu()
112 uasm_i_addiu(buf, T9, ZERO, off); in pg_addiu()
113 uasm_i_daddu(buf, reg1, reg2, T9); in pg_addiu()
116 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu()
117 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu()
118 UASM_i_ADDU(buf, reg1, reg2, T9); in pg_addiu()
/kernel/linux/linux-5.10/arch/mips/mm/
Dpage.c48 #define T9 25 macro
108 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu()
109 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu()
111 uasm_i_addiu(buf, T9, ZERO, off); in pg_addiu()
112 uasm_i_daddu(buf, reg1, reg2, T9); in pg_addiu()
115 uasm_i_lui(buf, T9, uasm_rel_hi(off)); in pg_addiu()
116 uasm_i_addiu(buf, T9, T9, uasm_rel_lo(off)); in pg_addiu()
117 UASM_i_ADDU(buf, reg1, reg2, T9); in pg_addiu()
/kernel/linux/linux-5.10/arch/alpha/lib/
Dstxcpy.S13 * t9 = return address
39 .frame sp, 0, t9
91 ret (t9) # .. e1 :
99 .frame sp, 0, t9
230 ret (t9) # .. e1 :
288 ret (t9) # e1 :
Dev6-stxcpy.S13 * t9 = return address
50 .frame sp, 0, t9
109 ret (t9) # L0 : Latency=3
119 .frame sp, 0, t9
259 ret (t9) # L0 : Latency=3
318 ret (t9) # e1 :
Dstxncpy.S14 * t9 = return address
47 .frame sp, 0, t9, 0
105 ret (t9) # e1 :
118 .frame sp, 0, t9, 0
266 ret (t9) # .. e1 :
344 ret (t9) # .. e1 :
Dev6-stxncpy.S14 * t9 = return address
58 .frame sp, 0, t9, 0
133 ret (t9) # L0 : Latency=3
150 .frame sp, 0, t9, 0
312 ret (t9) # L0 : Latency=3
393 ret (t9) # L0 : Latency=3
/kernel/linux/linux-6.6/arch/alpha/lib/
Dstxcpy.S13 * t9 = return address
39 .frame sp, 0, t9
91 ret (t9) # .. e1 :
99 .frame sp, 0, t9
230 ret (t9) # .. e1 :
288 ret (t9) # e1 :
Dev6-stxcpy.S13 * t9 = return address
50 .frame sp, 0, t9
109 ret (t9) # L0 : Latency=3
119 .frame sp, 0, t9
259 ret (t9) # L0 : Latency=3
318 ret (t9) # e1 :
Dstxncpy.S14 * t9 = return address
47 .frame sp, 0, t9, 0
105 ret (t9) # e1 :
118 .frame sp, 0, t9, 0
266 ret (t9) # .. e1 :
344 ret (t9) # .. e1 :
Dev6-stxncpy.S14 * t9 = return address
58 .frame sp, 0, t9, 0
133 ret (t9) # L0 : Latency=3
150 .frame sp, 0, t9, 0
312 ret (t9) # L0 : Latency=3
393 ret (t9) # L0 : Latency=3
/kernel/linux/linux-6.6/arch/ia64/lib/
Dcopy_page_mck.S53 * | n[y] | t9 | | (L2 cache line)
84 #define t9 t5 // alias! macro
163 (p[D]) ld8 t9 = [src0], 3*8
170 (p[D]) st8 [dst0] = t9, 3*8
/kernel/linux/linux-5.10/arch/ia64/lib/
Dcopy_page_mck.S53 * | n[y] | t9 | | (L2 cache line)
84 #define t9 t5 // alias! macro
163 (p[D]) ld8 t9 = [src0], 3*8
170 (p[D]) st8 [dst0] = t9, 3*8

12345