Lines Matching refs:f
38 #define efi_call_virt(f, args...) \ argument
42 __s = ((efi_##f##_t __attribute__((regparm(0)))*) \
43 efi.systab->runtime->f)(args); \
49 #define __efi_call_virt(f, args...) \ argument
52 ((efi_##f##_t __attribute__((regparm(0)))*) \
53 efi.systab->runtime->f)(args); \
65 #define efi_call_phys(f, args...) efi_call((f), args) argument
67 #define efi_call_virt(f, ...) \ argument
74 __s = efi_call((void *)efi.systab->runtime->f, __VA_ARGS__); \
84 #define __efi_call_virt(f, args...) efi_call_virt(f, args) argument
197 #define efi_call_early(f, ...) \ argument
198 __efi_early()->call(__efi_early()->f, __VA_ARGS__);