Home
last modified time | relevance | path

Searched refs:efi_hob_handoff_info_table (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/lib/libefi/include/efi/
H A Dhob.h56 struct efi_hob_handoff_info_table { struct
106 struct efi_hob_handoff_info_table *
111 efi_create_resource_desc_hob(struct efi_hob_handoff_info_table *hob_table,
117 TEE_Result efi_create_guid_hob(struct efi_hob_handoff_info_table *hob_table,
121 TEE_Result efi_create_fv_hob(struct efi_hob_handoff_info_table *hob_table,
/optee_os/core/lib/libefi/
H A Dhob.c19 static void *create_hob(struct efi_hob_handoff_info_table *hob_table, in create_hob()
56 struct efi_hob_handoff_info_table *
60 struct efi_hob_handoff_info_table *hob_table = NULL; in efi_create_hob_list()
71 sizeof(struct efi_hob_handoff_info_table); in efi_create_hob_list()
91 efi_create_resource_desc_hob(struct efi_hob_handoff_info_table *hob_table, in efi_create_resource_desc_hob()
114 TEE_Result efi_create_guid_hob(struct efi_hob_handoff_info_table *hob_table, in efi_create_guid_hob()
141 TEE_Result efi_create_fv_hob(struct efi_hob_handoff_info_table *hob_table, in efi_create_fv_hob()
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c245 static struct efi_hob_handoff_info_table *
249 struct efi_hob_handoff_info_table *hob_table = NULL; in build_stmm_boot_hob_list()
338 struct efi_hob_handoff_info_table *hob_table = NULL; in load_stmm()