Home
last modified time | relevance | path

Searched refs:sw (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-latest/components/esp_hw_support/
Dsleep_cpu_asm.S48 sw ra, RV_SLP_CTX_RA(t0)
49 sw sp, RV_SLP_CTX_SP(t0)
50 sw gp, RV_SLP_CTX_GP(t0)
51 sw tp, RV_SLP_CTX_TP(t0)
52 sw t1, RV_SLP_CTX_T1(t0)
53 sw t2, RV_SLP_CTX_T2(t0)
54 sw s0, RV_SLP_CTX_S0(t0)
55 sw s1, RV_SLP_CTX_S1(t0)
61 sw a0, RV_SLP_CTX_A0(t0)
63 sw a1, RV_SLP_CTX_A1(t0)
[all …]
/hal_espressif-latest/components/riscv/
Dvectors.S25 sw ra, RV_STK_RA(sp)
26 sw tp, RV_STK_TP(sp)
27 sw t0, RV_STK_T0(sp)
28 sw t1, RV_STK_T1(sp)
29 sw t2, RV_STK_T2(sp)
30 sw s0, RV_STK_S0(sp)
31 sw s1, RV_STK_S1(sp)
32 sw a0, RV_STK_A0(sp)
33 sw a1, RV_STK_A1(sp)
34 sw a2, RV_STK_A2(sp)
[all …]
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dexpression_with_stack_asm.S30 sw t0, 0(sp)
31 sw t1, 4(sp)
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dsens_struct.h346 uint32_t sw: 1; /*int from software*/ member
361 uint32_t sw: 1; /*cocpu int enable*/ member
376 uint32_t sw: 1; /*cocpu int status*/ member
391 uint32_t sw: 1; /*cocpu int clear*/ member
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dsens_struct.h307 uint32_t sw : 1; /*int from software*/ member
325 uint32_t sw : 1; /*cocpu int enable*/ member
343 uint32_t sw : 1; /*cocpu int status*/ member
361 uint32_t sw : 1; /*cocpu int clear*/ member
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dpmu_struct.h581 uint32_t sw : 1; member
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dpmu_struct.h591 uint32_t sw : 1; member
/hal_espressif-latest/components/hal/esp32c6/include/hal/
Dpmu_ll.h512 hw->hp_ext.int_clr.sw = 1; in pmu_ll_hp_clear_sw_intr_status()