Searched refs:efi_handle_t (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/firmware/efi/libstub/ |
| H A D | efistub.h | 52 efi_status_t __efiapi efi_pe_entry(efi_handle_t handle, 125 : (efi_handle_t)(unsigned long)((u32 *)(array))[idx]) 128 ((size) / (efi_is_native() ? sizeof(efi_handle_t) : sizeof(u32))) 285 efi_status_t (__efiapi *handle_protocol)(efi_handle_t, 291 efi_handle_t *); 294 efi_handle_t *); 297 efi_status_t (__efiapi *load_image)(bool, efi_handle_t, 300 efi_handle_t *); 301 efi_status_t (__efiapi *start_image)(efi_handle_t, unsigned long *, 303 efi_status_t __noreturn (__efiapi *exit)(efi_handle_t, [all …]
|
| H A D | smbios.c | 13 efi_status_t (__efiapi *add)(efi_smbios_protocol_t *, efi_handle_t, 20 efi_handle_t *);
|
| H A D | gop.c | 425 static efi_handle_t find_handle_with_primary_gop(unsigned long num, const efi_handle_t handles[], in find_handle_with_primary_gop() 429 efi_handle_t h, first_gop_handle; in find_handle_with_primary_gop() 483 efi_handle_t *handles __free(efi_pool) = NULL; in efi_setup_graphics() 484 efi_handle_t handle; in efi_setup_graphics()
|
| H A D | riscv-stub.c | 31 efi_handle_t image_handle) in handle_kernel_image()
|
| H A D | arm64-stub.c | 22 efi_handle_t image_handle) in handle_kernel_image()
|
| H A D | loongarch-stub.c | 102 efi_handle_t image_handle) in handle_kernel_image()
|
| H A D | arm32-stub.c | 84 efi_handle_t image_handle) in handle_kernel_image()
|
| H A D | efi-stub-helper.c | 554 efi_handle_t handle; in efi_load_initrd_dev_path()
|
| /linux/include/linux/ |
| H A D | efi.h | 52 typedef void *efi_handle_t; typedef
|