Searched refs:pseudo_excause (Results 1 – 3 of 3) sorted by relevance
101 static void frame_to_panic_info(void *frame, panic_info_t *info, bool pseudo_excause) argument107 info->pseudo_excause = pseudo_excause;109 if (pseudo_excause) {119 static void panic_handler(void *frame, bool pseudo_excause) argument135 if (pseudo_excause) {187 frame_to_panic_info(frame, &info, pseudo_excause);
53 …bool pseudo_excause; // flag indicating that exception cause has special meaning member
300 if (info->pseudo_excause) { in esp_panic_handler()