Home
last modified time | relevance | path

Searched refs:a1 (Results 1 – 20 of 20) sorted by relevance

/hal_espressif-latest/components/riscv/
Dvectors.S33 sw a1, RV_STK_A1(sp)
73 lw a1, RV_STK_A1(sp)
172 csrr a1, mcause
176 bgeu a1, t0, _call_panic_handler
177 sw a1, RV_STK_MCAUSE(sp)
187 and a1, a1, t0
188 sw a1, RV_STK_MCAUSE(sp)
262 li a1, 0 /* No need to check core ID on single core hardware */
264 csrr a1, mhartid
277 mv a1, s1 /* argument 2, interrupt number (mcause) */
[all …]
/hal_espressif-latest/components/newlib/port/riscv/
Dport_stdatomic.S37 sll t5, a1, t1 // t5 - shifted new value to easy place into aligned memory
55 sll t5, a1, t1 // t5 - shifted new value to easy place into aligned memory
75 lhu t5, (a1)
92 sh t3, (a1) // store atomic value into expect variable
102 sll t2, a1, t1 // t2 - shifted value half-word.
115 sll t2, a1, t1 // t2 - shifted value half-word.
128 sll t2, a1, t1 // t2 - shifted value half-word.
141 sll t2, a1, t1 // t2 - shifted value half-word.
156 sll t2, a1, t1 // t2 - shifted value half-word.
172 sll t2, a1, t1 // t2 - shifted value half-word.
[all …]
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_vectors.S76 s32i a1, a0, 4
117 movi a1, 5
143 addi a13, a1, -1 /* copy and decrement the downcounter */
219 addi a1, a13, -1
237 beqz a1, 2f
252 l32i a1, a0, 4
/hal_espressif-latest/components/riscv/include/riscv/
Dsemihosting.h76 register long a1 asm ("a1") = (long) data; in semihosting_call_noerrno()
84 : "+r"(a0) : "r"(a1) : "memory"); in semihosting_call_noerrno()
Drvruntime-frames.h57 STRUCT_FIELD (long, 4, RV_STK_A1, a1)
Drvsleep-frames.h59 STRUCT_FIELD (long, 4, RV_SLP_CTX_A1, a1)
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Ddebug_helpers_asm.S47 entry a1, 32
Dpanic_arch.c469 …esp_backtrace_frame_t frame = {.pc = xt_frame->pc, .sp = xt_frame->a1, .next_pc = xt_frame->a0, .e… in panic_print_backtrace()
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dexpression_with_stack_asm.S25 mv sp, a1
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dccmp.c81 static void ccmp_aad_nonce_pv1(const u8 *hdr, const u8 *a1, const u8 *a2, in ccmp_aad_nonce_pv1() argument
104 os_memcpy(pos, a1, ETH_ALEN); in ccmp_aad_nonce_pv1()
240 u8 * ccmp_encrypt_pv1(const u8 *tk, const u8 *a1, const u8 *a2, const u8 *a3, in ccmp_encrypt_pv1() argument
264 ccmp_aad_nonce_pv1(crypt, a1, a2, a3, pn, aad, &aad_len, nonce); in ccmp_encrypt_pv1()
Dccmp.h17 u8 * ccmp_encrypt_pv1(const u8 *tk, const u8 *a1, const u8 *a2, const u8 *a3,
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h383 UINT8 *n2, UINT8 *a1, UINT8 *a2,
385 extern void smp_f5_calc_chk (UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2,
388 UINT8 *iocap, UINT8 *a1, UINT8 *a2, UINT8 *mac);
521 extern BOOLEAN smp_calculate_f5(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2,
524 UINT8 *key_id, UINT8 *n1, UINT8 *n2, UINT8 *a1,
528 UINT8 *a1, UINT8 *a2, UINT8 *f3);
/hal_espressif-latest/components/xtensa/include/xtensa/
Dxtensa_context.h121 STRUCT_FIELD (long, 4, XT_STK_A1, a1) /* stack pointer before interrupt */
247 STRUCT_FIELD (long, 4, XT_SOL_A1, a1)
/hal_espressif-latest/zephyr/esp32/src/hal/
Dwindowspill_asm.S260 s32i a1, a13, 4 // store call[i]'s a1
264 addi a3, a1, -12 // call[i-1]'s sp address
/hal_espressif-latest/components/bt/host/bluedroid/stack/smp/
Dsmp_keys.c1533 BOOLEAN smp_calculate_f5(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, in smp_calculate_f5() argument
1566 p_prnt = a1; in smp_calculate_f5()
1581 if (!smp_calculate_f5_mackey_or_long_term_key(t, counter_mac_key, key_id, n1, n2, a1, a2, in smp_calculate_f5()
1591 if (!smp_calculate_f5_mackey_or_long_term_key(t, counter_ltk, key_id, n1, n2, a1, a2, in smp_calculate_f5()
1637 UINT8 *key_id, UINT8 *n1, UINT8 *n2, UINT8 *a1, UINT8 *a2, in smp_calculate_f5_mackey_or_long_term_key() argument
1664 p_prnt = a1; in smp_calculate_f5_mackey_or_long_term_key()
1681 ARRAY_TO_STREAM(p, a1, 7); in smp_calculate_f5_mackey_or_long_term_key()
1874 BOOLEAN smp_calculate_f6(UINT8 *w, UINT8 *n1, UINT8 *n2, UINT8 *r, UINT8 *iocap, UINT8 *a1, in smp_calculate_f6() argument
1898 p_print = a1; in smp_calculate_f6()
1916 ARRAY_TO_STREAM(p, a1, 7); in smp_calculate_f6()
/hal_espressif-latest/components/esp_rom/patches/
Desp_rom_longjmp.S93 addi a7, a1, -16
/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu_asm.S63 sw a1, RV_SLP_CTX_A1(t0)
232 lw a1, RV_SLP_CTX_A1(t0)
/hal_espressif-latest/components/esp_wifi/wifi_apps/src/
Dnan_app.c32 #define MACADDR_EQUAL(a1, a2) (memcmp(a1, a2, MACADDR_LEN)) argument
/hal_espressif-latest/tools/esptool_py/docs/en/espefuse/inc/
Dsummary_ESP32-S2.rst83 = 7c:df:a1:00:48:34 (OK) R/W
Dsummary_ESP32-S3.rst66 = 7c:df:a1:e0:00:58 (OK) R/W