Home
last modified time | relevance | path

Searched refs:arm_smccc_1_2_regs (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm64/kernel/
H A Dasm-offsets.c140 DEFINE(ARM_SMCCC_1_2_REGS_X0_OFFS, offsetof(struct arm_smccc_1_2_regs, a0)); in main()
141 DEFINE(ARM_SMCCC_1_2_REGS_X2_OFFS, offsetof(struct arm_smccc_1_2_regs, a2)); in main()
142 DEFINE(ARM_SMCCC_1_2_REGS_X4_OFFS, offsetof(struct arm_smccc_1_2_regs, a4)); in main()
143 DEFINE(ARM_SMCCC_1_2_REGS_X6_OFFS, offsetof(struct arm_smccc_1_2_regs, a6)); in main()
144 DEFINE(ARM_SMCCC_1_2_REGS_X8_OFFS, offsetof(struct arm_smccc_1_2_regs, a8)); in main()
145 DEFINE(ARM_SMCCC_1_2_REGS_X10_OFFS, offsetof(struct arm_smccc_1_2_regs, a10)); in main()
146 DEFINE(ARM_SMCCC_1_2_REGS_X12_OFFS, offsetof(struct arm_smccc_1_2_regs, a12)); in main()
147 DEFINE(ARM_SMCCC_1_2_REGS_X14_OFFS, offsetof(struct arm_smccc_1_2_regs, a14)); in main()
148 DEFINE(ARM_SMCCC_1_2_REGS_X16_OFFS, offsetof(struct arm_smccc_1_2_regs, a16)); in main()
/linux/drivers/acpi/arm64/
H A Dffh.c18 void (*invoke_ffh64_fn)(const struct arm_smccc_1_2_regs *args,
19 struct arm_smccc_1_2_regs *res);
92 struct arm_smccc_1_2_regs *r = (struct arm_smccc_1_2_regs *)value; in acpi_ffh_address_space_arch_handler()
/linux/include/linux/
H A Darm-smccc.h429 struct arm_smccc_1_2_regs { struct
461 asmlinkage void arm_smccc_1_2_hvc(const struct arm_smccc_1_2_regs *args,
462 struct arm_smccc_1_2_regs *res);
475 asmlinkage void arm_smccc_1_2_smc(const struct arm_smccc_1_2_regs *args,
476 struct arm_smccc_1_2_regs *res);
740 struct arm_smccc_1_2_regs *__args = args; \
741 struct arm_smccc_1_2_regs *__res = res; \
/linux/drivers/firmware/smccc/
H A Dsoc_id.c53 struct arm_smccc_1_2_regs args; in smccc_soc_name_init()
54 struct arm_smccc_1_2_regs res; in smccc_soc_name_init()
/linux/drivers/firmware/arm_ffa/
H A Dcommon.h13 typedef struct arm_smccc_1_2_regs ffa_value_t;
/linux/drivers/firmware/
H A Dstratix10-svc.c198 struct arm_smccc_1_2_regs res;
233 const struct arm_smccc_1_2_regs *args,
234 struct arm_smccc_1_2_regs *res);
1254 struct arm_smccc_1_2_regs args = { 0 }, res = { 0 }; in stratix10_svc_async_send()
1442 struct arm_smccc_1_2_regs args = { 0 }; in stratix10_svc_async_poll()
1546 const struct arm_smccc_1_2_regs *args, in stratix10_smc_1_2()
1547 struct arm_smccc_1_2_regs *res) in stratix10_smc_1_2()
H A Dstratix10-rsu.c118 struct arm_smccc_1_2_regs *res = (struct arm_smccc_1_2_regs *)data->kaddr1; in rsu_async_status_callback()