Home
last modified time | relevance | path

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

/optee_os/ldelf/
H A Dsys.h18 #define panic() __panic(__FILE__, __LINE__, __func__) macro
20 #define panic() __panic(NULL, 0, NULL) macro
/optee_os/core/arch/riscv/include/kernel/
H A Darch_scall.h27 bool panic, uint32_t panic_code) in scall_set_sys_return_regs()
/optee_os/core/arch/arm/include/kernel/
H A Darch_scall.h44 bool panic, uint32_t panic_code) in scall_set_sys_return_regs()
/optee_os/core/include/kernel/
H A Dpanic.h34 #define panic(...) _panic_fn("", ##__VA_ARGS__, _panic1, _panic0)(__VA_ARGS__) macro
/optee_os/core/kernel/
H A Dscall.c285 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 Dstmm_sp.c630 static void return_from_sp_helper(bool panic, uint32_t panic_code, in return_from_sp_helper()