Home
last modified time | relevance | path

Searched refs:HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/x86/hyperv/
Dmmu.c238 if (!(ms_hyperv.hints & HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED)) in hyperv_setup_mmu_ops()
/linux-6.12.1/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h172 #define HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED \ macro
/linux-6.12.1/arch/x86/kernel/cpu/
Dmshyperv.c473 ms_hyperv.hints &= ~HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED; in ms_hyperv_init_platform()
/linux-6.12.1/arch/x86/include/asm/
Dhyperv-tlfs.h91 #define HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED BIT(2) macro
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dhyperv_features.c598 vcpu_set_cpuid_feature(vcpu, HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED); in guest_test_hcalls_access()
/linux-6.12.1/arch/x86/kvm/
Dhyperv.c2501 HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED; in hv_check_hypercall_access()
2852 ent->eax |= HV_X64_REMOTE_TLB_FLUSH_RECOMMENDED; in kvm_get_hv_cpuid()