/optee_os-3.20.0/lib/libutils/ext/arch/arm/ |
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-3.20.0/core/lib/libtomcrypt/src/ciphers/ |
A D | skipjack.c | 84 w1 = tmp ^ w4 ^ x; \ 91 w3 = w1 ^ w2 ^ x; \ 92 w1 = tmp1; w2 = tmp; 95 tmp = w1 ^ w2 ^ x; \ 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() 175 ct[0] = (w1>>8)&255; ct[1] = w1&255; in s_skipjack_ecb_encrypt() 205 unsigned w1,w2,w3,w4,tmp; in s_skipjack_ecb_decrypt() local 213 w1 = ((unsigned)ct[0]<<8)|ct[1]; in s_skipjack_ecb_decrypt() [all …]
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | spin_lock_a64.S | 67 l2: ldaxr w1, [x0] 68 cbnz w1, l1 69 stxr w1, w2, [x0] 70 cbnz w1, l2
|
A D | thread_a64.S | 908 lsl w1, w1, #THREAD_CLF_SAVED_SHIFT 909 orr w1, w1, #THREAD_CLF_ABORT 1004 lsl w1, w1, #THREAD_CLF_SAVED_SHIFT 1005 orr w1, w1, #THREAD_CLF_ABORT 1112 orr w1, w1, #THREAD_CLF_TMP 1114 orr w1, w1, #THREAD_CLF_FIQ 1116 orr w1, w1, #THREAD_CLF_IRQ 1178 orr w1, w1, #THREAD_CLF_TMP 1226 orr w1, w1, #THREAD_CLF_FIQ 1228 orr w1, w1, #THREAD_CLF_IRQ [all …]
|
A D | thread_spmc_a64.S | 64 mov w1, w19 /* Target info */ 93 mov w1, w21 144 mov w1, w21 180 ldr w1, [x1, #THREAD_CTX_TSD_RPC_TARGET_INFO]
|
A D | thread_optee_smc_a64.S | 48 mov w1, w0 171 mov w1, w20 253 ldr w1, =OPTEE_SMC_RETURN_RPC_FOREIGN_INTR
|
A D | thread_spmc.c | 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 325 return w0 == 0xe0786148 && w1 == 0xe311f8e7 && in is_my_uuid() 1194 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_cmd() 1213 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_free() 1237 .w1 = thread_get_tsd()->rpc_target_info, in thread_rpc_alloc()
|
A D | cache_helpers_a64.S | 125 ubfx w6, w1, #13, #15 // w6 = max set number
|
A D | entry_a64.S | 32 ldr w1, [x1] 68 cmp w1, #1
|
/optee_os-3.20.0/core/drivers/crypto/caam/utils/ |
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-3.20.0/lib/libutils/isoc/arch/arm/ |
A D | setjmp_a64.S | 91 cmp w1, #0 92 cinc w0, w1, eq
|
/optee_os-3.20.0/core/arch/arm/tee/ |
A D | arch_svc_a64.S | 126 mov w1, w1
|
/optee_os-3.20.0/core/drivers/crypto/caam/include/ |
A D | caam_utils_sgt.h | 52 uint64_t w1; /* Address of the data */ member
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/ |
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-3.20.0/core/arch/arm/include/kernel/ |
A D | thread_private_arch.h | 205 uint32_t w1; member
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
A D | ghash-ce-core_a64.S | 632 load_round_keys w1, x0
|