Skip to content

Commit 1430995

Browse files
committed
x86/insns: add PVALIDATE
https://bugzilla.nasm.us/show_bug.cgi?id=3392753 Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
1 parent 984761f commit 1430995

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

travis/test/vmx.asm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@
1919
vmxon [0x33333333]
2020
invept rbx, [0x44444444]
2121
invvpid rcx, [0x55555555]
22+
23+
pvalidate

travis/test/vmx.o.t

0 Bytes
Binary file not shown.

x86/insns.dat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1900,6 +1900,8 @@ INVEPT reg32,mem [rm: 66 0f 38 80 /r] VMX,SO,NOLONG
19001900
INVEPT reg64,mem [rm: o64nw 66 0f 38 80 /r] VMX,SO,LONG
19011901
INVVPID reg32,mem [rm: 66 0f 38 81 /r] VMX,SO,NOLONG
19021902
INVVPID reg64,mem [rm: o64nw 66 0f 38 81 /r] VMX,SO,LONG
1903+
;# SEV-SNP AMD instructions
1904+
PVALIDATE void [ f2 0f 01 ff] VMX,AMD
19031905

19041906
;# Tejas New Instructions (SSSE3)
19051907
PABSB mmxreg,mmxrm [rm: np 0f 38 1c /r] SSSE3,MMX,SQ

0 commit comments

Comments
 (0)