Home
last modified time | relevance | path

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

/optee_os/lib/libutee/include/
H A Dtee_syscall_numbers.h14 #define TEE_SCN_OPEN_TA_SESSION 5 macro
H A Dutee_syscalls_asm.S19 UTEE_SYSCALL _utee_open_ta_session, TEE_SCN_OPEN_TA_SESSION, 5
/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()