Home
last modified time | relevance | path

Searched refs:w3 (Results 1 – 13 of 13) sorted by relevance

/optee_os/core/arch/arm/plat-rcar/
A Dcore_pos_a64.S47 ldr w3, [x2]
48 cmp w3, wzr
53 ldr w3, [x2, #PRR_OFFSET]
62 str w3, [x2]
65 and w3, w3, #PRR_PRODUCT_MASK
66 cmp w2, w3
/optee_os/core/lib/libtomcrypt/src/ciphers/
A Dskipjack.c92 w4 = w3; w3 = w2; \
97 tmp1 = w4; w4 = w3; \
98 w3 = w1 ^ w2 ^ x; \
104 w2 = w3; w3 = w4; w4 = tmp;
109 w3 = w4; w4 = w1; w1 = tmp;
148 unsigned w1,w2,w3,w4,tmp,tmp1; in _skipjack_ecb_encrypt() local
158 w3 = ((unsigned)pt[4]<<8)|pt[5]; in _skipjack_ecb_encrypt()
184 ct[4] = (w3>>8)&255; ct[5] = w3&255; in _skipjack_ecb_encrypt()
212 unsigned w1,w2,w3,w4,tmp; in _skipjack_ecb_decrypt() local
222 w3 = ((unsigned)ct[4]<<8)|ct[5]; in _skipjack_ecb_decrypt()
[all …]
/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
364 dec_prepare w3, x2, x6
410 enc_prepare w3, x2, x6
503 enc_prepare w3, x5, x6
505 enc_switch_key w3, x2, x6
584 enc_prepare w3, x5, x6
[all …]
/optee_os/core/arch/arm/kernel/
A Dthread_spmc_a64.S66 mov w3, w20 /* Return value */
96 mov w3, w23
140 mov w3, #0 /* Error code = 0 */
177 mov w3, #FFA_PARAM_MBZ
A Dthread_spmc.c88 uint32_t w2, uint32_t w3, uint32_t w4, uint32_t w5) in spmc_set_args() argument
93 .a3 = w3, in spmc_set_args()
312 static bool is_nil_uuid(uint32_t w0, uint32_t w1, uint32_t w2, uint32_t w3) in is_nil_uuid() argument
314 return !w0 && !w1 && !w2 && !w3; in is_nil_uuid()
317 static bool is_my_uuid(uint32_t w0, uint32_t w1, uint32_t w2, uint32_t w3) in is_my_uuid() argument
327 w2 == 0x02005ebc && w3 == 0x1bc5d5a5; in is_my_uuid()
A Dthread_optee_smc_a64.S235 mov w3, #0
A Dentry_a64.S308 ldp w2, w3, [x6, #BOOT_EMBDATA_RELOC_OFFSET]
A Dthread_a64.S49 b_if_spsr_is_el0 w3, 1f
/optee_os/core/arch/arm/tee/
A Darch_svc_a64.S115 ldr w3, [x1], #4
128 mov w3, w3
/optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/
A Dsosemanuk.c242 WUP(w0, w3, w5, w7, cc); \ in sosemanuk_setup()
245 WUP(w3, w6, w0, w2, cc + 3); \ in sosemanuk_setup()
249 WUP(w4, w7, w1, w3, cc); \ in sosemanuk_setup()
251 WUP(w6, w1, w3, w5, cc + 2); \ in sosemanuk_setup()
256 ulong32 w0, w1, w2, w3, w4, w5, w6, w7; in sosemanuk_setup() local
278 LOAD32L(w3, wbuf + 12); in sosemanuk_setup()
/optee_os/core/arch/arm/include/kernel/
A Dthread_spmc.h28 uint32_t w2, uint32_t w3, uint32_t w4, uint32_t w5);
/optee_os/out/arm/ldelf/
A Dldelf.dmp1026 690: 2a0303e7 mov w7, w3
1041 6b4: 2a0203e3 mov w3, w2
1937 1014: 2a1503e3 mov w3, w21
3122 1d38: 71002c7f cmp w3, #0xb
3748 2414: 2a0203e3 mov w3, w2
5637 37bc: 2a0303f5 mov w21, w3
6060 3c24: 2a0303fa mov w26, w3
6064 3c2c: 6b03009f cmp w4, w3
8733 58ac: 6b05007f cmp w3, w5
8762 58ec: 6b04007f cmp w3, w4
[all …]
/optee_os/out/arm/core/
A Dtee.dmp6418 e1043d8: 4a050063 eor w3, w3, w5
17390 e10b348: 1ac42063 lsl w3, w3, w4
21016 e10d7a4: 2a0303e3 mov w3, w3
24610 e10fbd4: 13017c63 asr w3, w3, #1
27193 e111698: 0b0300c3 add w3, w6, w3
27238 e111710: 0b040063 add w3, w3, w4
27491 e111994: 4b010063 sub w3, w3, w1
28178 e1120b8: 5ac00863 rev w3, w3
28201 e112104: 4a040063 eor w3, w3, w4
30125 e113388: 2a2303e3 mvn w3, w3
[all …]

Completed in 212 milliseconds