Searched refs:efi_call_proto (Results 1 – 2 of 2) sorted by relevance
/kvm-unit-tests/lib/ |
H A D | efi.c | 52 return efi_call_proto(boot_protocol, get_boot_hartid, &boot_hartid); in efi_get_boot_hartid() 379 status = efi_call_proto(lf2, load_file, dp, false, &file_size, NULL); in efi_load_initrd() 385 status = efi_call_proto(lf2, load_file, dp, false, &file_size, (void *)initrd); in efi_load_initrd()
|
/kvm-unit-tests/lib/linux/ |
H A D | efi.h | 572 #define efi_call_proto(inst, func, ...) ({ \ macro
|