]> git.proxmox.com Git - mirror_edk2.git/blob - MdePkg/Include/Ia32/Nasm.inc
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdePkg / Include / Ia32 / Nasm.inc
1 ;------------------------------------------------------------------------------
2 ;
3 ; Copyright (c) 2019, Intel Corporation. All rights reserved.<BR>
4 ; SPDX-License-Identifier: BSD-2-Clause-Patent
5 ;
6 ; Abstract:
7 ;
8 ; This file provides macro definitions for NASM files.
9 ;
10 ;------------------------------------------------------------------------------
11
12 %macro SETSSBSY 0
13 DB 0xF3, 0x0F, 0x01, 0xE8
14 %endmacro
15
16 %macro READSSP_EAX 0
17 DB 0xF3, 0x0F, 0x1E, 0xC8
18 %endmacro
19
20 %macro INCSSP_EAX 0
21 DB 0xF3, 0x0F, 0xAE, 0xE8
22 %endmacro