/optee_os/core/arch/arm/kernel/ |
A D | thread_a64.S | 44 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 D | entry_a64.S | 97 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 D | cache_helpers_a64.S | 29 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 D | thread_spmc_a64.S | 21 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 D | thread_optee_smc_a64.S | 161 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 D | misc_a64.S | 47 ubfx x2, x3, #MPIDR_AFF2_SHIFT, #MPIDR_AFFINITY_BITS 48 add x1, x1, x2, LSL #(CFG_CORE_CLUSTER_SHIFT)
|
A D | asm-defines.c | 54 DEFINE(THREAD_SVC_REG_X2, offsetof(struct thread_svc_regs, x2)); 65 DEFINE(THREAD_ABT_REG_X2, offsetof(struct thread_abort_regs, x2));
|
A D | abort.c | 177 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 D | arch_svc_a64.S | 39 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 D | arch_svc.c | 397 .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 D | core_pos_a64.S | 46 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 D | romapi_call.S | 25 mov x21, x2 71 mov x2, x22 /* x22: uint64_t arg3 */
|
/optee_os/core/arch/arm/plat-marvell/otx2/ |
A D | core_pos.S | 11 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 D | aes_modes_armv8a_ce_a64.S | 245 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 D | ghash-ce-core_a64.S | 263 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 D | sosemanuk.c | 182 #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 D | idea.c | 111 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 D | ldelf.dmp | 438 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 D | tee.dmp | 4536 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 D | utee_syscalls_a64.S | 22 stp x2, x3, [sp, #32] 28 ldp x2, x3, [sp, #32]
|
/optee_os/lib/libutils/ext/arch/arm/ |
A D | mcount_a64.S | 64 stp x2, x3, [sp, #16] 74 ldp x2, x3, [sp, #16]
|
/optee_os/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()
|
/optee_os/core/arch/arm/include/kernel/ |
A D | thread.h | 127 uint64_t x2; /* r2_usr */ member 182 uint64_t x2; /* r2_usr */ member
|
/optee_os/core/arch/arm/dts/ |
A D | fsl-lx2160a-rdb.dts | 91 reg = <0x2>;
|
A D | fsl-lx2160a-qds.dts | 247 reg = <0x2>;
|