Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/linux/
H A Defi.h569 #define efi_fn_call(inst, func, ...) (inst)->func(__VA_ARGS__) macro
574 efi_fn_call(__inst, func, __inst, ##__VA_ARGS__); \