Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_syscall_numbers.h10 #define TEE_SCN_LOG 1 macro
H A Dutee_syscalls_asm.S10 UTEE_SYSCALL _utee_log, TEE_SCN_LOG, 2
/optee_os/core/kernel/
H A Dscall.c145 if (num == TEE_SCN_RETURN || num == TEE_SCN_LOG || num > TEE_SCN_MAX) in trace_syscall()