Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/
Dioapic.c92 bitmap_zero(ioapic->rtc_status.dest_map.map, KVM_MAX_VCPU_ID); in rtc_irq_eoi_tracking_reset()
107 struct dest_map *dest_map = &ioapic->rtc_status.dest_map; in __rtc_irq_eoi_tracking_restore_one() local
116 old_val = test_bit(vcpu->vcpu_id, dest_map->map); in __rtc_irq_eoi_tracking_restore_one()
122 __set_bit(vcpu->vcpu_id, dest_map->map); in __rtc_irq_eoi_tracking_restore_one()
123 dest_map->vectors[vcpu->vcpu_id] = e->fields.vector; in __rtc_irq_eoi_tracking_restore_one()
126 __clear_bit(vcpu->vcpu_id, dest_map->map); in __rtc_irq_eoi_tracking_restore_one()
157 ioapic->rtc_status.dest_map.map)) { in rtc_irq_eoi()
237 struct dest_map *dest_map = &ioapic->rtc_status.dest_map; in kvm_ioapic_scan_entry() local
244 if (test_bit(vcpu->vcpu_id, dest_map->map)) in kvm_ioapic_scan_entry()
245 __set_bit(dest_map->vectors[vcpu->vcpu_id], in kvm_ioapic_scan_entry()
[all …]
Dioapic.h44 struct dest_map { struct
58 struct dest_map dest_map; member
131 struct dest_map *dest_map);
Dlapic.h65 struct dest_map;
91 struct dest_map *dest_map);
95 struct kvm_lapic_irq *irq, int *r, struct dest_map *dest_map);
Dirq_comm.c48 struct kvm_lapic_irq *irq, struct dest_map *dest_map) in kvm_irq_delivery_to_apic() argument
61 if (kvm_irq_delivery_to_apic_fast(kvm, src, irq, &r, dest_map)) in kvm_irq_delivery_to_apic()
77 r += kvm_apic_set_irq(vcpu, irq, dest_map); in kvm_irq_delivery_to_apic()
99 r = kvm_apic_set_irq(lowest, irq, dest_map); in kvm_irq_delivery_to_apic()
Dlapic.c549 struct dest_map *dest_map);
552 struct dest_map *dest_map) in kvm_apic_set_irq() argument
557 irq->level, irq->trig_mode, dest_map); in kvm_apic_set_irq()
944 struct kvm_lapic_irq *irq, int *r, struct dest_map *dest_map) in kvm_irq_delivery_to_apic_fast() argument
955 *r = kvm_apic_set_irq(src->vcpu, irq, dest_map); in kvm_irq_delivery_to_apic_fast()
968 *r += kvm_apic_set_irq(dst[i]->vcpu, irq, dest_map); in kvm_irq_delivery_to_apic_fast()
1024 struct dest_map *dest_map) in __apic_accept_irq() argument
1045 if (dest_map) { in __apic_accept_irq()
1046 __set_bit(vcpu->vcpu_id, dest_map->map); in __apic_accept_irq()
1047 dest_map->vectors[vcpu->vcpu_id] = vector; in __apic_accept_irq()
/Linux-v5.4/drivers/net/ethernet/broadcom/
Db44.c736 struct ring_info *src_map, *dest_map; in b44_recycle_rx() local
743 dest_map = &bp->rx_buffers[dest_idx]; in b44_recycle_rx()
747 dest_map->skb = src_map->skb; in b44_recycle_rx()
751 dest_map->mapping = src_map->mapping; in b44_recycle_rx()
774 dma_sync_single_for_device(bp->sdev->dma_dev, dest_map->mapping, in b44_recycle_rx()
Dtg3.c6755 struct ring_info *src_map, *dest_map; in tg3_recycle_rx() local
6763 dest_map = &dpr->rx_std_buffers[dest_idx]; in tg3_recycle_rx()
6771 dest_map = &dpr->rx_jmb_buffers[dest_idx]; in tg3_recycle_rx()
6780 dest_map->data = src_map->data; in tg3_recycle_rx()
6781 dma_unmap_addr_set(dest_map, mapping, in tg3_recycle_rx()
/Linux-v5.4/tools/perf/util/
Dmachine.c1062 struct map *dest_map; in machine__map_x86_64_entry_trampolines() local
1067 dest_map = map_groups__find(kmaps, map->pgoff); in machine__map_x86_64_entry_trampolines()
1068 if (dest_map != map) in machine__map_x86_64_entry_trampolines()
1069 map->pgoff = dest_map->map_ip(dest_map, map->pgoff); in machine__map_x86_64_entry_trampolines()