Searched refs:boot_header (Results 1 – 1 of 1) sorted by relevance
42 struct ffa_boot_info_header *boot_header; in spmc_create_boot_info() local83 boot_header = (struct ffa_boot_info_header *) ffa_boot_info_mem; in spmc_create_boot_info()86 boot_header->offset_boot_info_desc = in spmc_create_boot_info()90 boot_header->offset_boot_info_desc); in spmc_create_boot_info()96 boot_header->version = sp->ffa_version; in spmc_create_boot_info()99 boot_header->size_boot_info_desc = sizeof(struct ffa_boot_info_desc); in spmc_create_boot_info()102 boot_header->signature = FFA_INIT_DESC_SIGNATURE; in spmc_create_boot_info()105 boot_header->count_boot_info_desc = 1; in spmc_create_boot_info()123 boot_header->offset_boot_info_desc + in spmc_create_boot_info()124 boot_header->size_boot_info_desc); in spmc_create_boot_info()[all …]