Searched refs:XT_SOL_PC (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/espcoredump/corefile/ |
D | xtensa.py | 186 XT_SOL_PC = 1 variable 244 regs[REG_PC_IDX] = stack[XT_SOL_PC]
|
/hal_espressif-3.6.0/components/xtensa/include/xtensa/ |
D | xtensa_context.h | 205 STRUCT_FIELD (long, 4, XT_SOL_PC, pc) 214 STRUCT_FIELD (long, 4, XT_SOL_PC, pc)
|
/hal_espressif-3.6.0/components/freertos/port/xtensa/ |
D | portasm.S | 459 l32i a0, sp, XT_SOL_PC 537 s32i a0, sp, XT_SOL_PC
|
/hal_espressif-3.6.0/components/espcoredump/src/port/xtensa/ |
D | core_dump_port.c | 48 XT_SOL_PC = 1, enumerator 234 regs->pc = stack_arr[XT_SOL_PC]; in esp_core_dump_get_regs_from_stack()
|