summaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/eptvpid.asm
blob: 8c4881f4d9638a95f2907f42bc66080b14ea0d03 (plain)
1
2
3
4
5
6
7
8
[bits 32]
invept eax, [eax]
invvpid eax, [eax]

[bits 64]
invept rax, [rax]
invvpid rax, [rax]