Searched refs:arm_smccc_res (Results 1 - 25 of 76) sorted by path

1234

/linux-master/arch/arm/mach-artpec/
H A Dboard-artpec6.c47 struct arm_smccc_res res;
/linux-master/arch/arm/mach-at91/
H A Dpm.c1097 struct arm_smccc_res res;
H A Dsam_secure.c17 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1)
19 struct arm_smccc_res res = {.a0 = -1};
H A Dsam_secure.h16 struct arm_smccc_res sam_smccc_call(u32 fn, u32 arg0, u32 arg1);
/linux-master/arch/arm/mach-omap2/
H A Domap-secure.c91 struct arm_smccc_res res;
/linux-master/arch/arm/mm/
H A Dproc-v7-bugs.c15 struct arm_smccc_res res;
/linux-master/arch/arm64/hyperv/
H A Dhv_core.c26 struct arm_smccc_res res;
47 struct arm_smccc_res res;
62 struct arm_smccc_res res;
/linux-master/arch/arm64/include/asm/
H A Darchrandom.h17 struct arm_smccc_res res;
94 struct arm_smccc_res res;
H A Dkvm_host.h1052 struct arm_smccc_res res; \
/linux-master/arch/arm64/kernel/
H A Dacpi.c427 struct arm_smccc_res *args,
483 struct arm_smccc_res res;
H A Dasm-offsets.c156 DEFINE(ARM_SMCCC_RES_X0_OFFS, offsetof(struct arm_smccc_res, a0));
157 DEFINE(ARM_SMCCC_RES_X2_OFFS, offsetof(struct arm_smccc_res, a2));
H A Dparavirt.c98 struct arm_smccc_res res;
142 struct arm_smccc_res res;
H A Dproton-pack.c184 struct arm_smccc_res res;
491 struct arm_smccc_res res;
889 struct arm_smccc_res res;
/linux-master/arch/arm64/kvm/
H A Darm.c1904 struct arm_smccc_res res;
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dffa.c71 static void ffa_to_smccc_error(struct arm_smccc_res *res, u64 ffa_errno)
73 *res = (struct arm_smccc_res) {
79 static void ffa_to_smccc_res_prop(struct arm_smccc_res *res, int ret, u64 prop)
82 *res = (struct arm_smccc_res) { .a0 = FFA_SUCCESS,
89 static void ffa_to_smccc_res(struct arm_smccc_res *res, int ret)
95 struct arm_smccc_res *res)
113 struct arm_smccc_res res;
127 struct arm_smccc_res res;
137 static void ffa_mem_frag_tx(struct arm_smccc_res *res, u32 handle_lo,
146 static void ffa_mem_frag_rx(struct arm_smccc_res *re
[all...]
H A Dpsci-relay.c66 struct arm_smccc_res res;
/linux-master/drivers/char/hw_random/
H A Darm_smccc_trng.c36 static int copy_from_registers(char *buf, struct arm_smccc_res *res,
64 struct arm_smccc_res res;
H A Dcn10k-rng.c71 struct arm_smccc_res res;
/linux-master/drivers/char/tpm/
H A Dtpm_crb.c377 struct arm_smccc_res res;
/linux-master/drivers/clk/imx/
H A Dclk-scu.c294 struct arm_smccc_res res;
/linux-master/drivers/clk/rockchip/
H A Dclk-ddr.c34 struct arm_smccc_res res;
49 struct arm_smccc_res res;
62 struct arm_smccc_res res;
/linux-master/drivers/clocksource/
H A Darm_arch_timer.c1812 struct arm_smccc_res hvc_res;
/linux-master/drivers/devfreq/
H A Dimx8m-ddrc.c103 struct arm_smccc_res res;
286 struct arm_smccc_res res;
H A Drk3399_dmc.c78 struct arm_smccc_res res;
336 struct arm_smccc_res res;
/linux-master/drivers/edac/
H A Daltera_edac.c1087 struct arm_smccc_res result;
2079 struct arm_smccc_res result;

Completed in 915 milliseconds

1234