Home
last modified time | relevance | path

Searched refs:arm_smccc_res (Results 1 – 25 of 54) sorted by relevance

123

/Linux-v5.15/arch/arm64/include/asm/
Darchrandom.h18 struct arm_smccc_res res; in smccc_probe_trng()
57 struct arm_smccc_res res; in arch_get_random_seed_long()
87 struct arm_smccc_res res; in arch_get_random_seed_int()
121 struct arm_smccc_res res; in arch_get_random_seed_long_early()
/Linux-v5.15/include/linux/
Darm-smccc.h228 struct arm_smccc_res { struct
328 struct arm_smccc_res *res, struct arm_smccc_quirk *quirk);
333 struct arm_smccc_res *res, struct arm_smccc_quirk *quirk) in __arm_smccc_smc()
335 *res = (struct arm_smccc_res){}; in __arm_smccc_smc()
354 struct arm_smccc_res *res, struct arm_smccc_quirk *quirk);
408 struct arm_smccc_res *___res = res; \
413 struct arm_smccc_res *___res = res; \
420 struct arm_smccc_res *___res = res; \
429 struct arm_smccc_res *___res = res; \
/Linux-v5.15/drivers/watchdog/
Dimx_sc_wdt.c50 struct arm_smccc_res res; in imx_sc_wdt_ping()
60 struct arm_smccc_res res; in imx_sc_wdt_start()
75 struct arm_smccc_res res; in imx_sc_wdt_stop()
86 struct arm_smccc_res res; in imx_sc_wdt_set_timeout()
98 struct arm_smccc_res res; in imx_sc_wdt_set_pretimeout()
Darm_smc_wdt.c35 unsigned long arg, struct arm_smccc_res *res) in smcwd_call()
37 struct arm_smccc_res local_res; in smcwd_call()
61 struct arm_smccc_res res; in smcwd_get_timeleft()
115 struct arm_smccc_res res; in smcwd_probe()
Dkeembay_wdt.c147 struct arm_smccc_res res; in keembay_wdt_to_isr()
159 struct arm_smccc_res res; in keembay_wdt_th_isr()
/Linux-v5.15/arch/arm64/hyperv/
Dhv_core.c26 struct arm_smccc_res res; in hv_do_hypercall()
47 struct arm_smccc_res res; in hv_do_fast_hypercall8()
62 struct arm_smccc_res res; in hv_set_vpreg()
/Linux-v5.15/drivers/clk/rockchip/
Dclk-ddr.c34 struct arm_smccc_res res; in rockchip_ddrclk_sip_set_rate()
49 struct arm_smccc_res res; in rockchip_ddrclk_sip_recalc_rate()
62 struct arm_smccc_res res; in rockchip_ddrclk_sip_round_rate()
/Linux-v5.15/drivers/firmware/
Dqcom_scm-smc.c37 struct arm_smccc_res *res) in __scm_smc_do_quirk()
56 struct arm_smccc_res *res, bool atomic) in __scm_smc_do()
94 struct arm_smccc_res smc_res; in __scm_smc_call()
Dqcom_scm-legacy.c111 struct arm_smccc_res *res) in __scm_legacy_do()
140 struct arm_smccc_res smc_res; in scm_legacy_call()
225 struct arm_smccc_res smc_res; in scm_legacy_call_atomic()
Dstratix10-svc.c47 struct arm_smccc_res *);
201 struct arm_smccc_res res; in svc_thread_cmd_data_claim()
247 struct arm_smccc_res res; in svc_thread_cmd_config_status()
289 struct arm_smccc_res res) in svc_thread_recv_status_ok()
342 struct arm_smccc_res res; in svc_normal_to_secure_thread()
531 struct arm_smccc_res res; in svc_normal_to_secure_shm_thread()
671 struct arm_smccc_res *res) in svc_smccc_smc()
692 struct arm_smccc_res *res) in svc_smccc_hvc()
Darm_sdei.c41 unsigned long arg4, struct arm_smccc_res *res);
140 struct arm_smccc_res res; in invoke_sdei_fn()
840 unsigned long arg4, struct arm_smccc_res *res) in sdei_smccc_smc()
849 unsigned long arg4, struct arm_smccc_res *res) in sdei_smccc_hvc()
/Linux-v5.15/drivers/mailbox/
Dzynqmp-ipi-mailbox.c123 struct arm_smccc_res *res) in zynqmp_ipi_fw_call()
154 struct arm_smccc_res res; in zynqmp_ipi_interrupt()
194 struct arm_smccc_res res; in zynqmp_ipi_peek_data()
234 struct arm_smccc_res res; in zynqmp_ipi_last_tx_done()
272 struct arm_smccc_res res; in zynqmp_ipi_send_data()
322 struct arm_smccc_res res; in zynqmp_ipi_startup()
364 struct arm_smccc_res res; in zynqmp_ipi_shutdown()
/Linux-v5.15/arch/arm64/kernel/
Dparavirt.c87 struct arm_smccc_res res; in stolen_time_cpu_online()
129 struct arm_smccc_res res; in has_pv_steal_clock()
Dasm-offsets.c141 DEFINE(ARM_SMCCC_RES_X0_OFFS, offsetof(struct arm_smccc_res, a0)); in main()
142 DEFINE(ARM_SMCCC_RES_X2_OFFS, offsetof(struct arm_smccc_res, a2)); in main()
/Linux-v5.15/drivers/char/hw_random/
Darm_smccc_trng.c36 static int copy_from_registers(char *buf, struct arm_smccc_res *res, in copy_from_registers()
64 struct arm_smccc_res res; in smccc_trng_read()
/Linux-v5.15/drivers/platform/mellanox/
Dmlxbf-bootctl.c50 struct arm_smccc_res res; in mlxbf_bootctl_smc()
272 const struct arm_smccc_res *res) in mlxbf_bootctl_guid_match()
284 struct arm_smccc_res res = { 0 }; in mlxbf_bootctl_probe()
/Linux-v5.15/drivers/tee/optee/
Dcore.c360 struct arm_smccc_res res; in optee_msg_api_uid_is_optee_api()
373 struct arm_smccc_res smccc; in optee_msg_get_os_revision()
394 struct arm_smccc_res smccc; in optee_msg_api_revision_is_compatible()
410 struct arm_smccc_res smccc; in optee_msg_exchange_capabilities()
464 struct arm_smccc_res smccc; in optee_config_shm_memremap()
543 struct arm_smccc_res *res) in optee_smccc_smc()
552 struct arm_smccc_res *res) in optee_smccc_hvc()
Doptee_trace.h41 TP_PROTO(struct optee_rpc_param *param, struct arm_smccc_res *res),
/Linux-v5.15/drivers/mfd/
Daltera-sysmgr.c45 struct arm_smccc_res result; in s10_protected_reg_write()
67 struct arm_smccc_res result; in s10_protected_reg_read()
/Linux-v5.15/arch/arm/mach-artpec/
Dboard-artpec6.c47 struct arm_smccc_res res; in artpec6_l2c310_write_sec()
/Linux-v5.15/drivers/firmware/smccc/
Dkvm_guest.c16 struct arm_smccc_res res; in kvm_init_hyp_services()
Dsoc_id.c37 struct arm_smccc_res res; in smccc_soc_init()
/Linux-v5.15/drivers/scsi/ufs/
Dufs-mediatek.c118 struct arm_smccc_res res; in ufs_mtk_crypto_enable()
240 struct arm_smccc_res res; in ufs_mtk_setup_ref_clk()
329 struct arm_smccc_res res; in ufs_mtk_mphy_power_on()
857 struct arm_smccc_res res; in ufs_mtk_device_reset()
938 struct arm_smccc_res res; in ufs_mtk_suspend()
/Linux-v5.15/arch/arm/mm/
Dproc-v7-bugs.c78 struct arm_smccc_res res; in cpu_v7_spectre_init()
/Linux-v5.15/drivers/devfreq/
Dimx8m-ddrc.c103 struct arm_smccc_res res; in imx8m_ddrc_smc_set_freq()
286 struct arm_smccc_res res; in imx8m_ddrc_init_freq_info()

123