Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/kernel/
H A Dabort.c100 static __maybe_unused const char *fault_to_str(uint32_t abort_type, in fault_to_str() function
160 fault_to_str(ai->abort_type, ai->fault_descr)); in __print_abort_info()
164 fault_to_str(ai->abort_type, ai->fault_descr)); in __print_abort_info()
536 DMSG("[abort]%s", fault_to_str(ai->abort_type, in get_fault_type()
/optee_os/core/arch/riscv/kernel/
H A Dabort.c57 fault_to_str(uint32_t abort_type, uint32_t fault_descr) in fault_to_str() function
93 fault_to_str(ai->abort_type, ai->fault_descr)); in __print_abort_info()