Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_syscall_numbers.h15 #define TEE_SCN_CLOSE_TA_SESSION 6 macro
H A Dutee_syscalls_asm.S21 UTEE_SYSCALL _utee_close_ta_session, TEE_SCN_CLOSE_TA_SESSION, 1
/optee_os/core/kernel/
H A Dscall.c166 if (num == TEE_SCN_OPEN_TA_SESSION || num == TEE_SCN_CLOSE_TA_SESSION || in ftrace_syscall_enter()