Home
last modified time | relevance | path

Searched refs:FFA_PARTITION_INFO_GET (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0004-FF-A-v15-arm_ffa-introduce-Arm-FF-A-support.patch280 + - FFA_PARTITION_INFO_GET
496 + [FFA_ID_TO_ERRMAP_ID(FFA_PARTITION_INFO_GET)] = {
977 + * Read the partitions information returned by the FFA_PARTITION_INFO_GET and saves it in uc_priv
1075 + * ffa_query_partitions_info() - invoke FFA_PARTITION_INFO_GET and save partitions data
1080 + * Execute the FFA_PARTITION_INFO_GET to query the partitions data.
1115 + .a0 = FFA_SMC_32(FFA_PARTITION_INFO_GET),
1143 + * After calling FFA_PARTITION_INFO_GET the buffer ownership
1153 + ffa_print_error_log(FFA_PARTITION_INFO_GET, ffa_errno);
1159 + * ffa_get_partitions_info_hdlr() - FFA_PARTITION_INFO_GET handler function
1169 + * If not found, invoke FFA_PARTITION_INFO_GET FF-A function to query the partition information
[all …]
H A D0007-FF-A-v15-arm_ffa-introduce-sandbox-test-cases-for-UC.patch198 + ut_assertok(sandbox_query_ffa_emul_state(FFA_PARTITION_INFO_GET, &func_data));
260 + /* FFA_PARTITION_INFO_GET / FFA_MSG_SEND_DIRECT_REQ */
268 + /* FFA_PARTITION_INFO_GET / FFA_MSG_SEND_DIRECT_REQ */
H A D0006-FF-A-v15-arm_ffa-introduce-sandbox-FF-A-support.patch597 + * sandbox_ffa_partition_info_get() - Emulated FFA_PARTITION_INFO_GET handler
602 + * Emulate FFA_PARTITION_INFO_GET FF-A function.
690 + log_err("FFA_PARTITION_INFO_GET (%ld)\n", res->a2);
1040 + case FFA_PARTITION_INFO_GET:
1079 + case FFA_SMC_32(FFA_PARTITION_INFO_GET):
H A D0005-FF-A-v15-arm_ffa-introduce-armffa-command.patch145 + * partition_info_get operation which implements FFA_PARTITION_INFO_GET
/openbmc/linux/include/linux/
H A Darm_ffa.h30 #define FFA_PARTITION_INFO_GET FFA_SMC_32(0x68) macro
/openbmc/linux/drivers/firmware/arm_ffa/
H A Ddriver.c202 .a0 = FFA_PARTITION_INFO_GET, in __ffa_partition_info_get()