|
iPXE
|
Processor or Compiler specific defines and types for LoongArch. More...
Go to the source code of this file.
Macros | |
| #define | MDE_CPU_LOONGARCH64 |
| #define | EFIAPI |
| #define | MAX_BIT 0x8000000000000000ULL |
| #define | MAX_2_BITS 0xC000000000000000ULL |
| #define | MAX_ADDRESS 0xFFFFFFFFFFFFFFFFULL |
| #define | MAX_ALLOC_ADDRESS 0xFFFFFFFFFFFFULL |
| #define | MAX_INTN ((INTN)0x7FFFFFFFFFFFFFFFULL) |
| #define | MAX_UINTN ((UINTN)0xFFFFFFFFFFFFFFFFULL) |
| #define | DEFAULT_PAGE_ALLOCATION_GRANULARITY (0x1000) |
| #define | RUNTIME_PAGE_ALLOCATION_GRANULARITY (0x10000) |
| #define | CPU_STACK_ALIGNMENT 16 |
| #define | FUNCTION_ENTRY_POINT(FunctionPointer) |
| Return the pointer to the first instruction of a function given a function pointer. | |
| #define | __USER_LABEL_PREFIX__ |
Typedefs | |
| typedef char | INT8 |
Functions | |
| FILE_LICENCE (BSD2_PATENT) | |
| FILE_SECBOOT (PERMITTED) | |
Processor or Compiler specific defines and types for LoongArch.
Copyright (c) 2022, Loongson Technology Corporation Limited. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent
Definition in file ProcessorBind.h.
| #define MDE_CPU_LOONGARCH64 |
Definition at line 19 of file ProcessorBind.h.
| #define EFIAPI |
Definition at line 21 of file ProcessorBind.h.
| #define MAX_BIT 0x8000000000000000ULL |
Definition at line 66 of file ProcessorBind.h.
| #define MAX_2_BITS 0xC000000000000000ULL |
Definition at line 70 of file ProcessorBind.h.
| #define MAX_ADDRESS 0xFFFFFFFFFFFFFFFFULL |
Definition at line 75 of file ProcessorBind.h.
| #define MAX_ALLOC_ADDRESS 0xFFFFFFFFFFFFULL |
Definition at line 80 of file ProcessorBind.h.
| #define MAX_INTN ((INTN)0x7FFFFFFFFFFFFFFFULL) |
Definition at line 85 of file ProcessorBind.h.
| #define MAX_UINTN ((UINTN)0xFFFFFFFFFFFFFFFFULL) |
Definition at line 86 of file ProcessorBind.h.
| #define DEFAULT_PAGE_ALLOCATION_GRANULARITY (0x1000) |
Definition at line 91 of file ProcessorBind.h.
| #define RUNTIME_PAGE_ALLOCATION_GRANULARITY (0x10000) |
Definition at line 92 of file ProcessorBind.h.
| #define CPU_STACK_ALIGNMENT 16 |
Definition at line 105 of file ProcessorBind.h.
| #define FUNCTION_ENTRY_POINT | ( | FunctionPointer | ) |
Return the pointer to the first instruction of a function given a function pointer.
On LOONGARCH CPU architectures, these two pointer values are the same, so the implementation of this macro is very simple.
| FunctionPointer | A pointer to a function. |
Definition at line 117 of file ProcessorBind.h.
| #define __USER_LABEL_PREFIX__ |
Definition at line 120 of file ProcessorBind.h.
| typedef char INT8 |
Definition at line 44 of file ProcessorBind.h.
| FILE_LICENCE | ( | BSD2_PATENT | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |