Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/kvm/include/x86_64/
Dhyperv.h167 #define HV_FLUSH_ALL_PROCESSORS BIT(0) macro
/linux-5.19.10/arch/x86/hyperv/
Dmmu.c96 flush->flags |= HV_FLUSH_ALL_PROCESSORS; in hyperv_flush_tlb_multi()
/linux-5.19.10/include/asm-generic/
Dhyperv-tlfs.h167 #define HV_FLUSH_ALL_PROCESSORS BIT(0) macro
/linux-5.19.10/arch/x86/kvm/
Dhyperv.c1835 all_cpus = (flush.flags & HV_FLUSH_ALL_PROCESSORS) || in kvm_hv_flush_tlb()