We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bb9d7 commit 984761fCopy full SHA for 984761f
travis/test/vmx.asm
@@ -0,0 +1,21 @@
1
+[bits 64]
2
+
3
+ clgi
4
+ stgi
5
+ vmcall
6
+ vmclear [0]
7
+ vmfunc
8
+ vmlaunch
9
+ vmload
10
+ vmmcall
11
+ vmptrld [0x11111111]
12
+ vmptrst [0x22222222]
13
+ vmread [0x22222222], rax
14
+ vmresume
15
+ vmrun
16
+ vmsave
17
+ vmwrite rax, [0x22222222]
18
+ vmxoff
19
+ vmxon [0x33333333]
20
+ invept rbx, [0x44444444]
21
+ invvpid rcx, [0x55555555]
travis/test/vmx.json
@@ -0,0 +1,12 @@
+[
+ {
+ "description": "Test VMX instructions",
+ "id": "vmx",
+ "format": "elf64",
+ "source": "vmx.asm",
+ "option": "-Ox",
+ "target": [
+ { "output": "vmx.o" }
+ ]
+ }
+]
travis/test/vmx.o.t
656 Bytes
0 commit comments