Searched refs:UTEE_SYSCALL (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutee/include/ |
| H A D | utee_syscalls_asm.S | 8 UTEE_SYSCALL _utee_return, TEE_SCN_RETURN, 1 10 UTEE_SYSCALL _utee_log, TEE_SCN_LOG, 2 12 UTEE_SYSCALL __utee_panic, TEE_SCN_PANIC, 2 14 UTEE_SYSCALL _utee_get_property, TEE_SCN_GET_PROPERTY, 7 16 UTEE_SYSCALL _utee_get_property_name_to_index, \ 19 UTEE_SYSCALL _utee_open_ta_session, TEE_SCN_OPEN_TA_SESSION, 5 21 UTEE_SYSCALL _utee_close_ta_session, TEE_SCN_CLOSE_TA_SESSION, 1 23 UTEE_SYSCALL _utee_invoke_ta_command, TEE_SCN_INVOKE_TA_COMMAND, 5 25 UTEE_SYSCALL _utee_get_cancellation_flag, \ 28 UTEE_SYSCALL _utee_check_access_rights, TEE_SCN_CHECK_ACCESS_RIGHTS, 3 [all …]
|
| /optee_os/lib/libutee/arch/riscv/ |
| H A D | utee_syscalls_rv.S | 12 .macro UTEE_SYSCALL name, scn, num_args macro
|
| /optee_os/lib/libutee/arch/arm/ |
| H A D | utee_syscalls_a64.S | 11 .macro UTEE_SYSCALL name, scn, num_args macro
|
| H A D | utee_syscalls_a32.S | 16 .macro UTEE_SYSCALL name, scn, num_args macro
|