Searched defs:panic (Results 1 – 6 of 6) sorted by relevance
| /optee_os/ldelf/ |
| H A D | sys.h | 18 #define panic() __panic(__FILE__, __LINE__, __func__) macro 20 #define panic() __panic(NULL, 0, NULL) macro
|
| /optee_os/core/arch/riscv/include/kernel/ |
| H A D | arch_scall.h | 27 bool panic, uint32_t panic_code) in scall_set_sys_return_regs()
|
| /optee_os/core/arch/arm/include/kernel/ |
| H A D | arch_scall.h | 44 bool panic, uint32_t panic_code) in scall_set_sys_return_regs()
|
| /optee_os/core/include/kernel/ |
| H A D | panic.h | 34 #define panic(...) _panic_fn("", ##__VA_ARGS__, _panic1, _panic0)(__VA_ARGS__) macro
|
| /optee_os/core/kernel/ |
| H A D | scall.c | 285 uint32_t scall_sys_return_helper(uint32_t ret, bool panic, uint32_t panic_code, in scall_sys_return_helper()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | stmm_sp.c | 630 static void return_from_sp_helper(bool panic, uint32_t panic_code, in return_from_sp_helper()
|