/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | misc_a64.S | 28 lsl x3, x0, #MPIDR_AFFINITY_BITS 29 csel x3, x3, x0, eq 37 ubfx x0, x3, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS 38 ubfx x1, x3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS 45 ubfx x0, x3, #MPIDR_AFF0_SHIFT, #MPIDR_AFFINITY_BITS 46 ubfx x1, x3, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS 47 ubfx x2, x3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS
|
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 229 sub x3, x2, #1 [all …]
|
A D | thread_a64.S | 72 msr spsr_el1, x3 165 msr spsr_el1, x3 680 mrs x3, sp_el0 688 mrs x3, sp_el0 713 sub x3, x4, x7 718 adr x3, 1f 719 sub x3, x3, x7 720 br x3 743 and x3, x3, #CTR_IMINLINE_MASK 745 lsl x2, x2, x3 [all …]
|
A D | entry_a64.S | 190 adr x3, cached_mem_end 191 str x0, [x3] 194 ldp x3, x4, [x1, #-16]! 195 stp x3, x4, [x0, #-16]! 211 adr x3, cached_mem_end 212 str x0, [x3] 216 ldp x3, x4, [x1, #-16]! 217 stp x3, x4, [x0, #-16]! 425 add x3, x3, x2 /* end of relocations */ 458 2: cmp x2, x3 [all …]
|
A D | thread_optee_smc_a64.S | 173 mov x3, #0 222 mov x3, x23
|
A D | thread_spmc_a64.S | 21 mov x3, #FFA_PARAM_MBZ /* Param MBZ */
|
A D | abort.c | 178 ai->regs->x2, ai->regs->x3); in __print_abort_info()
|
A D | ldelf_loader.c | 247 arg->arm32.regs[3] = tsd->abort_regs.x3; in ldelf_dump_state()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
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-3.20.0/core/arch/arm/plat-rcar/ |
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
|
A D | romapi_call.S | 27 mov x22, x3
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
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-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/ |
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() 640 FSM(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9); \ in s_sosemanuk_internal() 641 LRU(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, dd); \ in s_sosemanuk_internal() 651 #define SRD(S, x0, x1, x2, x3, ooff) do { \ in s_sosemanuk_internal() argument [all …]
|
/optee_os-3.20.0/core/arch/arm/plat-d06/ |
A D | core_pos_a64.S | 26 and x3, x1, 0x7 41 add x5, x5, x3
|
/optee_os-3.20.0/core/arch/arm/plat-totalcompute/fdts/ |
A D | optee_sp_manifest.dts | 26 messaging-method = <0x3>; /* Direct request/response supported */ 33 attributes = <0x3>; /* read-write */
|
/optee_os-3.20.0/lib/libutee/arch/arm/ |
A D | utee_syscalls_a64.S | 22 stp x2, x3, [sp, #32] 28 ldp x2, x3, [sp, #32]
|
/optee_os-3.20.0/lib/libutils/ext/arch/arm/ |
A D | mcount_a64.S | 64 stp x2, x3, [sp, #16] 74 ldp x2, x3, [sp, #16]
|
/optee_os-3.20.0/core/arch/arm/tee/ |
A D | arch_svc_a64.S | 116 str x3, [x2], #8 179 ldr x3, [x19, #SC_REC_X0] /* pointer to struct thread_svc_regs */ 195 ldr x3, [x19, #SC_REC_X0] /* pointer to struct thread_svc_regs */
|
A D | arch_svc.c | 398 .x3 = pushed[4], in save_panic_regs_a32_ta()
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
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
|
A D | ghash-ce-core_a64.S | 155 add x8, x3, #16 248 ld1 {SHASH.2d}, [x3] 438 0: ld1 {INP0.16b-INP1.16b}, [x3], #32
|
/optee_os-3.20.0/core/arch/arm/include/kernel/ |
A D | thread_arch.h | 141 uint64_t x3; /* r3_usr */ member 200 uint64_t x3; /* r3_usr */ member
|
/optee_os-3.20.0/core/arch/arm/dts/ |
A D | fsl-lx2160a-rdb.dts | 103 reg = <0x3>;
|
A D | fsl-lx2160a-qds.dts | 265 reg = <0x3>;
|
/optee_os-3.20.0/core/crypto/ |
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()
|