]> git.proxmox.com Git - mirror_edk2.git/blame - EdkCompatibilityPkg/Compatibility/MpServicesOnFrameworkMpServicesThunk/X64/AsmInclude.inc
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Compatibility / MpServicesOnFrameworkMpServicesThunk / X64 / AsmInclude.inc
CommitLineData
768e2a90 1;------------------------------------------------------------------------------\r
2; Include file for X64 MpFuncs.asm\r
3;\r
de243ee4 4; Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>\r
584d5652 5; This program and the accompanying materials\r
768e2a90 6; are licensed and made available under the terms and conditions of the BSD License\r
7; which accompanies this distribution. The full text of the license may be found at\r
8; http://opensource.org/licenses/bsd-license.php\r
9;\r
10; THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11; WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12;\r
13;------------------------------------------------------------------------------\r
14\r
15VacantFlag Equ 00h\r
16NotVacantFlag Equ 0ffh\r
17\r
18LockLocation equ RendezvousFunnelProcEnd - RendezvousFunnelProcStart\r
19StackStartAddressLocation equ LockLocation + 08h\r
20StackSizeLocation equ LockLocation + 10h\r
21CProcedureLocation equ LockLocation + 18h\r
22GdtrLocation equ LockLocation + 20h\r
de243ee4 23IdtrLocation equ LockLocation + 2Ah\r
24BufferStartLocation equ LockLocation + 34h\r
25Cr3OffsetLocation equ LockLocation + 38h\r
d6d858c4 26ProcessorNumberLocation equ LockLocation + 3Ch\r
768e2a90 27\r
28;-------------------------------------------------------------------------------\r