| /optee_os/lib/libutils/ext/arch/arm/ |
| H A D | atomic_a64.S | 11 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 D | skipjack.c | 83 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 D | thread_a64.S | 205 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 D | spin_lock_a64.S | 67 l2: ldaxr w1, [x0] 68 cbnz w1, l1 69 stxr w1, w2, [x0] 70 cbnz w1, l2
|
| H A D | thread_optee_smc_a64.S | 48 mov w1, w0 171 mov w1, w20 249 ldr w1, =OPTEE_SMC_RETURN_RPC_FOREIGN_INTR
|
| H A D | arch_scall_a64.S | 126 mov w1, w1
|
| H A D | thread_spmc_a64.S | 96 mov w1, w19 /* Target info */ 171 mov w1, w21
|
| H A D | thread_spmc.c | 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() 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 D | cache_helpers_a64.S | 125 ubfx w6, w1, #13, #15 // w6 = max set number
|
| H A D | entry_a64.S | 36 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 D | utils_sgt_v2.c | 19 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 D | setjmp_a64.S | 98 cmp w1, #0 99 cinc w0, w1, eq
|
| /optee_os/core/lib/libtomcrypt/src/stream/sosemanuk/ |
| H A D | sosemanuk.c | 236 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 D | caam_utils_sgt.h | 52 uint64_t w1; /* Address of the data */ member
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | thread_private_arch.h | 212 uint32_t w1; member
|
| /optee_os/core/arch/arm/crypto/ |
| H A D | ghash-ce-core_a64.S | 634 load_round_keys w1, x0
|