Home
last modified time | relevance | path

Searched defs:efi_boot_services (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Defi_api.h62 struct efi_boot_services { struct
63 struct efi_table_hdr hdr;
65 void (EFIAPI *restore_tpl)(efi_uintn_t old_tpl);
106 void *reserved;
180 void (EFIAPI *copy_mem)(void *destination, const void *source,
182 void (EFIAPI *set_mem)(void *buffer, size_t size, uint8_t value);
/openbmc/u-boot/lib/efi_loader/
H A Defi_boottime.c3142 static struct efi_boot_services efi_boot_services = { variable
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h252 union efi_boot_services { union