Searched refs:arg2 (Results 1 – 7 of 7) sorted by relevance
| /libcpu/aarch64/common/ |
| A D | hypercall.c | 30 rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t arg2, in rt_hv_debug() argument 34 arg0, arg1, arg2, arg3, arg4, argc); in rt_hv_debug()
|
| A D | psci.c | 46 … rt_ubase_t (*psci_call_handle)(rt_uint32_t fn, rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t arg2); 63 static rt_ubase_t psci_smc_call(rt_uint32_t fn, rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t arg2) in psci_smc_call() argument 67 arm_smccc_smc(fn, arg0, arg1, arg2, 0, 0, 0, 0, &res, RT_NULL); in psci_smc_call() 72 static rt_ubase_t psci_hvc_call(rt_uint32_t fn, rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t arg2) in psci_hvc_call() argument 76 arm_smccc_hvc(fn, arg0, arg1, arg2, 0, 0, 0, 0, &res, RT_NULL); in psci_hvc_call()
|
| /libcpu/arm/cortex-m33/ |
| A D | trustzone.c | 26 extern int tzcall(int id, rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t arg2); 70 int rt_secure_svc_handle(int svc_id, rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t arg2) in rt_secure_svc_handle() argument
|
| A D | syscall_rvds.S | 31 LDMFD R4!, {r0 - r3} ; pop user stack, get input arg0, arg1, arg2
|
| /libcpu/aarch64/common/include/ |
| A D | hypercall.h | 33 rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t arg2,
|
| /libcpu/risc-v/common64/ |
| A D | sbi.h | 146 uint64_t arg2, uint64_t arg3, uint64_t arg4) in sbi_call() argument 152 register uintptr_t a2 __asm("a2") = (uintptr_t)(arg2); in sbi_call()
|
| /libcpu/arm/armv6/ |
| A D | arm_entry_gcc.S | 42 .macro PRINT3, str, arg1, arg2, arg3 46 mov r2, \arg2
|
Completed in 7 milliseconds