Searched refs:GUEST_IA32_DEBUGCTL (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/arch/x86/kvm/vmx/ |
A D | pmu_intel.c | 679 u64 data = vmcs_read64(GUEST_IA32_DEBUGCTL); in intel_pmu_legacy_freezing_lbrs_on_pmi() 683 vmcs_write64(GUEST_IA32_DEBUGCTL, data); in intel_pmu_legacy_freezing_lbrs_on_pmi() 753 if (vmcs_read64(GUEST_IA32_DEBUGCTL) & DEBUGCTLMSR_LBR) in vmx_passthrough_lbr_msrs() 775 if (!(vmcs_read64(GUEST_IA32_DEBUGCTL) & DEBUGCTLMSR_LBR)) in intel_pmu_cleanup()
|
A D | vmcs12.c | 57 FIELD64(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl),
|
A D | hyperv.c | 80 EVMCS1_FIELD(GUEST_IA32_DEBUGCTL, guest_ia32_debugctl,
|
A D | nested.c | 2547 vmcs_write64(GUEST_IA32_DEBUGCTL, vmcs12->guest_ia32_debugctl); in prepare_vmcs02() 2550 vmcs_write64(GUEST_IA32_DEBUGCTL, vmx->nested.pre_vmenter_debugctl); in prepare_vmcs02() 3414 vmx->nested.pre_vmenter_debugctl = vmcs_read64(GUEST_IA32_DEBUGCTL); in nested_vmx_enter_non_root_mode() 4571 vmcs_write64(GUEST_IA32_DEBUGCTL, 0); in load_vmcs12_host_state()
|
A D | vmx.c | 2096 msr_info->data = vmcs_read64(GUEST_IA32_DEBUGCTL); in vmx_get_msr() 2221 vmcs_write64(GUEST_IA32_DEBUGCTL, data); in vmx_set_msr() 4804 vmcs_write64(GUEST_IA32_DEBUGCTL, 0); in init_vmcs() 6297 vmcs_read64(GUEST_IA32_DEBUGCTL), in dump_vmcs()
|
/linux-6.3-rc2/tools/testing/selftests/kvm/include/x86_64/ |
A D | vmx.h | 172 GUEST_IA32_DEBUGCTL = 0x00002802, enumerator
|
A D | evmcs.h | 363 case GUEST_IA32_DEBUGCTL: in evmcs_vmread() 789 case GUEST_IA32_DEBUGCTL: in evmcs_vmwrite()
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | vmx.h | 240 GUEST_IA32_DEBUGCTL = 0x00002802, enumerator
|
/linux-6.3-rc2/tools/testing/selftests/kvm/lib/x86_64/ |
A D | vmx.c | 305 vmwrite(GUEST_IA32_DEBUGCTL, 0); in init_vmcs_guest_state()
|
Completed in 35 milliseconds