DR6_VOLATILE
#define DR6_FIXED_1 (DR6_ACTIVE_LOW & ~DR6_VOLATILE)
vcpu->arch.dr6 = (val & DR6_VOLATILE) | kvm_dr6_fixed(vcpu);