2007-06-08 13:31:52 +02:00
|
|
|
/** @file
|
|
|
|
Processor or compiler specific defines and types for EBC.
|
|
|
|
|
2009-06-04 18:16:15 +02:00
|
|
|
We currently only have one EBC compiler so there may be some Intel compiler
|
2007-06-08 13:31:52 +02:00
|
|
|
specific functions in this file.
|
|
|
|
|
2010-04-23 17:46:20 +02:00
|
|
|
Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
|
2010-03-12 23:19:12 +01:00
|
|
|
This program and the accompanying materials are licensed and made available under
|
|
|
|
the terms and conditions of the BSD License that accompanies this distribution.
|
|
|
|
The full text of the license may be found at
|
|
|
|
http://opensource.org/licenses/bsd-license.php.
|
|
|
|
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
2007-06-08 13:31:52 +02:00
|
|
|
|
|
|
|
**/
|
|
|
|
|
|
|
|
#ifndef __PROCESSOR_BIND_H__
|
|
|
|
#define __PROCESSOR_BIND_H__
|
|
|
|
|
2008-08-14 04:53:43 +02:00
|
|
|
///
|
|
|
|
/// Define the processor type so other code can make processor based choices
|
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
#define MDE_CPU_EBC
|
|
|
|
|
|
|
|
//
|
|
|
|
// Native integer types
|
|
|
|
//
|
2008-12-08 00:10:08 +01:00
|
|
|
|
|
|
|
///
|
|
|
|
/// 1-byte signed value
|
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef char INT8;
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
|
|
|
/// Logical Boolean. 1-byte value containing 0 for FALSE or a 1 for TRUE. Other
|
|
|
|
/// values are undefined.
|
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef unsigned char BOOLEAN;
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2010-03-12 23:19:12 +01:00
|
|
|
/// 1-byte unsigned value.
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef unsigned char UINT8;
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2010-03-12 23:19:12 +01:00
|
|
|
/// 1-byte Character.
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2008-06-05 03:57:08 +02:00
|
|
|
typedef char CHAR8;
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2010-03-12 23:19:12 +01:00
|
|
|
/// 2-byte signed value.
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef short INT16;
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2010-03-12 23:19:12 +01:00
|
|
|
/// 2-byte unsigned value.
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef unsigned short UINT16;
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
|
|
|
/// 2-byte Character. Unless otherwise specified all strings are stored in the
|
|
|
|
/// UTF-16 encoding format as defined by Unicode 2.1 and ISO/IEC 10646 standards.
|
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef unsigned short CHAR16;
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2010-03-12 23:19:12 +01:00
|
|
|
/// 4-byte signed value.
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef int INT32;
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2010-03-12 23:19:12 +01:00
|
|
|
/// 4-byte unsigned value.
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef unsigned int UINT32;
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2010-03-12 23:19:12 +01:00
|
|
|
/// 8-byte signed value.
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef __int64 INT64;
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2010-03-12 23:19:12 +01:00
|
|
|
/// 8-byte unsigned value.
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef unsigned __int64 UINT64;
|
|
|
|
|
2008-08-14 04:53:43 +02:00
|
|
|
///
|
2008-12-08 00:10:08 +01:00
|
|
|
/// Signed value of native width. (4 bytes on supported 32-bit processor instructions,
|
|
|
|
/// 8 bytes on supported 64-bit processor instructions)
|
2008-08-14 04:53:43 +02:00
|
|
|
/// "long" type scales to the processor native size with EBC compiler
|
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef long INTN;
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2010-03-12 23:19:12 +01:00
|
|
|
/// The unsigned value of native width. (4 bytes on supported 32-bit processor instructions;
|
2008-12-08 00:10:08 +01:00
|
|
|
/// 8 bytes on supported 64-bit processor instructions)
|
2010-03-12 23:19:12 +01:00
|
|
|
/// "long" type scales to the processor native size with the EBC compiler.
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
typedef unsigned long UINTN;
|
|
|
|
|
2008-08-14 04:53:43 +02:00
|
|
|
///
|
2008-12-08 00:10:08 +01:00
|
|
|
/// A value of native width with the highest bit set.
|
2010-03-12 23:19:12 +01:00
|
|
|
/// Scalable macro to set the most significant bit in a natural number.
|
2008-08-14 04:53:43 +02:00
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
#define MAX_BIT (1ULL << (sizeof (INTN) * 8 - 1))
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
|
|
|
/// A value of native width with the two highest bits set.
|
2010-03-12 23:19:12 +01:00
|
|
|
/// Scalable macro to set the most 2 significant bits in a natural number.
|
2008-12-08 00:10:08 +01:00
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
#define MAX_2_BITS (3ULL << (sizeof (INTN) * 8 - 2))
|
|
|
|
|
2008-08-14 04:53:43 +02:00
|
|
|
///
|
|
|
|
/// Maximum legal EBC address
|
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
#define MAX_ADDRESS ((UINTN) ~0)
|
|
|
|
|
2008-08-14 04:53:43 +02:00
|
|
|
///
|
|
|
|
/// The stack alignment required for EBC
|
|
|
|
///
|
2007-06-08 13:31:52 +02:00
|
|
|
#define CPU_STACK_ALIGNMENT sizeof(UINTN)
|
|
|
|
|
2008-08-14 04:53:43 +02:00
|
|
|
///
|
|
|
|
/// Modifier to ensure that all protocol member functions and EFI intrinsics
|
|
|
|
/// use the correct C calling convention. All protocol member functions and
|
2008-12-05 03:28:51 +01:00
|
|
|
/// EFI intrinsics are required to modify their member functions with EFIAPI.
|
2008-08-14 04:53:43 +02:00
|
|
|
///
|
2009-04-10 22:58:10 +02:00
|
|
|
#ifdef EFIAPI
|
|
|
|
///
|
|
|
|
/// If EFIAPI is already defined, then we use that definition.
|
|
|
|
///
|
|
|
|
#else
|
2007-06-08 13:31:52 +02:00
|
|
|
#define EFIAPI
|
2009-04-10 22:58:10 +02:00
|
|
|
#endif
|
2007-06-08 13:31:52 +02:00
|
|
|
|
2008-12-04 09:35:07 +01:00
|
|
|
/**
|
|
|
|
Return the pointer to the first instruction of a function given a function pointer.
|
|
|
|
On EBC architectures, these two pointer values are the same,
|
|
|
|
so the implementation of this macro is very simple.
|
|
|
|
|
2008-12-05 03:28:51 +01:00
|
|
|
@param FunctionPointer A pointer to a function.
|
2008-12-04 09:35:07 +01:00
|
|
|
|
|
|
|
@return The pointer to the first instruction of a function given a function pointer.
|
|
|
|
**/
|
2008-12-06 00:23:59 +01:00
|
|
|
#define FUNCTION_ENTRY_POINT(FunctionPointer) (VOID *)(UINTN)(FunctionPointer)
|
2007-11-27 03:48:59 +01:00
|
|
|
|
2007-06-08 13:31:52 +02:00
|
|
|
#endif
|
|
|
|
|