Home
last modified time | relevance | path

Searched refs:HV_X64_SYNDBG_CAP_ALLOW_KERNEL_DEBUGGING (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_features.c439 vcpu_set_cpuid_feature(vcpu, HV_X64_SYNDBG_CAP_ALLOW_KERNEL_DEBUGGING); in guest_test_msrs_access()
583 vcpu_set_cpuid_feature(vcpu, HV_X64_SYNDBG_CAP_ALLOW_KERNEL_DEBUGGING); in guest_test_hcalls_access()
/linux/arch/x86/kvm/
H A Dhyperv.h46 #define HV_X64_SYNDBG_CAP_ALLOW_KERNEL_DEBUGGING BIT(1) macro
H A Dhyperv.c333 HV_X64_SYNDBG_CAP_ALLOW_KERNEL_DEBUGGING; in kvm_hv_is_syndbg_enabled()
2904 ent->eax |= HV_X64_SYNDBG_CAP_ALLOW_KERNEL_DEBUGGING; in kvm_get_hv_cpuid()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h202 #define HV_X64_SYNDBG_CAP_ALLOW_KERNEL_DEBUGGING \ macro