Home
last modified time | relevance | path

Searched refs:KVM_HV_TLB_FLUSHALL_ENTRY (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c1886 u64 flush_all_entry = KVM_HV_TLB_FLUSHALL_ENTRY; in hv_tlb_flush_enqueue()
1929 if (entries[i] == KVM_HV_TLB_FLUSHALL_ENTRY) in kvm_hv_vcpu_flush_tlb()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h628 #define KVM_HV_TLB_FLUSHALL_ENTRY ((u64)-1) macro