Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/xtensa/include/esp_private/
Dpanic_reason.h10 #define PANIC_RSN_CACHEERR 7 macro
/hal_espressif-3.6.0/components/riscv/include/esp_private/
Dpanic_reason.h22 PANIC_RSN_CACHEERR, enumerator
/hal_espressif-3.6.0/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-3.6.0/components/esp_system/port/soc/esp32s2/
Dhighint_hdl.S71 movi a0, PANIC_RSN_CACHEERR
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dhighint_hdl.S87 movi a0, PANIC_RSN_CACHEERR
/hal_espressif-3.6.0/components/esp_system/port/
Dpanic_handler.c145 if (panic_get_cause(frame) == PANIC_RSN_CACHEERR && core_id != esp_cache_err_get_cpuid()) {
/hal_espressif-3.6.0/components/esp_system/port/arch/riscv/
Dpanic_arch.c280 info->reason = pseudo_reason[PANIC_RSN_CACHEERR]; in panic_soc_fill_info()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dhighint_hdl.S259 movi a0, PANIC_RSN_CACHEERR