Home
last modified time | relevance | path

Searched refs:TEE_SCN_PANIC (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutee/include/
H A Dtee_syscall_numbers.h11 #define TEE_SCN_PANIC 2 macro
H A Dutee_syscalls_asm.S12 UTEE_SYSCALL __utee_panic, TEE_SCN_PANIC, 2
/optee_os/core/kernel/
H A Dscall.c235 return scn != TEE_SCN_RETURN && scn != TEE_SCN_PANIC; in scall_handle_user_ta()