Home
last modified time | relevance | path

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

/optee_os/core/arch/riscv/kernel/
H A Dabort.c47 static __maybe_unused const char *abort_type_to_str(uint32_t abort_type) in abort_type_to_str()
57 fault_to_str(uint32_t abort_type, uint32_t fault_descr) in fault_to_str()
350 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs) in abort_handler()
/optee_os/core/arch/arm/kernel/
H A Dabort.c91 static __maybe_unused const char *abort_type_to_str(uint32_t abort_type) in abort_type_to_str()
100 static __maybe_unused const char *fault_to_str(uint32_t abort_type, in fault_to_str()
289 static void set_abort_info(uint32_t abort_type, struct thread_abort_regs *regs, in set_abort_info()
556 void abort_handler(uint32_t abort_type, struct thread_abort_regs *regs) in abort_handler()
/optee_os/core/include/kernel/
H A Dabort.h21 uint32_t abort_type; member
H A Dthread.h37 uint32_t abort_type; member