Home
last modified time | relevance | path

Searched defs:recoverable (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/arch/arm/core/cortex_m/
Dfault.c177 static uint32_t mem_manage_fault(struct arch_esf *esf, int from_hard_fault, bool *recoverable) in mem_manage_fault()
333 static int bus_fault(struct arch_esf *esf, int from_hard_fault, bool *recoverable) in bus_fault()
601 static void debug_monitor(struct arch_esf *esf, bool *recoverable) in debug_monitor()
701 static uint32_t hard_fault(struct arch_esf *esf, bool *recoverable) in hard_fault()
775 static uint32_t fault_handle(struct arch_esf *esf, int fault, bool *recoverable) in fault_handle()
1026 bool recoverable, nested_exc; local