HomeSort by relevance Sort by last modified time
    Searched defs:EFIAPI (Results 1 - 19 of 19) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/AArch64/
ProcessorBind.h 106 // EFI intrinsics are required to modify their member functions with EFIAPI.
108 #define EFIAPI
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Arm/
ProcessorBind.h 104 // EFI intrinsics are required to modify their member functions with EFIAPI.
106 #define EFIAPI
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Ia32/
ProcessorBind.h 142 // EFI intrinsics are required to modify their member functions with EFIAPI.
148 #define EFIAPI __cdecl
152 #define EFIAPI __attribute__((cdecl))
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/X64/
ProcessorBind.h 161 // EFI intrinsics are required to modify thier member functions with EFIAPI.
168 #define EFIAPI __cdecl
174 /// EFIAPI makes sure the right ABI is used for public interfaces.
177 #define EFIAPI
179 #define EFIAPI
  /device/linaro/bootloader/edk2/MdePkg/Include/AArch64/
ProcessorBind.h 110 // EFI intrinsics are required to modify their member functions with EFIAPI.
112 #define EFIAPI
  /device/linaro/bootloader/edk2/MdePkg/Include/Ebc/
ProcessorBind.h 120 /// EFI intrinsics are required to modify their member functions with EFIAPI.
122 #ifdef EFIAPI
124 /// If EFIAPI is already defined, then we use that definition.
127 #define EFIAPI
  /device/linaro/bootloader/edk2/MdePkg/Include/Ia32/
ProcessorBind.h 263 // EFI intrinsics are required to modify their member functions with EFIAPI.
265 #ifdef EFIAPI
267 /// If EFIAPI is already defined, then we use that definition.
271 /// Microsoft* compiler specific method for EFIAPI calling convention.
273 #define EFIAPI __cdecl
276 /// GCC specific method for EFIAPI calling convention.
278 #define EFIAPI __attribute__((cdecl))
284 #define EFIAPI
  /device/linaro/bootloader/edk2/MdePkg/Include/X64/
ProcessorBind.h 277 // EFI intrinsics are required to modify their member functions with EFIAPI.
279 #ifdef EFIAPI
281 /// If EFIAPI is already defined, then we use that definition.
285 /// Microsoft* compiler specific method for EFIAPI calling convention.
287 #define EFIAPI __cdecl
297 #define EFIAPI
303 #define EFIAPI
  /external/syslinux/gpxe/src/include/gpxe/efi/Ia32/
ProcessorBind.h 177 // EFI intrinsics are required to modify thier member functions with EFIAPI.
183 #define EFIAPI __cdecl
186 #define EFIAPI __attribute__((cdecl,regparm(0)))
  /external/syslinux/gpxe/src/include/gpxe/efi/X64/
ProcessorBind.h 196 // EFI intrinsics are required to modify thier member functions with EFIAPI.
203 #define EFIAPI __cdecl
213 #define EFIAPI __attribute__((ms_abi))
219 #define EFIAPI
  /device/linaro/bootloader/edk2/MdePkg/Include/Arm/
ProcessorBind.h 116 // EFI intrinsics are required to modify their member functions with EFIAPI.
118 #define EFIAPI
  /device/linaro/bootloader/edk2/MdePkg/Include/Ipf/
ProcessorBind.h 254 // EFI intrinsics are required to modify their member functions with EFIAPI.
256 #ifdef EFIAPI
258 /// If EFIAPI is already defined, then we use that definition.
262 /// Microsoft* compiler-specific method for EFIAPI calling convention.
264 #define EFIAPI __cdecl
266 #define EFIAPI
  /external/syslinux/efi32/include/efi/ia32/
efibind.h 167 // EFIAPI - prototype calling convention for EFI function pointers
174 #ifndef EFIAPI // Forces EFI calling conventions reguardless of compiler options
176 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
178 #define EFIAPI // Substitute expresion to force C calling convention
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
efibind.h 167 // EFIAPI - prototype calling convention for EFI function pointers
174 #ifndef EFIAPI // Forces EFI calling conventions reguardless of compiler options
176 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
178 #define EFIAPI // Substitute expresion to force C calling convention
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia64/
efibind.h 147 // EFIAPI - prototype calling convention for EFI function pointers
154 #ifndef EFIAPI // Forces EFI calling conventions reguardless of compiler options
156 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
158 #define EFIAPI // Substitute expresion to force C calling convention
  /external/vboot_reference/utility/include/
eficompress.h 17 #define EFIAPI /**/
69 EFIAPI
78 EFIAPI
  /external/syslinux/efi64/include/efi/x86_64/
efibind.h 176 // EFIAPI - prototype calling convention for EFI function pointers
183 #ifndef EFIAPI // Forces EFI calling conventions reguardless of compiler options
185 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
188 #define EFIAPI __attribute__((ms_abi))
190 #define EFIAPI // Substitute expresion to force C calling convention
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
efibind.h 176 // EFIAPI - prototype calling convention for EFI function pointers
183 #ifndef EFIAPI // Forces EFI calling conventions reguardless of compiler options
185 #define EFIAPI __cdecl // Force C calling convention for Microsoft C compiler
188 #define EFIAPI __attribute__((ms_abi))
190 #define EFIAPI // Substitute expresion to force C calling convention
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 83 // EFI intrinsics are required to modify thier member functions with EFIAPI.
85 #ifndef EFIAPI
86 #define EFIAPI _EFIAPI

Completed in 1141 milliseconds