/openbmc/u-boot/arch/mips/cpu/ |
H A D | start.S | 47 move k0, t9 # preserve t9 in k0 49 li t9, 15 # UHI exception operation 213 PTR_LA t9, mips_cm_map 214 jalr t9 224 PTR_LA t9, debug_uart_init 225 jalr t9 233 PTR_LA t9, lowlevel_init 234 jalr t9 239 PTR_LA t9, mips_cache_reset 240 jalr t9 [all …]
|
/openbmc/linux/arch/mips/kernel/ |
H A D | cps-vec-ns16550.S | 34 * @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)
|
H A D | cps-vec.S | 171 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
|
H A D | octeon_switch.S | 48 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 */
|
H A D | r2300_switch.S | 40 LONG_L t9, TASK_STACK_CANARY(a1) 41 LONG_S t9, 0(t8)
|
H A D | r4k_switch.S | 36 LONG_L t9, TASK_STACK_CANARY(a1) 37 LONG_S t9, 0(t8)
|
/openbmc/linux/arch/mips/boot/compressed/ |
H A D | head.S | 35 PTR_LA t9, decompress_kernel 36 jalr t9 43 PTR_LI t9, KERNEL_ENTRY 44 jalr t9
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/fonts/ |
H A D | fontawesome-webfont.svg | 37 …32 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11… 48 …t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224 q13 0 22.5 -9.5t9.5 … 49 …-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 … 51 …t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t… 53 …t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 … 54 …21.5 l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10… 56 …9.5t-9.5 22.5v448q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-352h288q13 0 22.5 -9.5t9.5 -… 58 … 0 59 -39zM1632 512q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-1600q-14 0 -23 9t-9 23v576q0 14 9 2… 59 …5t22.5 9.5h192v352q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5v-352h192q14 0 23 -9t9 -23zM… 64 …02t187 -36q134 0 250 65t186 179q11 17 53 117 q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-… [all …]
|
/openbmc/linux/arch/mips/include/asm/mach-loongson64/ |
H A D | kernel-entry-init.h | 81 /* 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
|
/openbmc/u-boot/arch/mips/mach-mt7620/ |
H A D | lowlevel_init.S | 194 lw t9, 0xc(s0) 195 srl t9, t9, 16 196 andi t9, t9, 0x1 197 bnez t9, MT7628_AN_DDR1_PAD
|
/openbmc/linux/tools/perf/util/hisi-ptt-decoder/ |
H A D | hisi-ptt-pkt-decoder.c | 36 * 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()
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | genex.S | 188 PTR_LA t9, do_reserved 189 jr t9 209 PTR_LA t9, do_ejtag_debug 210 jalr t9
|
/openbmc/linux/arch/mips/mm/ |
H A D | page.c | 47 #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()
|
/openbmc/linux/arch/alpha/lib/ |
H A D | stxcpy.S | 13 * 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 :
|
H A D | ev6-stxcpy.S | 13 * 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 :
|
H A D | stxncpy.S | 14 * 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 :
|
H A D | ev6-stxncpy.S | 14 * 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
|
/openbmc/u-boot/examples/api/ |
H A D | crt0.S | 56 PTR_L $t9, syscall_ptr 57 jalr $t9
|
/openbmc/qemu/common-user/host/mips/ |
H A D | safe-syscall.inc.S | 136 * by the ABI, into t9. 145 PTR_LA t9, safe_syscall_set_errno_tail 146 jr t9
|
/openbmc/linux/arch/ia64/lib/ |
H A D | copy_page_mck.S | 53 * | 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
|
/openbmc/qemu/hw/smbios/ |
H A D | smbios.c | 759 struct type9_instance *t9; in smbios_build_type_9_table() local 761 QTAILQ_FOREACH(t9, &type9, next) { in smbios_build_type_9_table() 764 SMBIOS_TABLE_SET_STR(9, slot_designation, t9->slot_designation); in smbios_build_type_9_table() 765 t->slot_type = t9->slot_type; in smbios_build_type_9_table() 766 t->slot_data_bus_width = t9->slot_data_bus_width; in smbios_build_type_9_table() 767 t->current_usage = t9->current_usage; in smbios_build_type_9_table() 768 t->slot_length = t9->slot_length; in smbios_build_type_9_table() 769 t->slot_id = t9->slot_id; in smbios_build_type_9_table() 770 t->slot_characteristics1 = t9->slot_characteristics1; in smbios_build_type_9_table() 771 t->slot_characteristics2 = t9->slot_characteristics2; in smbios_build_type_9_table() [all …]
|
/openbmc/u-boot/examples/standalone/ |
H A D | stubs.c | 70 * k0 ($26) holds the pointer to the global_data; t9 ($25) is a call- 83 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9"); 86 * k0 ($26) holds the pointer to the global_data; t9 ($25) is a call- 99 : : "i"(offsetof(gd_t, jt)), "i"(FO(x)) : "t9");
|
/openbmc/openbmc-tools/witherspoon-debug/ |
HD | libncurses.so.5.9 | ... ?%p1%{8}%>%t9%e%p1%d%;m [ ... |
/openbmc/linux/arch/arm64/crypto/ |
H A D | ghash-ce-core.S | 31 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 124 // t9 = (K) (P6 + P7) << 32 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
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | regdef.h | 48 #define t9 $25 macro 91 #define t9 $25 /* callee address for PIC/temp */ macro
|