Home
last modified time | relevance | path

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

1234567

/rk3399_ARM-atf/bl32/tsp/
H A Dtsp_private.h54 uint64_t arg3,
62 uint64_t arg3,
70 uint64_t arg3,
79 uint64_t arg3,
109 uint64_t arg3,
118 uint64_t arg3,
127 uint64_t arg3,
136 uint64_t arg3,
H A Dtsp_common.c37 uint64_t arg3, in set_smc_args() argument
55 write_sp_arg(pcpu_smc_args, SMC_ARG3, arg3); in set_smc_args()
68 u_register_t arg3) in tsp_setup() argument
74 tsp_early_platform_setup(arg0, arg1, arg2, arg3); in tsp_setup()
87 uint64_t arg3, in tsp_system_off_main() argument
115 uint64_t arg3, in tsp_system_reset_main() argument
145 uint64_t arg3, in tsp_abort_smc_handler() argument
H A Dtsp_ffa_main.c86 uint64_t arg3, in ffa_test_relay() argument
283 uint64_t arg3, in tsp_cpu_off_main() argument
321 uint64_t arg3, in tsp_cpu_suspend_main() argument
358 uint64_t arg3, in tsp_cpu_resume_main() argument
391 uint64_t arg3, in handle_framework_message() argument
405 if (arg3 == PSCI_CPU_OFF) { in handle_framework_message()
406 return tsp_cpu_off_main(arg0, arg1, arg2, arg3, in handle_framework_message()
408 } else if (arg3 == PSCI_CPU_SUSPEND_AARCH64) { in handle_framework_message()
409 return tsp_cpu_suspend_main(arg0, arg1, arg2, arg3, in handle_framework_message()
414 if (arg3 == FFA_WB_TYPE_NOTS2RAM) { in handle_framework_message()
[all …]
/rk3399_ARM-atf/plat/xilinx/common/include/
H A Dpm_api_sys.h72 #define PM_PACK_PAYLOAD4(pl, mid, flag, arg0, arg1, arg2, arg3) { \ argument
73 pl[3] = (uint32_t)(arg3); \
77 #define PM_PACK_PAYLOAD5(pl, mid, flag, arg0, arg1, arg2, arg3, arg4) { \ argument
79 PM_PACK_PAYLOAD4(pl, (mid), (flag), (arg0), (arg1), (arg2), (arg3)); \
82 #define PM_PACK_PAYLOAD6(pl, mid, flag, arg0, arg1, arg2, arg3, arg4, arg5) { \ argument
84 PM_PACK_PAYLOAD5(pl, (mid), (flag), (arg0), (arg1), (arg2), (arg3), (arg4)); \
87 #define PM_PACK_PAYLOAD7(pl, mid, flag, arg0, arg1, arg2, arg3, arg4, arg5, arg6) { \ argument
89 PM_PACK_PAYLOAD6(pl, (mid), (flag), (arg0), (arg1), (arg2), (arg3), (arg4), (arg5)); \
/rk3399_ARM-atf/plat/arm/common/tsp/
H A Darm_tsp_setup.c46 u_register_t arg2, u_register_t arg3) in arm_tsp_early_platform_setup() argument
49 secure_tl = (struct transfer_list_header *)arg3; in arm_tsp_early_platform_setup()
76 u_register_t arg2, u_register_t arg3) in tsp_early_platform_setup() argument
78 arm_tsp_early_platform_setup(arg0, arg1, arg2, arg3); in tsp_early_platform_setup()
/rk3399_ARM-atf/plat/arm/board/fvp_ve/sp_min/
H A Dfvp_ve_sp_min_setup.c12 u_register_t arg2, u_register_t arg3) in plat_arm_sp_min_early_platform_setup() argument
14 arm_sp_min_early_platform_setup(arg0, arg1, arg2, arg3); in plat_arm_sp_min_early_platform_setup()
/rk3399_ARM-atf/plat/arm/board/corstone700/sp_min/
H A Dcorstone700_sp_min_setup.c10 u_register_t arg2, u_register_t arg3) in plat_arm_sp_min_early_platform_setup() argument
12 arm_sp_min_early_platform_setup(arg0, arg1, arg2, arg3); in plat_arm_sp_min_early_platform_setup()
/rk3399_ARM-atf/plat/arm/board/fvp/tsp/
H A Dfvp_tsp_setup.c12 u_register_t arg2, u_register_t arg3) in tsp_early_platform_setup() argument
14 arm_tsp_early_platform_setup(arg0, arg1, arg2, arg3); in tsp_early_platform_setup()
/rk3399_ARM-atf/plat/arm/board/a5ds/sp_min/
H A Da5ds_sp_min_setup.c12 u_register_t arg2, u_register_t arg3) in plat_arm_sp_min_early_platform_setup() argument
14 arm_sp_min_early_platform_setup(arg0, arg1, arg2, arg3); in plat_arm_sp_min_early_platform_setup()
/rk3399_ARM-atf/plat/arm/common/sp_min/
H A Darm_sp_min_setup.c87 u_register_t arg2, u_register_t arg3) in arm_sp_min_early_platform_setup() argument
95 secure_tl = (struct transfer_list_header *)arg3; in arm_sp_min_early_platform_setup()
165 u_register_t arg2, u_register_t arg3) in plat_arm_sp_min_early_platform_setup() argument
167 arm_sp_min_early_platform_setup(arg0, arg1, arg2, arg3); in plat_arm_sp_min_early_platform_setup()
189 u_register_t arg2, u_register_t arg3) in sp_min_early_platform_setup2() argument
191 plat_arm_sp_min_early_platform_setup(arg0, arg1, arg2, arg3); in sp_min_early_platform_setup2()
/rk3399_ARM-atf/plat/arm/board/a5ds/
H A Da5ds_bl2_setup.c10 u_register_t arg2, u_register_t arg3) in bl2_early_platform_setup2() argument
12 arm_bl2_early_platform_setup(arg0, arg1, arg2, arg3); in bl2_early_platform_setup2()
/rk3399_ARM-atf/bl2/
H A Dbl2_main.c43 u_register_t arg3) in bl2_main() argument
52 bl2_el3_early_platform_setup(arg0, arg1, arg2, arg3); in bl2_main()
58 bl2_early_platform_setup2(arg0, arg1, arg2, arg3); in bl2_main()
/rk3399_ARM-atf/plat/arm/board/fvp_ve/
H A Dfvp_ve_bl2_setup.c16 …2_early_platform_setup2(u_register_t arg0, u_register_t arg1, u_register_t arg2, u_register_t arg3) in bl2_early_platform_setup2() argument
18 arm_bl2_early_platform_setup(arg0, arg1, arg2, arg3); in bl2_early_platform_setup2()
/rk3399_ARM-atf/plat/brcm/common/
H A Dbrcm_bl31_setup.c136 bl33_image_ep_info.args.arg3 = 0U; in brcm_bl31_early_platform_setup()
184 bl33_image_ep_info.args.arg3 = 0ULL; in brcm_bl31_early_platform_setup()
189 u_register_t arg2, u_register_t arg3) in bl31_early_platform_setup2() argument
195 brcm_bl31_early_platform_setup((void *)arg0, arg1, arg2, (void *)arg3); in bl31_early_platform_setup2()
197 plat_bcm_bl31_early_platform_setup((void *)arg0, (void *)arg3); in bl31_early_platform_setup2()
/rk3399_ARM-atf/plat/arm/common/
H A Darm_bl31_setup.c178 u_register_t arg2, u_register_t arg3) in arm_bl31_early_platform_setup() argument
196 bl33_image_ep_info.args.arg3 = FW_NS_HANDOFF_BASE; in arm_bl31_early_platform_setup()
201 secure_tl = (struct transfer_list_header *)arg3; in arm_bl31_early_platform_setup()
237 (void)arg3; in arm_bl31_early_platform_setup()
282 assert(((uintptr_t)arg3) == ARM_BL31_PLAT_PARAM_VAL); in arm_bl31_early_platform_setup()
314 bl32_image_ep_info.args.arg3 = in arm_bl31_early_platform_setup()
355 bl33_image_ep_info.args.arg3 = 0U; in arm_bl31_early_platform_setup()
362 u_register_t arg2, u_register_t arg3) in bl31_early_platform_setup2() argument
367 arm_bl31_early_platform_setup(arg0, arg1, arg2, arg3); in bl31_early_platform_setup2()
/rk3399_ARM-atf/plat/mediatek/drivers/dfd/
H A Ddfd.c14 u_register_t arg2, u_register_t arg3, in dfd_smc_dispatcher() argument
22 dfd_setup(arg1, arg2, arg3); in dfd_smc_dispatcher()
/rk3399_ARM-atf/lib/debugfs/
H A Ddebugfs_smc.c65 u_register_t arg3, in debugfs_smc_handler() argument
88 arg3 &= 0xffffffff; in debugfs_smc_handler()
149 ret = read(arg2, DEBUGFS_SHARED_BUF_VIRT, arg3); in debugfs_smc_handler()
157 ret = seek(arg2, arg3, arg4); in debugfs_smc_handler()
/rk3399_ARM-atf/plat/arm/css/common/
H A Dcss_bl2_setup.c57 u_register_t arg2, u_register_t arg3) in bl2_early_platform_setup2() argument
59 arm_bl2_early_platform_setup(arg0, arg1, arg2, arg3); in bl2_early_platform_setup2()
/rk3399_ARM-atf/plat/arm/board/juno/
H A Djuno_bl31_setup.c17 u_register_t arg1, u_register_t arg2, u_register_t arg3) in bl31_early_platform_setup2() argument
36 arm_bl31_early_platform_setup(arg0, arg1, arg2, arg3); in bl31_early_platform_setup2()
/rk3399_ARM-atf/services/spd/opteed/
H A Dopteed_common.c24 uint64_t arg1, uint64_t arg2, uint64_t arg3, in opteed_init_optee_ep_state() argument
60 optee_entry_point->args.arg3 = arg3; in opteed_init_optee_ep_state()
/rk3399_ARM-atf/plat/arm/board/fvp/sp_min/
H A Dfvp_sp_min_setup.c20 u_register_t arg2, u_register_t arg3) in plat_arm_sp_min_early_platform_setup() argument
39 tl = (struct transfer_list_header *)arg3; in plat_arm_sp_min_early_platform_setup()
56 arm_sp_min_early_platform_setup(arg0, arg1, arg2, arg3); in plat_arm_sp_min_early_platform_setup()
/rk3399_ARM-atf/drivers/arm/css/scmi/
H A Dscmi_private.h105 #define SCMI_PAYLOAD_ARG3(payld_arr, arg1, arg2, arg3) do { \ argument
107 mmio_write_32((uintptr_t)&payld_arr[2], arg3); \
110 #define SCMI_PAYLOAD_ARG4(payld_arr, arg1, arg2, arg3, arg4) do { \ argument
111 SCMI_PAYLOAD_ARG3(payld_arr, arg1, arg2, arg3); \
/rk3399_ARM-atf/plat/xilinx/zynqmp/pm_service/
H A Dzynqmp_pm_api_sys.h55 #define PM_PACK_PAYLOAD4(pl, flag, arg0, arg1, arg2, arg3) { \ argument
56 pl[3] = (uint32_t)(arg3); \
60 #define PM_PACK_PAYLOAD5(pl, flag, arg0, arg1, arg2, arg3, arg4) { \ argument
62 PM_PACK_PAYLOAD4(pl, (flag), (arg0), (arg1), (arg2), (arg3)); \
65 #define PM_PACK_PAYLOAD6(pl, flag, arg0, arg1, arg2, arg3, arg4, arg5) { \ argument
67 PM_PACK_PAYLOAD5(pl, (flag), (arg0), (arg1), (arg2), (arg3), (arg4)); \
161 uint32_t arg3, uint32_t *data, uint32_t flag);
/rk3399_ARM-atf/plat/imx/imx93/
H A Dimx93_bl31_setup.c60 u_register_t arg2, u_register_t arg3) in bl31_early_platform_setup2() argument
91 bl33_image_ep_info.args.arg3 = BL32_FDT_OVERLAY_ADDR; in bl31_early_platform_setup2()
92 bl32_image_ep_info.args.arg3 = BL32_FDT_OVERLAY_ADDR; in bl31_early_platform_setup2()
/rk3399_ARM-atf/plat/nuvoton/npcm845x/
H A Dnpcm845x_bl31_setup.c135 u_register_t arg2, u_register_t arg3) in bl31_early_platform_setup2() argument
137 arg0 = arg1 = arg2 = arg3 = 0; in bl31_early_platform_setup2()
140 void *plat_params_from_bl2 = (void *)arg3; in bl31_early_platform_setup2()
221 bl33_image_ep_info.args.arg3 = 0U; in bl31_early_platform_setup2()

1234567