Home
last modified time | relevance | path

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

12

/optee_os-3.20.0/core/arch/arm/kernel/
A Dmisc_a64.S28 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 Dcache_helpers_a64.S29 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 Dthread_a64.S72 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 Dentry_a64.S190 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 Dthread_optee_smc_a64.S173 mov x3, #0
222 mov x3, x23
A Dthread_spmc_a64.S21 mov x3, #FFA_PARAM_MBZ /* Param MBZ */
A Dabort.c178 ai->regs->x2, ai->regs->x3); in __print_abort_info()
A Dldelf_loader.c247 arg->arm32.regs[3] = tsd->abort_regs.x3; in ldelf_dump_state()
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_is_point_at_infinity.c15 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 Dcore_pos_a64.S23 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 Dromapi_call.S27 mov x22, x3
/optee_os-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Didea.c104 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 Dsosemanuk.c175 #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 Dcore_pos_a64.S26 and x3, x1, 0x7
41 add x5, x5, x3
/optee_os-3.20.0/core/arch/arm/plat-totalcompute/fdts/
A Doptee_sp_manifest.dts26 messaging-method = <0x3>; /* Direct request/response supported */
33 attributes = <0x3>; /* read-write */
/optee_os-3.20.0/lib/libutee/arch/arm/
A Dutee_syscalls_a64.S22 stp x2, x3, [sp, #32]
28 ldp x2, x3, [sp, #32]
/optee_os-3.20.0/lib/libutils/ext/arch/arm/
A Dmcount_a64.S64 stp x2, x3, [sp, #16]
74 ldp x2, x3, [sp, #16]
/optee_os-3.20.0/core/arch/arm/tee/
A Darch_svc_a64.S116 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 Darch_svc.c398 .x3 = pushed[4], in save_panic_regs_a32_ta()
/optee_os-3.20.0/core/arch/arm/crypto/
A Dsha512_armv8a_ce_a64.S111 adr_l x3, .Lsha512_rcon
112 ld1 {v20.2d-v23.2d}, [x3], #64
128 mov x4, x3 // rc pointer
A Dghash-ce-core_a64.S155 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 Dthread_arch.h141 uint64_t x3; /* r3_usr */ member
200 uint64_t x3; /* r3_usr */ member
/optee_os-3.20.0/core/arch/arm/dts/
A Dfsl-lx2160a-rdb.dts103 reg = <0x3>;
A Dfsl-lx2160a-qds.dts265 reg = <0x3>;
/optee_os-3.20.0/core/crypto/
A Dsm4.c118 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()

Completed in 24 milliseconds

12