| /rk3399_rockchip-uboot/include/ |
| H A D | smp.h | 24 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 D | atf_common.h | 106 unsigned long arg0; member
|
| H A D | spl.h | 312 void spl_optee_entry(void *arg0, void *arg1, void *arg2, void *arg3);
|
| /rk3399_rockchip-uboot/drivers/firmware/ |
| H A D | psci.c | 21 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 D | rockchip_smccc.c | 26 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 D | spl_atf.c | 76 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 D | rockchip_smccc.h | 137 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 D | sys_proto.h | 43 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 D | cpu.c | 113 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 D | rockchip_amp.c | 53 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()
|