Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/ext/arch/arm/
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-3.20.0/core/lib/libtomcrypt/src/ciphers/
A Dskipjack.c84 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 Dspin_lock_a64.S67 l2: ldaxr w1, [x0]
68 cbnz w1, l1
69 stxr w1, w2, [x0]
70 cbnz w1, l2
A Dthread_a64.S908 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 Dthread_spmc_a64.S64 mov w1, w19 /* Target info */
93 mov w1, w21
144 mov w1, w21
180 ldr w1, [x1, #THREAD_CTX_TSD_RPC_TARGET_INFO]
A Dthread_optee_smc_a64.S48 mov w1, w0
171 mov w1, w20
253 ldr w1, =OPTEE_SMC_RETURN_RPC_FOREIGN_INTR
A Dthread_spmc.c311 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 Dcache_helpers_a64.S125 ubfx w6, w1, #13, #15 // w6 = max set number
A Dentry_a64.S32 ldr w1, [x1]
68 cmp w1, #1
/optee_os-3.20.0/core/drivers/crypto/caam/utils/
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-3.20.0/lib/libutils/isoc/arch/arm/
A Dsetjmp_a64.S91 cmp w1, #0
92 cinc w0, w1, eq
/optee_os-3.20.0/core/arch/arm/tee/
A Darch_svc_a64.S126 mov w1, w1
/optee_os-3.20.0/core/drivers/crypto/caam/include/
A Dcaam_utils_sgt.h52 uint64_t w1; /* Address of the data */ member
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/
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-3.20.0/core/arch/arm/include/kernel/
A Dthread_private_arch.h205 uint32_t w1; member
/optee_os-3.20.0/core/arch/arm/crypto/
A Dghash-ce-core_a64.S632 load_round_keys w1, x0

Completed in 21 milliseconds