1# Check EPT instructions 2 .text 3_start: 4 invept (%ecx), %ebx 5 invvpid (%ecx), %ebx 6 7 .intel_syntax noprefix 8 invept ebx, oword ptr [ecx] 9 invvpid ebx, oword ptr [ecx] 10