Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/boot/compressed/
Dhead.S35 PTR_LA t9, decompress_kernel
36 jalr t9
43 PTR_LI t9, KERNEL_ENTRY
44 jalr t9
/linux-6.12.1/arch/mips/loongson64/
Dsleeper.S14 move t9, a0
17 jalr t9
/linux-6.12.1/arch/mips/kernel/
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 */
Dcps-vec.S143 move a1, t9
282 li t9, 0
291 mfc0 t9, CP0_GLOBALNUMBER
292 andi t9, t9, MIPS_GLOBALNUMBER_VP
311 mfc0 t9, $15, 1
312 and t9, t9, t1
317 mul v1, t9, t1
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)
Dcps-vec-ns16550.S37 1: UART_L t0, UART_LSR_OFS(t9)
40 UART_S a0, UART_TX_OFS(t9)
176 li t9, CKSEG1ADDR(CONFIG_MIPS_CPS_NS16550_BASE)
/linux-6.12.1/arch/mips/include/asm/mach-loongson64/
Dkernel-entry-init.h93 2: li t9, 0x100 /* wait for init loop */
94 3: addiu t9, -1 /* limit mailbox access */
95 bnez t9, 3b
/linux-6.12.1/arch/alpha/lib/
Dstxcpy.S39 .frame sp, 0, t9
91 ret (t9) # .. e1 :
99 .frame sp, 0, t9
230 ret (t9) # .. e1 :
288 ret (t9) # e1 :
Dev6-stxcpy.S50 .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.S47 .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.S58 .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
/linux-6.12.1/arch/mips/include/asm/
Dregdef.h141 #define t9 $25
184 #define t9 $25 /* callee address for PIC/temp */
/linux-6.12.1/tools/perf/util/hisi-ptt-decoder/
Dhisi-ptt-pkt-decoder.c80 uint32_t t9 : 1; member
138 "Format", dw0.format, "Type", dw0.type, "T9", dw0.t9, in hisi_ptt_4dw_print_dw0()
/linux-6.12.1/arch/alpha/include/uapi/asm/
Dregdef.h33 #define t9 $23 macro
/linux-6.12.1/arch/arm64/crypto/
Dghash-ce-core.S31 t9 .req v16
106 pmull\t t9.8h, \ad, \b4\().\nb // K = A*B4
115 uzp1 t6.2d, t7.2d, t9.2d
116 uzp2 t7.2d, t7.2d, t9.2d
133 zip2 t9.2d, t6.2d, t7.2d
139 ext t9.16b, t9.16b, t9.16b, #12
142 eor t7.16b, t7.16b, t9.16b
Dcrct10dif-ce-core.S89 t9 .req v23
145 pmull t9.8h, ad.8b, bd3.8b // I = A*B3
159 pmull2 t9.8h, ad.16b, bd3.16b // I = A*B3
164 eor t6.16b, t6.16b, t9.16b // N = I + J
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_pps.c1329 seq->t9 = REG_FIELD_GET(PANEL_LIGHT_OFF_DELAY_MASK, pp_off); in intel_pps_readout_hw_state()
1352 seq->t1_t3, seq->t8, seq->t9, seq->t10, seq->t11_t12); in intel_pps_dump_state()
1364 if (hw.t1_t3 != sw->t1_t3 || hw.t8 != sw->t8 || hw.t9 != sw->t9 || in intel_pps_verify_state()
1374 return delays->t1_t3 || delays->t8 || delays->t9 || in pps_delays_valid()
1436 spec->t9 = 50 * 10; /* no limit for t9, make it symmetric with t8 */ in pps_init_delays_spec()
1470 assign_final(t9); in pps_init_delays()
1478 intel_dp->pps.backlight_off_delay = get_delay(t9); in pps_init_delays()
1501 final->t9 = 1; in pps_init_delays()
1553 pp_off = REG_FIELD_PREP(PANEL_LIGHT_OFF_DELAY_MASK, seq->t9) | in pps_init_registers()
Dintel_bios.h56 u16 t9; member
/linux-6.12.1/arch/mips/lib/
Dmemset.S103 move t9, a1
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dbtf_dump.c419 long double t9 = 0.0; in test_btf_dump_float_data() local
448 ASSERT_OK(btf_dump_data(btf, d, "test_long_double", NULL, 0, &t9, 16, in test_btf_dump_float_data()
/linux-6.12.1/drivers/gpu/drm/gma500/
Dintel_bios.h447 u16 t9; member
Dcdv_intel_dp.c2039 cur.t9 = (pp_off & PANEL_LIGHT_OFF_DELAY_MASK) >> in cdv_intel_dp_init()
2049 cur.t1_t3, cur.t8, cur.t9, cur.t10, cur.t11_t12); in cdv_intel_dp_init()
2054 intel_dp->backlight_off_delay = cur.t9 / 10; in cdv_intel_dp_init()
Dintel_bios.c85 dev_priv->edp.pps.t9, dev_priv->edp.pps.t10, in parse_edp()
/linux-6.12.1/arch/mips/crypto/
Dchacha-core.S20 #define X9 $t9