Home
last modified time | relevance | path

Searched refs:arg0 (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dsmp.h24 ulong arg0; member
31 int smp_event1(int evt, ulong arg0);
32 int smp_event2(int evt, ulong arg0, ulong arg1);
34 static inline int smp_event1(int evt, ulong arg0) { return 0; } in smp_event1() argument
35 static inline int smp_event2(int evt, ulong arg0, ulong arg1) { return 0; } in smp_event2() argument
H A Datf_common.h106 unsigned long arg0; member
H A Dspl.h312 void spl_optee_entry(void *arg0, void *arg1, void *arg2, void *arg3);
/rk3399_rockchip-uboot/drivers/firmware/
H A Dpsci.c21 unsigned long arg0, unsigned long arg1, in __invoke_psci_fn_hvc() argument
26 arm_smccc_hvc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_hvc()
31 unsigned long arg0, unsigned long arg1, in __invoke_psci_fn_smc() argument
36 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_psci_fn_smc()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Drockchip_smccc.c26 unsigned long arg0, in __invoke_sip_fn_smc() argument
32 arm_smccc_smc(function_id, arg0, arg1, arg2, 0, 0, 0, 0, &res); in __invoke_sip_fn_smc()
100 int sip_smc_amp_cfg(unsigned long func, unsigned long arg0, unsigned long arg1, in sip_smc_amp_cfg() argument
105 arm_smccc_smc(SIP_AMP_CFG, func, arg0, arg1, arg2, 0, 0, 0, &res); in sip_smc_amp_cfg()
109 struct arm_smccc_res sip_smc_dram(unsigned long arg0, in sip_smc_dram() argument
113 return __invoke_sip_fn_smc(SIP_DRAM_CONFIG, arg0, arg1, arg2); in sip_smc_dram()
/rk3399_rockchip-uboot/common/spl/
H A Dspl_atf.c76 bl33_ep_info->args.arg0 = 0xffff & read_mpidr(); in bl2_plat_get_bl31_params()
88 bl33_ep_info->args.arg0 = 0; in bl2_plat_get_bl31_params()
106 bl33_ep_info->args.arg0 = (unsigned long)spl_image->fdt_addr; in bl2_plat_get_bl31_params()
/rk3399_rockchip-uboot/arch/arm/include/asm/arch-rockchip/
H A Drockchip_smccc.h137 int sip_smc_amp_cfg(unsigned long func, unsigned long arg0, unsigned long arg1,
145 struct arm_smccc_res sip_smc_dram(unsigned long arg0,
/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.c113 int __maybe_unused invoke_smc(u32 pm_api_id, u32 arg0, u32 arg1, u32 arg2, in invoke_smc() argument
123 regs.regs[1] = ((u64)arg1 << 32) | arg0; in invoke_smc()
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c53 ulong arg0; member
134 args->arg0 = (ulong)gd->fdt_blob; in load_linux_for_nonboot_cpu()
138 args->arg0 = 0; in load_linux_for_nonboot_cpu()
197 ret = sip_smc_amp_cfg(AMP_BOOT_ARG01, cpu, args->arg0, args->arg1); in smc_cpu_on()