Searched refs:GUEST_IA32_DEBUGCTL (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dpmu_intel.c602 u64 data = vmcs_read64(GUEST_IA32_DEBUGCTL);
606 vmcs_write64(GUEST_IA32_DEBUGCTL, data);
676 if (vmcs_read64(GUEST_IA32_DEBUGCTL) & DEBUGCTLMSR_LBR)
698 if (!(vmcs_read64(GUEST_IA32_DEBUGCTL) & DEBUGCTLMSR_LBR))
H A Dvmcs12.c57 FIELD64(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl),
H A Dhyperv_evmcs.c71 EVMCS1_FIELD(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl,
H A Dnested.c2589 vmcs_write64(GUEST_IA32_DEBUGCTL, vmcs12->guest_ia32_debugctl);
2592 vmcs_write64(GUEST_IA32_DEBUGCTL, vmx->nested.pre_vmenter_debugctl);
3461 vmx->nested.pre_vmenter_debugctl = vmcs_read64(GUEST_IA32_DEBUGCTL);
4625 vmcs_write64(GUEST_IA32_DEBUGCTL, 0);
H A Dvmx.c2113 msr_info->data = vmcs_read64(GUEST_IA32_DEBUGCTL);
2238 vmcs_write64(GUEST_IA32_DEBUGCTL, data);
4807 vmcs_write64(GUEST_IA32_DEBUGCTL, 0);
6323 vmcs_read64(GUEST_IA32_DEBUGCTL),
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h172 GUEST_IA32_DEBUGCTL = 0x00002802, enumerator in enum:vmcs_field
H A Devmcs.h363 case GUEST_IA32_DEBUGCTL:
789 case GUEST_IA32_DEBUGCTL:
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c305 vmwrite(GUEST_IA32_DEBUGCTL, 0);
/linux-master/arch/x86/include/asm/
H A Dvmx.h243 GUEST_IA32_DEBUGCTL = 0x00002802, enumerator in enum:vmcs_field

Completed in 180 milliseconds