2009-12-15 04:00:49 +01:00
|
|
|
;------------------------------------------------------------------------------
|
|
|
|
; Include file for IA32 MpFuncs.asm
|
|
|
|
;
|
2010-06-11 10:24:01 +02:00
|
|
|
; Copyright (c) 2009 - 2010, Intel Corporation. All rights reserved.<BR>
|
2010-04-24 11:48:54 +02:00
|
|
|
; This program and the accompanying materials
|
2009-12-15 04:00:49 +01:00
|
|
|
; 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.
|
|
|
|
;
|
|
|
|
;------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
VacantFlag Equ 00h
|
|
|
|
NotVacantFlag Equ 0ffh
|
|
|
|
|
|
|
|
LockLocation equ RendezvousFunnelProcEnd - RendezvousFunnelProcStart
|
|
|
|
StackStart equ LockLocation + 4h
|
|
|
|
StackSize equ LockLocation + 8h
|
|
|
|
RendezvousProc equ LockLocation + 0Ch
|
|
|
|
GdtrProfile equ LockLocation + 10h
|
2010-06-11 10:24:01 +02:00
|
|
|
IdtrProfile equ LockLocation + 16h
|
|
|
|
BufferStart equ LockLocation + 1Ch
|
2010-07-30 03:49:51 +02:00
|
|
|
ProcessorNumber equ LockLocation + 20h
|
2009-12-15 04:00:49 +01:00
|
|
|
;-------------------------------------------------------------------------------
|