Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 16 of 16) sorted by relevance

/optee_os/lib/libutils/ext/arch/arm/
H A Datomic_a64.S11 ldaxr w1, [x0]
12 add w1, w1, #1
13 stxr w2, w1, [x0]
16 mov w0, w1
22 ldaxr w1, [x0]
23 sub w1, w1, #1
24 stxr w2, w1, [x0]
27 mov w0, w1
/optee_os/core/lib/libtomcrypt/src/ciphers/
H A Dskipjack.c83 tmp = g_func(w1, &kp, skey->skipjack.key); \
84 w1 = tmp ^ w4 ^ x; \
89 tmp = g_func(w1, &kp, skey->skipjack.key); \
91 w3 = w1 ^ w2 ^ x; \
92 w1 = tmp1; w2 = tmp;
95 tmp = w1 ^ w2 ^ x; \
96 w1 = ig_func(w2, &kp, skey->skipjack.key); \
102 w3 = w4; w4 = w1; w1 = tmp;
141 unsigned w1,w2,w3,w4,tmp,tmp1; in s_skipjack_ecb_encrypt() local
149 w1 = ((unsigned)pt[0]<<8)|pt[1]; in s_skipjack_ecb_encrypt()
[all …]
/optee_os/core/arch/arm/kernel/
H A Dthread_a64.S205 str w1, [x4]
884 b_if_spsr_is_el0 w1, 1f
915 ldr w1, [x0, #THREAD_CORE_LOCAL_FLAGS]
916 lsl w1, w1, #THREAD_CLF_SAVED_SHIFT
917 orr w1, w1, #THREAD_CLF_ABORT
918 tbnz w1, #(THREAD_CLF_SAVED_SHIFT + THREAD_CLF_ABORT_SHIFT), \
928 orr w1, w1, #THREAD_CLF_TMP /* flags |= THREAD_CLF_TMP; */
932 str w1, [x0, #THREAD_CORE_LOCAL_FLAGS]
1011 ldr w1, [sp, #THREAD_CORE_LOCAL_FLAGS]
1012 lsl w1, w1, #THREAD_CLF_SAVED_SHIFT
[all …]
H A Dspin_lock_a64.S67 l2: ldaxr w1, [x0]
68 cbnz w1, l1
69 stxr w1, w2, [x0]
70 cbnz w1, l2
H A Dthread_optee_smc_a64.S48 mov w1, w0
171 mov w1, w20
249 ldr w1, =OPTEE_SMC_RETURN_RPC_FOREIGN_INTR
H A Darch_scall_a64.S126 mov w1, w1
H A Dthread_spmc_a64.S96 mov w1, w19 /* Target info */
171 mov w1, w21
H A Dthread_spmc.c524 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()
852 uint32_t w1 = FFA_PARAM_MBZ; in handle_framework_direct_request() local
863 w1 = swap_src_dst(args->a1); in handle_framework_direct_request()
879 w1 = swap_src_dst(args->a1); in handle_framework_direct_request()
889 w1 = swap_src_dst(args->a1); in handle_framework_direct_request()
896 spmc_set_args(args, w0, w1, w2, w3, FFA_PARAM_MBZ, FFA_PARAM_MBZ); in handle_framework_direct_request()
2214 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_cmd()
2233 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_free()
2257 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_alloc()
H A Dcache_helpers_a64.S125 ubfx w6, w1, #13, #15 // w6 = max set number
H A Dentry_a64.S36 ldr w1, [x1]
77 cmp w1, #1
393 ldr w1, [x0] /* struct boot_embdata::total_len */
/optee_os/core/drivers/crypto/caam/utils/
H A Dutils_sgt_v2.c19 SGT_TRACE("SGT[%d]->w1 = %" PRIx64, idx, sgt->sgt[idx].v2.w1); in sgt_entry_trace()
57 caam_write_val64(&sgt->v2.w1, paddr); in caam_sgt_set_entry()
/optee_os/lib/libutils/isoc/arch/arm/
H A Dsetjmp_a64.S98 cmp w1, #0
99 cinc w0, w1, eq
/optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/
H A Dsosemanuk.c236 WUP(w1, w4, w6, w0, cc + 1); \ in sosemanuk_setup()
237 WUP(w2, w5, w7, w1, cc + 2); \ 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
269 LOAD32L(w1, wbuf + 4); in sosemanuk_setup()
/optee_os/core/drivers/crypto/caam/include/
H A Dcaam_utils_sgt.h52 uint64_t w1; /* Address of the data */ member
/optee_os/core/arch/arm/include/kernel/
H A Dthread_private_arch.h212 uint32_t w1; member
/optee_os/core/arch/arm/crypto/
H A Dghash-ce-core_a64.S634 load_round_keys w1, x0