Home
last modified time | relevance | path

Searched refs:arg3 (Results 1 – 6 of 6) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dsmp.h27 ulong arg3; member
H A Datf_common.h109 unsigned long arg3; member
H A Dspl.h312 void spl_optee_entry(void *arg0, void *arg1, void *arg2, void *arg3);
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-zynqmp/
H A Dsys_proto.h43 int invoke_smc(u32 pm_api_id, u32 arg0, u32 arg1, u32 arg2, u32 arg3,
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/
H A Dcpu.c114 u32 arg3, u32 *ret_payload) in invoke_smc() argument
124 regs.regs[2] = ((u64)arg3 << 32) | arg2; in invoke_smc()
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c56 ulong arg3; member
203 ret = sip_smc_amp_cfg(AMP_BOOT_ARG23, cpu, args->arg2, args->arg3); in smc_cpu_on()