| /optee_os/core/arch/arm/kernel/ |
| H A D | misc_a64.S | 32 lsl x3, x0, #MPIDR_AFFINITY_BITS 33 csel x3, x3, x0, eq 41 ubfx x0, x3, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS 42 ubfx x1, x3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS 49 ubfx x0, x3, #MPIDR_AFF0_SHIFT, #MPIDR_AFFINITY_BITS 50 ubfx x1, x3, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS 51 ubfx x2, x3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS
|
| H A D | cache_helpers_a64.S | 29 dcache_line_size x2, x3 31 sub x3, x2, #1 32 bic x0, x0, x3 95 ubfx x3, x9, \shift, \fw 96 lsl x3, x3, \ls 102 cbz x3, exit 149 cmp x3, x10 178 mov x3, \level 179 sub x10, x3, #2 227 icache_line_size x2, x3 [all …]
|
| H A D | thread_a64.S | 73 msr spsr_el1, x3 173 msr spsr_el1, x3 208 store_xregs x3, THREAD_CTX_REGS_X19, 19, 30 688 mrs x3, sp_el0 696 mrs x3, sp_el0 721 sub x3, x4, x7 722 msr vbar_el1, x3 726 adr x3, 1f 727 sub x3, x3, x7 728 br x3 [all …]
|
| H A D | entry_a64.S | 173 mov x22, x3 206 adr_l x3, boot_cached_mem_end 207 str x0, [x3] 210 ldp x3, x4, [x1, #-16]! 211 stp x3, x4, [x0, #-16]! 229 adr_l x3, boot_embdata_ptr 230 str x0, [x3] 235 adr_l x3, boot_cached_mem_end 236 str x2, [x3] 239 ldp x3, x4, [x1, #-16]! [all …]
|
| H A D | arch_scall_a64.S | 116 str x3, [x2], #8 178 ldr x3, [x19, #SC_REC_X0] /* pointer to struct thread_scall_regs */ 194 ldr x3, [x19, #SC_REC_X0] /* pointer to struct thread_scall_regs */
|
| H A D | thread_optee_smc_a64.S | 173 mov x3, #0 218 mov x3, x23
|
| H A D | thread_spmc_a64.S | 22 mov x3, #FFA_PARAM_MBZ /* Param MBZ */ 35 mov x3, #FFA_PARAM_MBZ /* Param MBZ */
|
| H A D | arch_scall.c | 79 .x3 = pushed[4], in save_panic_regs_a32_ta()
|
| /optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
| H A D | ltc_ecc_is_point_at_infinity.c | 15 void *x3, *y2; in ltc_ecc_is_point_at_infinity() local 30 if ((err = mp_init_multi(&x3, &y2, LTC_NULL)) != CRYPT_OK) goto done; in ltc_ecc_is_point_at_infinity() 36 if ((err = mp_mulmod(P->x, P->x, modulus, x3)) != CRYPT_OK) goto cleanup; in ltc_ecc_is_point_at_infinity() 37 if ((err = mp_mulmod(P->x, x3, modulus, x3)) != CRYPT_OK) goto cleanup; in ltc_ecc_is_point_at_infinity() 41 if ((mp_cmp(x3, y2) == LTC_MP_EQ) && !mp_iszero(y2)) { in ltc_ecc_is_point_at_infinity() 48 mp_clear_multi(x3, y2, LTC_NULL); in ltc_ecc_is_point_at_infinity()
|
| /optee_os/core/arch/arm/plat-rcar/ |
| H A D | core_pos_a64.S | 23 lsl x3, x0, #MPIDR_AFFINITY_BITS 24 csel x3, x3, x0, eq 31 ubfx x0, x3, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS 32 ubfx x1, x3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS
|
| H A D | romapi_call.S | 27 mov x22, x3
|
| /optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/ |
| H A D | sosemanuk.c | 175 #define SERPENT_LT(x0, x1, x2, x3) do { \ argument 179 x3 = x3 ^ x2 ^ T32(x0 << 3); \ 181 x3 = ROLc(x3, 7); \ 182 x0 = x0 ^ x1 ^ x3; \ 183 x2 = x2 ^ x3 ^ T32(x1 << 7); \ 337 #define KA(zc, x0, x1, x2, x3) do { \ in sosemanuk_setiv() argument 341 x3 ^= st->kc[(zc) + 3]; \ in sosemanuk_setiv() 608 #define FSM(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9) do { \ in s_sosemanuk_internal() argument 621 #define LRU(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, dd) do { \ in s_sosemanuk_internal() argument 623 s ## x0 = MUL_A(s ## x0) ^ MUL_G(s ## x3) ^ s ## x9; \ in s_sosemanuk_internal() [all …]
|
| /optee_os/core/lib/libtomcrypt/src/ciphers/ |
| H A D | idea.c | 104 ushort16 x0, x1, x2, x3, t0, t1; in s_process_block() local 109 LOAD16(x3, in + 6); in s_process_block() 115 MUL(x3, m_key[i*6+3]); in s_process_block() 118 t1 = t0 + (x1^x3); in s_process_block() 122 x3 ^= t0; in s_process_block() 131 MUL(x3, m_key[LTC_IDEA_ROUNDS*6+3]); in s_process_block() 136 STORE16(x3, out + 6); in s_process_block()
|
| /optee_os/core/arch/arm/plat-automotive_rd/ |
| H A D | rd1ae_core_pos.S | 22 ubfx x3, x4, #MPIDR_AFF3_SHIFT, #MPIDR_AFFINITY_BITS 26 madd x2, x3, x4, x2
|
| /optee_os/core/arch/arm/plat-d06/ |
| H A D | core_pos_a64.S | 26 and x3, x1, 0x7 41 add x5, x5, x3
|
| /optee_os/core/arch/arm/plat-totalcompute/fdts/ |
| H A D | optee_sp_manifest.dts | 26 messaging-method = <0x3>; /* Direct request/response supported */ 33 attributes = <0x3>; /* read-write */
|
| /optee_os/lib/libutee/arch/arm/ |
| H A D | utee_syscalls_a64.S | 22 stp x2, x3, [sp, #32] 28 ldp x2, x3, [sp, #32]
|
| /optee_os/lib/libutils/ext/arch/arm/ |
| H A D | mcount_a64.S | 64 stp x2, x3, [sp, #16] 74 ldp x2, x3, [sp, #16]
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | sha512_armv8a_ce_a64.S | 111 adr_l x3, .Lsha512_rcon 112 ld1 {v20.2d-v23.2d}, [x3], #64 128 mov x4, x3 // rc pointer
|
| H A D | sha3_armv8a_ce_a64.S | 72 tbnz x3, #6, 3f 85 tbnz x3, #4, 1f 96 1: tbnz x3, #5, 4f 106 tbnz x3, #2, 2f
|
| H A D | sm4_armv8a_ce_a64.S | 796 ld1 {RK0.4s, RK1.4s, RK2.4s, RK3.4s}, [x3], #64 797 ld1 {RK4.4s, RK5.4s, RK6.4s, RK7.4s}, [x3], #64 983 sub x3, x3, #128 984 ld1 {RK0.4s, RK1.4s, RK2.4s, RK3.4s}, [x3], #64 985 ld1 {RK4.4s, RK5.4s, RK6.4s, RK7.4s}, [x3], #64
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | thread_arch.h | 195 uint64_t x3; /* r3_usr */ member 254 uint64_t x3; /* r3_usr */ member
|
| /optee_os/core/arch/arm/dts/ |
| H A D | fsl-lx2160a-rdb.dts | 103 reg = <0x3>;
|
| H A D | fsl-lx2160a-qds.dts | 265 reg = <0x3>;
|
| /optee_os/core/crypto/ |
| H A D | sm4.c | 118 static uint32_t sm4F(uint32_t x0, uint32_t x1, uint32_t x2, uint32_t x3, in sm4F() argument 121 return x0 ^ sm4Lt(x1 ^ x2 ^ x3 ^ rk); in sm4F()
|