Home
last modified time | relevance | path

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

/arch/x86/boot/compressed/
Deboot.c46 c->handle_protocol = bt->handle_protocol; \
210 status = efi_call_early(handle_protocol, handle, in __open_volume32()
236 status = efi_call_early(handle_protocol, handle, in __open_volume64()
398 status = efi_call_early(handle_protocol, h, in setup_efi_pci32()
506 status = efi_call_early(handle_protocol, h, in setup_efi_pci64()
675 status = efi_call_early(handle_protocol, h, in setup_gop32()
680 status = efi_call_early(handle_protocol, h, in setup_gop32()
788 status = efi_call_early(handle_protocol, h, in setup_gop64()
793 status = efi_call_early(handle_protocol, h, in setup_gop64()
900 status = efi_call_early(handle_protocol, handle, in setup_uga32()
[all …]
/arch/x86/include/asm/
Defi.h197 u64 handle_protocol; member