Searched refs:vp_set (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/x86/ |
| H A D | hyperv_ipi.c | 45 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() 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() 165 ipi_ex->vp_set.format = HV_GENERIC_SET_SPARSE_4K; in sender_guest_code() 166 ipi_ex->vp_set.valid_bank_mask = 1 << 1 | 1; in sender_guest_code() 167 ipi_ex->vp_set.bank_contents[0] = BIT(RECEIVER_VCPU_ID_1); in sender_guest_code() 188 ipi_ex->vp_set.format = HV_GENERIC_SET_ALL; in sender_guest_code() [all …]
|
| /linux-6.15/arch/x86/hyperv/ |
| H A D | hv_apic.c | 125 ipi_arg->vp_set.valid_bank_mask = 0; in __send_ipi_mask_ex() 132 ipi_arg->vp_set.format = HV_GENERIC_SET_SPARSE_4K; in __send_ipi_mask_ex() 134 nr_bank = cpumask_to_vpset_skip(&ipi_arg->vp_set, mask, in __send_ipi_mask_ex() 145 ipi_arg->vp_set.format = HV_GENERIC_SET_ALL; in __send_ipi_mask_ex()
|
| H A D | irqdomain.c | 43 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()
|
| /linux-6.15/drivers/virtio/ |
| H A D | virtio_pci_legacy.c | 64 static void vp_set(struct virtio_device *vdev, unsigned int offset, in vp_set() function 191 .set = vp_set,
|
| H A D | virtio_pci_modern.c | 473 static void vp_set(struct virtio_device *vdev, unsigned int offset, in vp_set() function 1238 .set = vp_set,
|
| /linux-6.15/include/hyperv/ |
| H A D | hvhdk_mini.h | 320 struct hv_vpset vp_set; member
|
| H A D | hvgdk_mini.h | 1342 struct hv_vpset vp_set; member
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | hyperv.c | 2256 send_ipi_ex.vp_set.format = hc->outgpa; in kvm_hv_send_ipi() 2257 send_ipi_ex.vp_set.valid_bank_mask = sse128_lo(hc->xmm[0]); in kvm_hv_send_ipi() 2261 send_ipi_ex.vp_set.format, in kvm_hv_send_ipi() 2262 send_ipi_ex.vp_set.valid_bank_mask); in kvm_hv_send_ipi() 2265 valid_bank_mask = send_ipi_ex.vp_set.valid_bank_mask; in kvm_hv_send_ipi() 2266 all_cpus = send_ipi_ex.vp_set.format == HV_GENERIC_SET_ALL; in kvm_hv_send_ipi() 2279 vp_set.bank_contents); in kvm_hv_send_ipi()
|
| /linux-6.15/drivers/pci/controller/ |
| H A D | pci-hyperv.c | 671 nr_bank = cpumask_to_vpset(¶ms->int_target.vp_set, tmp); in hv_arch_irq_unmask()
|