Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/kvm/
Dhyperv.c1937 u64 flush_all_entry = KVM_HV_TLB_FLUSHALL_ENTRY; in hv_tlb_flush_enqueue()
1980 if (entries[i] == KVM_HV_TLB_FLUSHALL_ENTRY) in kvm_hv_vcpu_flush_tlb()
/linux-6.12.1/arch/x86/include/asm/
Dkvm_host.h652 #define KVM_HV_TLB_FLUSHALL_ENTRY ((u64)-1) macro