Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dhyperv.h44 #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()
2853 ent->eax |= HV_X64_SYNDBG_CAP_ALLOW_KERNEL_DEBUGGING; in kvm_get_hv_cpuid()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_features.c442 vcpu_set_cpuid_feature(vcpu, HV_X64_SYNDBG_CAP_ALLOW_KERNEL_DEBUGGING); in guest_test_msrs_access()
589 vcpu_set_cpuid_feature(vcpu, HV_X64_SYNDBG_CAP_ALLOW_KERNEL_DEBUGGING); in guest_test_hcalls_access()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h190 #define HV_X64_SYNDBG_CAP_ALLOW_KERNEL_DEBUGGING \ macro