/optee_os-3.20.0/core/arch/arm/plat-rcar/ |
A D | core_pos_a64.S | 47 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-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | skipjack.c | 85 w4 = w3; w3 = w2; \ 90 tmp1 = w4; w4 = w3; \ 91 w3 = w1 ^ w2 ^ x; \ 97 w2 = w3; w3 = w4; w4 = tmp; 102 w3 = w4; w4 = w1; w1 = tmp; 141 unsigned w1,w2,w3,w4,tmp,tmp1; in s_skipjack_ecb_encrypt() local 151 w3 = ((unsigned)pt[4]<<8)|pt[5]; in s_skipjack_ecb_encrypt() 177 ct[4] = (w3>>8)&255; ct[5] = w3&255; in s_skipjack_ecb_encrypt() 205 unsigned w1,w2,w3,w4,tmp; in s_skipjack_ecb_decrypt() local 215 w3 = ((unsigned)ct[4]<<8)|ct[5]; in s_skipjack_ecb_decrypt() [all …]
|
/optee_os-3.20.0/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 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-3.20.0/core/arch/arm/kernel/ |
A D | thread_spmc_a64.S | 65 mov w3, w20 /* Return value */ 95 mov w3, w23 146 mov w3, #0 /* Error code = 0 */ 182 mov w3, #FFA_PARAM_MBZ
|
A D | thread_spmc.c | 87 uint32_t w2, uint32_t w3, uint32_t w4, uint32_t w5) in spmc_set_args() argument 92 .a3 = w3, in spmc_set_args() 311 static bool is_nil_uuid(uint32_t w0, uint32_t w1, uint32_t w2, uint32_t w3) in is_nil_uuid() argument 313 return !w0 && !w1 && !w2 && !w3; in is_nil_uuid() 316 static bool is_my_uuid(uint32_t w0, uint32_t w1, uint32_t w2, uint32_t w3) in is_my_uuid() argument 326 w2 == 0x02005ebc && w3 == 0x1bc5d5a5; in is_my_uuid()
|
A D | thread_optee_smc_a64.S | 255 mov w3, #0
|
A D | entry_a64.S | 421 ldp w2, w3, [x6, #BOOT_EMBDATA_RELOC_OFFSET]
|
A D | thread_a64.S | 81 b_if_spsr_is_el0 w3, 1f
|
/optee_os-3.20.0/core/arch/arm/tee/ |
A D | arch_svc_a64.S | 115 ldr w3, [x1], #4 128 mov w3, w3
|
/optee_os-3.20.0/core/arch/arm/include/kernel/ |
A D | thread_spmc.h | 28 uint32_t w2, uint32_t w3, uint32_t w4, uint32_t w5);
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/ |
A D | sosemanuk.c | 235 WUP(w0, w3, w5, w7, cc); \ in sosemanuk_setup() 238 WUP(w3, w6, w0, w2, cc + 3); \ in sosemanuk_setup() 242 WUP(w4, w7, w1, w3, cc); \ in sosemanuk_setup() 244 WUP(w6, w1, w3, w5, cc + 2); \ in sosemanuk_setup() 249 ulong32 w0, w1, w2, w3, w4, w5, w6, w7; in sosemanuk_setup() local 271 LOAD32L(w3, wbuf + 12); in sosemanuk_setup()
|