Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 39) sorted by relevance

12

/optee_os/core/arch/arm/kernel/
A Dthread_a64.S44 msr elr_el1, x2
127 msr elr_el1, x2
288 mrs x2, esr_el1
290 lsr x2, x2, #ESR_EC_SHIFT
325 lsr x2, x2, #ESR_EC_SHIFT
539 ldr x2, [x2]
541 sub x3, x4, x2
547 sub x3, x3, x2
573 lsl x2, x2, x3
723 mov sp, x2
[all …]
A Dentry_a64.S97 adr x2, __init_end
98 sub x2, x2, x0 /* init len */
100 add x2, x2, x4 /* length of init and hashes etc */
110 cmp x0, x2
123 add x0, x0, x2
124 add x1, x1, x2
127 adr_l x2, __end
132 cmp x0, x2
311 add x2, x2, x6 /* start of relocations */
345 2: cmp x2, x3
[all …]
A Dcache_helpers_a64.S29 dcache_line_size x2, x3
31 sub x3, x2, #1
35 add x0, x0, x2
109 add x2, x10, x10, lsr #1 // work out 3x current cache level
110 lsr x1, x0, x2 // extract cache type bits from clidr
118 and x2, x1, #7 // extract the length of the cache lines
119 add x2, x2, #4 // add 4 (line length offset)
227 icache_line_size x2, x3
229 sub x3, x2, #1
233 add x0, x0, x2
A Dthread_spmc_a64.S21 mov x2, #FFA_PARAM_MBZ /* Param MBZ */
33 mov x2, #FFA_PARAM_MBZ /* RES MBZ */
122 mov x2, sp
123 str x2, [x19, #THREAD_CTX_REGS_SP]
133 adr x2, .thread_rpc_return
173 adr_l x2, threads
174 madd x1, x1, x0, x2
176 mov x2, #FFA_PARAM_MBZ
A Dthread_optee_smc_a64.S161 mov x2, #0
185 mov x2, sp
186 str x2, [x19, #THREAD_CTX_REGS_SP]
196 adr x2, .thread_rpc_return
202 mov x2, x22
A Dmisc_a64.S47 ubfx x2, x3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS
48 add x1, x1, x2, LSL #(CFG_CORE_CLUSTER_SHIFT)
A Dasm-defines.c54 DEFINE(THREAD_SVC_REG_X2, offsetof(struct thread_svc_regs, x2));
65 DEFINE(THREAD_ABT_REG_X2, offsetof(struct thread_abort_regs, x2));
A Dabort.c177 ai->regs->x2, ai->regs->x3); in __print_abort_info()
359 ai->regs->x2 = 0xdeadbeef; in handle_user_mode_panic()
/optee_os/core/arch/arm/tee/
A Darch_svc_a64.S39 ldr x2, [x0, #THREAD_SVC_REG_SPSR]
40 tst x2, #(SPSR_MODE_RW_32 << SPSR_MODE_RW_SHIFT)
75 add x2, xzr, x6, lsl #2
109 subs x2, x0, #0x4
111 lsl x2, x2, #3
112 mov x0, x2
116 str x3, [x2], #8
117 cmp x2, x19
178 mov x2, #0 /* panic_code = 0 */
193 mov x2, x0 /* code */
A Darch_svc.c397 .x2 = pushed[3], in save_panic_regs_a32_ta()
478 regs->x2 = panic_code; in tee_svc_sys_return_helper()
/optee_os/core/arch/arm/plat-rcar/
A Dcore_pos_a64.S46 adr_l x2, rcar_prr_value
47 ldr w3, [x2]
52 mov x2, #PRR_BASE
53 ldr w3, [x2, #PRR_OFFSET]
61 adr_l x2, rcar_prr_value
62 str w3, [x2]
A Dromapi_call.S25 mov x21, x2
71 mov x2, x22 /* x22: uint64_t arg3 */
/optee_os/core/arch/arm/plat-marvell/otx2/
A Dcore_pos.S11 mov x2, #CFG_CLUSTERS_PER_NODE
12 mul x1, x1, x2
13 ubfx x2, x0, #MPIDR_AFF1_SHIFT, #MPIDR_AFFINITY_BITS
14 add x0, x1, x2
/optee_os/core/arch/arm/crypto/
A Daes_modes_armv8a_ce_a64.S245 enc_prepare w3, x2, x5
267 encrypt_block v0, w3, x2, x5, w6
284 dec_prepare w3, x2, x5
306 decrypt_block v0, w3, x2, x5, w6
322 enc_prepare w3, x2, x6
329 encrypt_block v0, w3, x2, x6, w7
364 dec_prepare w3, x2, x6
410 enc_prepare w3, x2, x6
505 enc_switch_key w3, x2, x6
586 dec_prepare w3, x2, x6
[all …]
A Dghash-ce-core_a64.S263 1: ld1 {XM3.16b-TT4.16b}, [x2], #64
326 2: ld1 {T1.16b}, [x2], #16
561 st1 {INP0.16b-INP1.16b}, [x2], #32
/optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/
A Dsosemanuk.c182 #define SERPENT_LT(x0, x1, x2, x3) do { \ argument
184 x2 = ROLc(x2, 3); \
185 x1 = x1 ^ x0 ^ x2; \
186 x3 = x3 ^ x2 ^ T32(x0 << 3); \
190 x2 = x2 ^ x3 ^ T32(x1 << 7); \
192 x2 = ROLc(x2, 22); \
344 #define KA(zc, x0, x1, x2, x3) do { \ in sosemanuk_setiv() argument
347 x2 ^= st->kc[(zc) + 2]; \ in sosemanuk_setiv()
647 FSM(x0, x1, x2, x3, x4, x5, x6, x7, x8, x9); \ in _sosemanuk_internal()
658 #define SRD(S, x0, x1, x2, x3, ooff) do { \ in _sosemanuk_internal() argument
[all …]
/optee_os/core/lib/libtomcrypt/src/ciphers/
A Didea.c111 ushort16 x0, x1, x2, x3, t0, t1; in _process_block() local
115 _LOAD16(x2, in + 4); in _process_block()
121 x2 += m_key[i*6+2]; in _process_block()
123 t0 = x0^x2; in _process_block()
131 x1 = x2^t1; in _process_block()
132 x2 = t0; in _process_block()
136 x2 += m_key[LTC_IDEA_ROUNDS*6+1]; in _process_block()
141 _STORE16(x2, out + 2); in _process_block()
/optee_os/out/arm/ldelf/
A Dldelf.dmp438 fc: 92400842 and x2, x2, #0x7
458 12c: 91000442 add x2, x2, #0x1
2700 1894: ca020022 eor x2, x1, x2
2725 18f0: 8b020022 add x2, x1, x2
2726 18f4: cb050042 sub x2, x2, x5
2765 1958: 8b050042 add x2, x2, x5
2788 199c: 8b010042 add x2, x2, x1
3131 1d4c: 8b050042 add x2, x2, x5
3207 1e20: 8b050042 add x2, x2, x5
7861 4f58: cb0203e2 neg x2, x2
[all …]
/optee_os/out/arm/core/
A Dtee.dmp4536 e103000: f9400042 ldr x2, [x2]
4568 e103040: 9ac32042 lsl x2, x2, x3
4759 e10323c: 9b037c42 mul x2, x2, x3
16587 e10ab1c: 9b020b02 madd x2, x24, x2, x2
21520 e10dc94: 91000842 add x2, x2, #0x2
24004 e10f5cc: dac00c42 rev x2, x2
70055 e12d7a4: d1000842 sub x2, x2, #0x2
71031 e12e1e0: 91000842 add x2, x2, #0x2
113069 e14b140: cb0203e2 neg x2, x2
114877 e14c414: aa2203e2 mvn x2, x2
[all …]
/optee_os/lib/libutee/arch/arm/
A Dutee_syscalls_a64.S22 stp x2, x3, [sp, #32]
28 ldp x2, x3, [sp, #32]
/optee_os/lib/libutils/ext/arch/arm/
A Dmcount_a64.S64 stp x2, x3, [sp, #16]
74 ldp x2, x3, [sp, #16]
/optee_os/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()
/optee_os/core/arch/arm/include/kernel/
A Dthread.h127 uint64_t x2; /* r2_usr */ member
182 uint64_t x2; /* r2_usr */ member
/optee_os/core/arch/arm/dts/
A Dfsl-lx2160a-rdb.dts91 reg = <0x2>;
A Dfsl-lx2160a-qds.dts247 reg = <0x2>;

Completed in 251 milliseconds

12