MSR_S_CET
msr = rdmsr(MSR_S_CET);
wrmsr(MSR_S_CET, (msr & ~MSR_CET_NO_TRACK_EN) | MSR_CET_ENDBR_EN);
vmx_setmsrbrw(vcpu, MSR_S_CET);