Searched refs:sar (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/xtensa/include/xtensa/ |
D | xtruntime-frames.h | 73 STRUCT_FIELD (long,4,KEXC_,sar) /* "save" */ 96 STRUCT_FIELD (long,4,UEXC_,sar)
|
D | xtruntime-core-state.h | 63 STRUCT_FIELD (long,4,CS_SA_,sar)
|
D | xtensa_context.h | 136 STRUCT_FIELD (long, 4, XT_STK_SAR, sar)
|
/hal_espressif-latest/tools/ci/ |
D | check_callgraph.py | 161 for sar in self.section_ranges: 162 if sar.contains_address(sym_addr): 163 return sar.name
|
/hal_espressif-latest/zephyr/esp32/src/hal/ |
D | windowspill_asm.S | 334 rsr.sar a3 // retrieve 32 - original WINDOWBASE
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | proxy_client.c | 31 #define PDU_HDR(sar, type) (sar << 6 | (type & BIT_MASK(6))) argument
|
D | proxy_server.c | 50 #define PDU_HDR(sar, type) (sar << 6 | (type & BIT_MASK(6))) argument
|