Searched defs:efi_boot_services (Results 1 – 3 of 3) sorted by relevance
48 struct efi_boot_services { struct49 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;
1239 static const struct efi_boot_services efi_boot_services = { variable
213 union efi_boot_services { union