Home
last modified time | relevance | path

Searched refs:ffa_boot_info_header_1_1 (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/arch/arm/include/
H A Dffa.h394 struct ffa_boot_info_header_1_1 { struct
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c263 hob_table_offset = sizeof(struct ffa_boot_info_header_1_1) + in build_stmm_boot_hob_list()
336 struct ffa_boot_info_header_1_1 *hdr = NULL; in load_stmm()
374 hdr->desc_offset = sizeof(struct ffa_boot_info_header_1_1); in load_stmm()
H A Dsecure_partition.c748 size_t desc_offs = ROUNDUP(sizeof(struct ffa_boot_info_header_1_1), 8); in fill_boot_info_1_1()
749 struct ffa_boot_info_header_1_1 *header = in fill_boot_info_1_1()
750 (struct ffa_boot_info_header_1_1 *)buf; in fill_boot_info_1_1()
H A Dboot.c1287 static void *get_fdt_from_boot_info(struct ffa_boot_info_header_1_1 *hdr) in get_fdt_from_boot_info()