Searched refs:t5 (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/arch/riscv/kernel/ |
| H A D | entry.S | 443 LDR t5, RISCV_XLEN_BYTES(t0) /* t5: relocation info:type */ 445 bne t5, t3, 3f 447 LDR t5, (RISCV_XLEN_BYTES * 2)(t0) /* t5: addend */ 448 add t5, t5, a0 /* t5: add ASLR offset */ 449 STR t5, 0(t3) /* update address */ 454 srli t6, t5, SYM_INDEX /* t6: sym table index */ 455 andi t5, t5, 0xFF /* t5: relocation type */ 457 bne t5, t3, 4f 461 li t5, SYM_SIZE 462 mul t6, t6, t5 [all …]
|
| H A D | abort.c | 130 ai->regs->t5, ai->regs->t6); in __print_abort_info()
|
| /optee_os/core/arch/riscv/include/kernel/ |
| H A D | thread_arch.h | 97 unsigned long t5; member 124 unsigned long t5; member 161 unsigned long t5; member
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | ghash-ce-core_a64.S | 34 t5 .req v12 79 ext t5.8b, \ad\().8b, \ad\().8b, #2 // A2 87 tbl t5.16b, {\ad\().16b}, perm2.16b // A2 108 pmull\t t5.8h, t5.\nb, \bd // H = A2*B 116 eor t5.16b, t5.16b, t6.16b // M = G + H 119 uzp1 t4.2d, t3.2d, t5.2d 120 uzp2 t3.2d, t3.2d, t5.2d 137 zip2 t5.2d, t4.2d, t3.2d 143 ext t5.16b, t5.16b, t5.16b, #14 147 eor t3.16b, t3.16b, t5.16b
|