Home
last modified time | relevance | path

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

/optee_os/core/lib/libefi/
H A Dhob.c118 struct efi_hob_guid_type *guid_hob = NULL; in efi_create_guid_hob() local
126 guid_hob = create_hob(hob_table, in efi_create_guid_hob()
128 if (!guid_hob) { in efi_create_guid_hob()
134 memcpy(&guid_hob->name, guid, sizeof(TEE_UUID)); in efi_create_guid_hob()
136 *data = (void *)(guid_hob + 1); in efi_create_guid_hob()