Home
last modified time | relevance | path

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

/hal_espressif-latest/components/xtensa/include/esp_private/
Dpanic_reason.h10 #define PANIC_RSN_CACHEERR 7 macro
/hal_espressif-latest/components/riscv/include/esp_private/
Dpanic_reason.h14 PANIC_RSN_CACHEERR, enumerator
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dhighint_hdl.S73 movi a0, PANIC_RSN_CACHEERR
/hal_espressif-latest/components/esp_system/port/arch/xtensa/
Dpanic_arch.c406 } else if (frame->exccause == PANIC_RSN_CACHEERR) { in panic_soc_fill_info()
437 if (frame->exccause == PANIC_RSN_CACHEERR) { in panic_soc_fill_info()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dhighint_hdl.S81 movi a0, PANIC_RSN_CACHEERR
/hal_espressif-latest/components/esp_system/port/
Dpanic_handler.c142 if (panic_get_cause(frame) == PANIC_RSN_CACHEERR && core_id != esp_cache_err_get_cpuid()) {
/hal_espressif-latest/components/esp_system/port/arch/riscv/
Dpanic_arch.c286 info->reason = pseudo_reason[PANIC_RSN_CACHEERR]; in panic_soc_fill_info()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dhighint_hdl.S254 movi a0, PANIC_RSN_CACHEERR