blob: 6152c95b3791949b3beab6199f3875755a1292f9 [file] [log] [blame]
# Check illegal EPT instructions
.text
_start:
invept (%ecx), %bx
invept %ebx, (%ecx)
invept %ebx, %ecx
invvpid (%ecx), %bx
invvpid %ebx, (%ecx)
invvpid %ebx, %ecx
.intel_syntax noprefix
invept bx, oword ptr [ecx]
invept oword ptr [ecx], ebx
invept ecx, ebx
invvpid bx, oword ptr [ecx]
invvpid oword ptr [ecx], ebx
invvpid ecx, ebx