Searched refs:num_args (Results 1 – 6 of 6) sorted by relevance
| /optee_os/lib/libutee/arch/riscv/ |
| H A D | utee_syscalls_rv.S | 12 .macro UTEE_SYSCALL name, scn, num_args argument 15 .if \num_args > TEE_SVC_MAX_ARGS || \num_args > 8 19 li t1, \num_args
|
| /optee_os/ldelf/ |
| H A D | syscalls_rv.S | 12 .macro LDELF_SYSCALL name, scn, num_args argument 15 .if \num_args > 8 20 li t1, \num_args
|
| H A D | syscalls_a32.S | 14 .macro LDELF_SYSCALL name, scn, num_args argument 17 .if \num_args > 8 25 .if \num_args <= 4 30 mov r6, #(\num_args - 4)
|
| H A D | syscalls_a64.S | 11 .macro LDELF_SYSCALL name, scn, num_args argument 14 .if \num_args > 8
|
| /optee_os/lib/libutee/arch/arm/ |
| H A D | utee_syscalls_a32.S | 16 .macro UTEE_SYSCALL name, scn, num_args argument 32 .if \num_args > TEE_SVC_MAX_ARGS 35 .if \num_args <= 4 40 mov r6, #(\num_args - 4)
|
| H A D | utee_syscalls_a64.S | 11 .macro UTEE_SYSCALL name, scn, num_args argument 14 .if \num_args > TEE_SVC_MAX_ARGS || \num_args > 8
|