Searched defs:EFIAPI (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A Defi.h34 #define EFIAPI __attribute__((ms_abi)) macro
39 #define EFIAPI __attribute__((cdecl,regparm(0))) macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Arm/
H A DProcessorBind.h103 // EFI intrinsics are required to modify their member functions with EFIAPI.
105 #define EFIAPI macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ebc/
H A DProcessorBind.h114 /// EFI intrinsics are required to modify their member functions with EFIAPI.
116 #ifdef EFIAPI
118 /// If EFIAPI is already defined, then we use that definition.
121 #define EFIAPI macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ia32/
H A DProcessorBind.h237 // EFI intrinsics are required to modify their member functions with EFIAPI.
239 #ifdef EFIAPI
241 /// If EFIAPI is already defined, then we use that definition.
245 /// Microsoft* compiler specific method for EFIAPI calling convention.
247 #define EFIAPI __cdecl macro
250 /// GCC specific method for EFIAPI calling convention.
252 #define EFIAPI __attribute__((cdecl)) macro
258 #define EFIAPI macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/X64/
H A DProcessorBind.h238 // EFI intrinsics are required to modify their member functions with EFIAPI.
240 #ifdef EFIAPI
242 /// If EFIAPI is already defined, then we use that definition.
246 /// Microsoft* compiler specific method for EFIAPI calling convension
248 #define EFIAPI __cdecl macro
258 #define EFIAPI macro
264 #define EFIAPI macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Ia32/
H A DProcessorBind.h144 // EFI intrinsics are required to modify their member functions with EFIAPI.
150 #define EFIAPI __cdecl macro
154 #define EFIAPI __attribute__((cdecl)) macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/X64/
H A DProcessorBind.h165 // EFI intrinsics are required to modify thier member functions with EFIAPI.
172 #define EFIAPI __cdecl macro
178 /// EFIAPI makes sure the right ABI is used for public interfaces.
181 #define EFIAPI macro
183 #define EFIAPI macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/Ia32/
H A DProcessorBind.h239 // EFI intrinsics are required to modify their member functions with EFIAPI.
241 #ifdef EFIAPI
243 /// If EFIAPI is already defined, then we use that definition.
247 /// Microsoft* compiler specific method for EFIAPI calling convention.
249 #define EFIAPI __cdecl macro
253 /// GCC specific method for EFIAPI calling convention.
255 #define EFIAPI __attribute__((cdecl)) macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/X64/
H A DProcessorBind.h240 // EFI intrinsics are required to modify their member functions with EFIAPI.
242 #ifdef EFIAPI
244 /// If EFIAPI is already defined, then we use that definition.
248 /// Microsoft* compiler specific method for EFIAPI calling convension
250 #define EFIAPI __cdecl macro
260 #define EFIAPI macro
266 #define EFIAPI macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ipf/
H A DProcessorBind.h248 // EFI intrinsics are required to modify their member functions with EFIAPI.
250 #ifdef EFIAPI
252 /// If EFIAPI is already defined, then we use that definition.
256 /// Microsoft* compiler-specific method for EFIAPI calling convention.
258 #define EFIAPI __cdecl macro
260 #define EFIAPI macro

Completed in 38 milliseconds