Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/
H A Defi.c52 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 Defi.h572 #define efi_call_proto(inst, func, ...) ({ \ macro