Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/
H A Defi.c129 efi_rs_call(reset_system, EFI_RESET_SHUTDOWN, code, 0, NULL); in efi_exit()
308 status = efi_rs_call(get_variable, var, &efi_var_guid, NULL, &val_size, val); in efi_get_var()
/kvm-unit-tests/lib/linux/
H A Defi.h571 #define efi_rs_call(func, ...) efi_system_table->runtime->func(__VA_ARGS__) macro