Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfile.c42 efi_guid_t info_guid = EFI_FILE_INFO_ID; in efi_open_file() local
62 status = efi_call_proto(fh, get_info, &info_guid, &info_sz, fi); in efi_open_file()
/openbmc/qemu/target/i386/
H A Dsev.c1155 QemuUUID info_guid, *guid; in sev_es_find_reset_vector() local
1184 qemu_uuid_parse(SEV_INFO_BLOCK_GUID, &info_guid); in sev_es_find_reset_vector()
1185 info_guid = qemu_uuid_bswap(info_guid); /* GUIDs are LE */ in sev_es_find_reset_vector()
1187 guid = (QemuUUID *)(data - sizeof(info_guid)); in sev_es_find_reset_vector()
1188 if (!qemu_uuid_is_equal(guid, &info_guid)) { in sev_es_find_reset_vector()