Home
last modified time | relevance | path

Searched refs:HV_STIMER_DIRECT_MODE_AVAILABLE (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/arm64/include/asm/
H A Dhyperv-tlfs.h41 #define HV_STIMER_DIRECT_MODE_AVAILABLE BIT(13) macro
/openbmc/qemu/target/i386/kvm/
H A Dhyperv-proto.h63 #define HV_STIMER_DIRECT_MODE_AVAILABLE (1u << 19) macro
H A Dkvm.c1027 .bits = HV_STIMER_DIRECT_MODE_AVAILABLE}
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dhyperv.h164 #define HV_STIMER_DIRECT_MODE_AVAILABLE \ macro
/openbmc/linux/drivers/clocksource/
H A Dhyperv_timer.c263 HV_STIMER_DIRECT_MODE_AVAILABLE; in hv_stimer_alloc()
/openbmc/linux/arch/x86/kernel/cpu/
H A Dmshyperv.c550 if (ms_hyperv.misc_features & HV_STIMER_DIRECT_MODE_AVAILABLE) { in ms_hyperv_init_platform()
/openbmc/linux/arch/x86/include/asm/
H A Dhyperv-tlfs.h72 #define HV_STIMER_DIRECT_MODE_AVAILABLE BIT(19) macro
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_features.c353 vcpu_set_cpuid_feature(vcpu, HV_STIMER_DIRECT_MODE_AVAILABLE); in guest_test_msrs_access()
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c698 HV_STIMER_DIRECT_MODE_AVAILABLE))) in stimer_set_config()
2796 ent->edx |= HV_STIMER_DIRECT_MODE_AVAILABLE; in kvm_get_hv_cpuid()
/openbmc/linux/Documentation/virt/kvm/
H A Dapi.rst4984 - HV_STIMER_DIRECT_MODE_AVAILABLE bit is only exposed with in-kernel LAPIC.