Home
last modified time | relevance | path

Searched refs:epc (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dpanic_arch.c102 uint32_t epc = frame->pc; in print_illegal_instruction_details() local
103 epc = (epc & ~0x3) - 4; in print_illegal_instruction_details()
106 if (epc < SOC_IROM_MASK_LOW || epc >= SOC_IROM_HIGH) { in print_illegal_instruction_details()
109 volatile uint32_t *pepc = (uint32_t *)epc; in print_illegal_instruction_details()
113 panic_print_hex(epc); in print_illegal_instruction_details()
/hal_espressif-latest/components/xtensa/include/xtensa/
Dxtruntime-core-state.h73 STRUCT_AFIELD(long,4,CS_SA_,epc, XCHAL_NUM_INTLEVELS + XCHAL_HAVE_NMI - 1)