Home
last modified time | relevance | path

Searched refs:sar (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/xtensa/include/xtensa/
Dxtruntime-frames.h73 STRUCT_FIELD (long,4,KEXC_,sar) /* "save" */
96 STRUCT_FIELD (long,4,UEXC_,sar)
Dxtruntime-core-state.h63 STRUCT_FIELD (long,4,CS_SA_,sar)
Dxtensa_context.h136 STRUCT_FIELD (long, 4, XT_STK_SAR, sar)
/hal_espressif-latest/tools/ci/
Dcheck_callgraph.py161 for sar in self.section_ranges:
162 if sar.contains_address(sym_addr):
163 return sar.name
/hal_espressif-latest/zephyr/esp32/src/hal/
Dwindowspill_asm.S334 rsr.sar a3 // retrieve 32 - original WINDOWBASE
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dproxy_client.c31 #define PDU_HDR(sar, type) (sar << 6 | (type & BIT_MASK(6))) argument
Dproxy_server.c50 #define PDU_HDR(sar, type) (sar << 6 | (type & BIT_MASK(6))) argument