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