Home
last modified time | relevance | path

Searched refs:arg1 (Results 1 – 7 of 7) sorted by relevance

/libcpu/aarch64/common/
A Dhypercall.c30 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 Dpsci.c46 typedef rt_ubase_t (*psci_call_handle)(rt_uint32_t fn, rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t…
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 Dtrustzone.c26 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 Dsyscall_rvds.S31 LDMFD R4!, {r0 - r3} ; pop user stack, get input arg0, arg1, arg2
/libcpu/aarch64/common/include/
A Dhypercall.h33 rt_ubase_t arg0, rt_ubase_t arg1, rt_ubase_t arg2,
/libcpu/risc-v/common64/
A Dsbi.h145 sbi_call(uint64_t arg7, uint64_t arg6, uint64_t arg0, uint64_t arg1, in sbi_call() argument
151 register uintptr_t a1 __asm("a1") = (uintptr_t)(arg1); in sbi_call()
/libcpu/arm/armv6/
A Darm_entry_gcc.S42 .macro PRINT3, str, arg1, arg2, arg3
47 mov r1, \arg1

Completed in 7 milliseconds