Searched refs:w5 (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | cache_helpers_a64.S | 121 clz w5, w4 // bit position of way size increment 122 lsl w9, w4, w5 // w9 = aligned max way number 123 lsl w16, w8, w5 // w16 = way number loop decrement
|
A D | thread_spmc_a64.S | 97 mov w5, w25 148 mov w5, w23
|
A D | thread_spmc.c | 87 uint32_t w2, uint32_t w3, uint32_t w4, uint32_t w5) in spmc_set_args() argument 94 .a5 = w5, }; in spmc_set_args()
|
/optee_os-3.20.0/core/arch/arm/include/kernel/ |
A D | thread_spmc.h | 28 uint32_t w2, uint32_t w3, uint32_t w4, uint32_t w5);
|
A D | thread_private_arch.h | 207 uint32_t w5; member 212 uint32_t w5; member
|
/optee_os-3.20.0/ldelf/ |
A D | start_a64.S | 25 ldr w5, reloc_begin_rel
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/stream/sosemanuk/ |
A D | sosemanuk.c | 235 WUP(w0, w3, w5, w7, cc); \ in sosemanuk_setup() 237 WUP(w2, w5, w7, w1, cc + 2); \ in sosemanuk_setup() 243 WUP(w5, w0, w2, w4, cc + 1); \ 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 273 LOAD32L(w5, wbuf + 20); in sosemanuk_setup()
|
/optee_os-3.20.0/core/arch/arm/crypto/ |
A D | aes_modes_armv8a_ce_a64.S | 243 cbz w5, .LecbencloopNx 282 cbz w5, .LecbdecloopNx
|
Completed in 12 milliseconds