OpenCore
1.0.4
OpenCore Bootloader
|
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
union | X64_PAGE_MAP_AND_DIRECTORY_POINTER_2MB_4K |
union | X64_PAGE_DIRECTORY_ENTRY_4K |
union | X64_PAGE_TABLE_ENTRY_4K |
union | X64_PAGE_TABLE_ENTRY_2M |
x64 Long Mode Virtual Memory Management Definitions
References: 1) IA-32 Intel(R) Atchitecture Software Developer's Manual Volume 1:Basic Architecture, Intel 2) IA-32 Intel(R) Atchitecture Software Developer's Manual Volume 2:Instruction Set Reference, Intel 3) IA-32 Intel(R) Atchitecture Software Developer's Manual Volume 3:System Programmer's Guide, Intel 4) AMD64 Architecture Programmer's Manual Volume 2: System Programming
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which 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.
Definition in file VirtualMemory.h.