Searched refs:HV_GENERIC_SET_ALL (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_ipi.c33 HV_GENERIC_SET_ALL, enumerator in enum:HV_GENERIC_SET_FORMAT
185 /* 'Slow' HvCallSendSyntheticClusterIpiEx to HV_GENERIC_SET_ALL */
188 ipi_ex->vp_set.format = HV_GENERIC_SET_ALL;
195 * 'XMM Fast' HvCallSendSyntheticClusterIpiEx to HV_GENERIC_SET_ALL.
200 IPI_VECTOR, HV_GENERIC_SET_ALL);
H A Dhyperv_tlb_flush.c34 HV_GENERIC_SET_ALL, enumerator in enum:HV_GENERIC_SET_FORMAT
342 /* HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE_EX for HV_GENERIC_SET_ALL */
346 flush_ex->hv_vp_set.format = HV_GENERIC_SET_ALL;
355 /* HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST_EX for HV_GENERIC_SET_ALL */
359 flush_ex->hv_vp_set.format = HV_GENERIC_SET_ALL;
506 /* HVCALL_FLUSH_VIRTUAL_ADDRESS_SPACE_EX for HV_GENERIC_SET_ALL */
510 flush_ex->hv_vp_set.format = HV_GENERIC_SET_ALL;
521 /* HVCALL_FLUSH_VIRTUAL_ADDRESS_LIST_EX for HV_GENERIC_SET_ALL */
525 flush_ex->hv_vp_set.format = HV_GENERIC_SET_ALL;
/linux-master/arch/x86/hyperv/
H A Dhv_apic.c129 * Use HV_GENERIC_SET_ALL and avoid converting cpumask to VP_SET
146 ipi_arg->vp_set.format = HV_GENERIC_SET_ALL;
/linux-master/include/asm-generic/
H A Dhyperv-tlfs.h191 HV_GENERIC_SET_ALL, enumerator in enum:HV_GENERIC_SET_FORMAT
/linux-master/arch/x86/kvm/
H A Dhyperv.c2110 * case (HV_GENERIC_SET_ALL). Always adjust data_offset and
2263 all_cpus = send_ipi_ex.vp_set.format == HV_GENERIC_SET_ALL;

Completed in 362 milliseconds