Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-rcar/
H 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/
H A Dskipjack.c85 w4 = w3; w3 = w2; \
90 tmp1 = w4; w4 = w3; \
91 w3 = w1 ^ w2 ^ x; \
97 w2 = w3; w3 = w4; w4 = tmp;
101 w2 = tmp ^ w3 ^ x; \
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
[all …]
/optee_os/core/arch/arm/crypto/
H A Daes_modes_armv8a_ce_a64.S152 encrypt_block2x v0, v1, w3, x2, x6, w7
157 decrypt_block2x v0, v1, w3, x2, x6, w7
164 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
169 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
198 encrypt_block2x v0, v1, w3, x2, x6, w7
202 decrypt_block2x v0, v1, w3, x2, x6, w7
206 encrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
210 decrypt_block4x v0, v1, v2, v3, w3, x2, x6, w7
245 enc_prepare w3, x2, x5
267 encrypt_block v0, w3, x2, x5, w6
[all …]
H A Dsm4_armv8a_ce_a64.S455 lsr w3, w3, 4
458 cmp w3, 8
465 subs w3, w3, #8
469 cmp w3, 1
471 cmp w3, 2
473 cmp w3, 3
475 cmp w3, 4
480 sub w3, w3, #4
487 subs w3, w3, #3
494 subs w3, w3, #2
[all …]
H A Dsm4_armv8a_aese_a64.S545 lsr w3, w3, 4
548 cmp w3, 8
555 subs w3, w3, #8
559 cmp w3, 1
561 cmp w3, 2
563 cmp w3, 3
565 cmp w3, 4
570 sub w3, w3, #4
577 subs w3, w3, #3
584 subs w3, w3, #2
[all …]
/optee_os/core/arch/arm/kernel/
H A Darch_scall_a64.S115 ldr w3, [x1], #4
128 mov w3, w3
H A Dthread_spmc_a64.S97 mov w3, w20 /* Return value */
172 mov w3, #0 /* Error code = 0 */
217 mov w3, #FFA_PARAM_MBZ
H A Dthread_spmc.c155 uint32_t src_dst, uint32_t w2, uint32_t w3, uint32_t w4, in spmc_set_args() argument
162 .a3 = w3, in spmc_set_args()
524 static bool is_nil_uuid(uint32_t w0, uint32_t w1, uint32_t w2, uint32_t w3) in is_nil_uuid() argument
526 return !w0 && !w1 && !w2 && !w3; in is_nil_uuid()
854 uint32_t w3 = FFA_PARAM_MBZ; in handle_framework_direct_request() local
866 w3 = FFA_OK; in handle_framework_direct_request()
868 w3 = FFA_DENIED; in handle_framework_direct_request()
870 w3 = FFA_INVALID_PARAMETERS; in handle_framework_direct_request()
882 w3 = FFA_OK; in handle_framework_direct_request()
884 w3 = FFA_INVALID_PARAMETERS; in handle_framework_direct_request()
[all …]
H A Dthread_optee_smc_a64.S251 mov w3, #0
H A Dentry_a64.S662 ldp w2, w3, [x6, #BOOT_EMBDATA_RELOC_OFFSET]
H A Dthread_a64.S82 b_if_spsr_is_el0 w3, 1f
/optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/
H A Dsosemanuk.c235 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()
/optee_os/core/arch/arm/include/kernel/
H A Dthread_spmc.h43 uint32_t src_dst, uint32_t w2, uint32_t w3, uint32_t w4,