Home
last modified time | relevance | path

Searched refs:vp_set (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_ipi.c47 struct hv_vpset vp_set; member
121 ipi_ex->vp_set.format = HV_GENERIC_SET_SPARSE_4K; in sender_guest_code()
122 ipi_ex->vp_set.valid_bank_mask = 1 << 0; in sender_guest_code()
123 ipi_ex->vp_set.bank_contents[0] = BIT(RECEIVER_VCPU_ID_1); in sender_guest_code()
131 hyperv_write_xmm_input(&ipi_ex->vp_set.valid_bank_mask, 1); in sender_guest_code()
143 ipi_ex->vp_set.format = HV_GENERIC_SET_SPARSE_4K; in sender_guest_code()
144 ipi_ex->vp_set.valid_bank_mask = 1 << 1; in sender_guest_code()
145 ipi_ex->vp_set.bank_contents[0] = BIT(RECEIVER_VCPU_ID_2 - 64); in sender_guest_code()
153 hyperv_write_xmm_input(&ipi_ex->vp_set.valid_bank_mask, 1); in sender_guest_code()
165 ipi_ex->vp_set.format = HV_GENERIC_SET_SPARSE_4K; in sender_guest_code()
[all …]
/openbmc/linux/arch/x86/hyperv/
H A Dhv_apic.c126 ipi_arg->vp_set.valid_bank_mask = 0; in __send_ipi_mask_ex()
133 ipi_arg->vp_set.format = HV_GENERIC_SET_SPARSE_4K; in __send_ipi_mask_ex()
135 nr_bank = cpumask_to_vpset_skip(&(ipi_arg->vp_set), mask, in __send_ipi_mask_ex()
146 ipi_arg->vp_set.format = HV_GENERIC_SET_ALL; in __send_ipi_mask_ex()
H A Dirqdomain.c43 intr_desc->target.vp_set.valid_bank_mask = 0; in hv_map_interrupt()
44 intr_desc->target.vp_set.format = HV_GENERIC_SET_SPARSE_4K; in hv_map_interrupt()
45 nr_bank = cpumask_to_vpset(&(intr_desc->target.vp_set), cpumask_of(cpu)); in hv_map_interrupt()
/openbmc/linux/drivers/virtio/
H A Dvirtio_pci_legacy.c64 static void vp_set(struct virtio_device *vdev, unsigned int offset, in vp_set() function
191 .set = vp_set,
H A Dvirtio_pci_modern.c104 static void vp_set(struct virtio_device *vdev, unsigned int offset, in vp_set() function
516 .set = vp_set,
/openbmc/linux/include/asm-generic/
H A Dhyperv-tlfs.h435 struct hv_vpset vp_set; member
616 struct hv_vpset vp_set; member
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c2206 send_ipi_ex.vp_set.format = hc->outgpa; in kvm_hv_send_ipi()
2207 send_ipi_ex.vp_set.valid_bank_mask = sse128_lo(hc->xmm[0]); in kvm_hv_send_ipi()
2211 send_ipi_ex.vp_set.format, in kvm_hv_send_ipi()
2212 send_ipi_ex.vp_set.valid_bank_mask); in kvm_hv_send_ipi()
2215 valid_bank_mask = send_ipi_ex.vp_set.valid_bank_mask; in kvm_hv_send_ipi()
2216 all_cpus = send_ipi_ex.vp_set.format == HV_GENERIC_SET_ALL; in kvm_hv_send_ipi()
2229 vp_set.bank_contents); in kvm_hv_send_ipi()
/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c678 nr_bank = cpumask_to_vpset(&params->int_target.vp_set, tmp); in hv_arch_irq_unmask()