Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Defi_api.h48 struct efi_boot_services { struct
49 struct efi_table_hdr hdr;
51 void (EFIAPI *restore_tpl)(UINTN old_tpl);
87 void *reserved;
157 void (EFIAPI *copy_mem)(void *destination, void *source,
159 void (EFIAPI *set_mem)(void *buffer, unsigned long size,
161 void *create_event_ex;
/OK3568_Linux_fs/u-boot/lib/efi_loader/
H A Defi_boottime.c1239 static const struct efi_boot_services efi_boot_services = { variable
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Defistub.h213 union efi_boot_services { union