Searched refs:dest_map (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | ioapic.c | 99 bitmap_zero(ioapic->rtc_status.dest_map.map, KVM_MAX_VCPU_ID); in rtc_irq_eoi_tracking_reset() 114 struct dest_map *dest_map = &ioapic->rtc_status.dest_map; in __rtc_irq_eoi_tracking_restore_one() local 124 old_val = test_bit(vcpu->vcpu_id, dest_map->map); in __rtc_irq_eoi_tracking_restore_one() 130 __set_bit(vcpu->vcpu_id, dest_map->map); in __rtc_irq_eoi_tracking_restore_one() 131 dest_map->vectors[vcpu->vcpu_id] = e->fields.vector; in __rtc_irq_eoi_tracking_restore_one() 134 __clear_bit(vcpu->vcpu_id, dest_map->map); in __rtc_irq_eoi_tracking_restore_one() 165 struct dest_map *dest_map = &ioapic->rtc_status.dest_map; in rtc_irq_eoi() local 168 if (test_bit(vcpu->vcpu_id, dest_map->map) && in rtc_irq_eoi() 169 (vector == dest_map->vectors[vcpu->vcpu_id]) && in rtc_irq_eoi() 171 ioapic->rtc_status.dest_map.map))) { in rtc_irq_eoi() [all …]
|
| H A D | ioapic.h | 44 struct dest_map { struct 58 struct dest_map dest_map; argument
|
| H A D | lapic.h | 69 struct dest_map; 97 struct dest_map *dest_map); 102 struct kvm_lapic_irq *irq, int *r, struct dest_map *dest_map);
|
| H A D | irq_comm.c | 48 struct kvm_lapic_irq *irq, struct dest_map *dest_map) in kvm_irq_delivery_to_apic() argument 55 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()
|
| H A D | irq.h | 113 struct dest_map *dest_map);
|
| H A D | lapic.c | 593 struct dest_map *dest_map); 596 struct dest_map *dest_map) in kvm_apic_set_irq() argument 601 irq->level, irq->trig_mode, dest_map); in kvm_apic_set_irq() 983 struct kvm_lapic_irq *irq, int *r, struct dest_map *dest_map) in kvm_irq_delivery_to_apic_fast() argument 998 *r = kvm_apic_set_irq(src->vcpu, irq, dest_map); in kvm_irq_delivery_to_apic_fast() 1011 *r += kvm_apic_set_irq(dst[i]->vcpu, irq, dest_map); in kvm_irq_delivery_to_apic_fast() 1067 struct dest_map *dest_map) in __apic_accept_irq() argument 1088 if (dest_map) { in __apic_accept_irq() 1089 __set_bit(vcpu->vcpu_id, dest_map->map); in __apic_accept_irq() 1090 dest_map->vectors[vcpu->vcpu_id] = vector; in __apic_accept_irq()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/ |
| H A D | b44.c | 731 struct ring_info *src_map, *dest_map; in b44_recycle_rx() local 738 dest_map = &bp->rx_buffers[dest_idx]; in b44_recycle_rx() 742 dest_map->skb = src_map->skb; in b44_recycle_rx() 746 dest_map->mapping = src_map->mapping; in b44_recycle_rx() 769 dma_sync_single_for_device(bp->sdev->dma_dev, dest_map->mapping, in b44_recycle_rx()
|
| H A D | tg3.c | 6749 struct ring_info *src_map, *dest_map; in tg3_recycle_rx() local 6757 dest_map = &dpr->rx_std_buffers[dest_idx]; in tg3_recycle_rx() 6765 dest_map = &dpr->rx_jmb_buffers[dest_idx]; in tg3_recycle_rx() 6774 dest_map->data = src_map->data; in tg3_recycle_rx() 6775 dma_unmap_addr_set(dest_map, mapping, in tg3_recycle_rx()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | machine.c | 1122 struct map *dest_map; in machine__map_x86_64_entry_trampolines() local 1127 dest_map = maps__find(kmaps, map->pgoff); in machine__map_x86_64_entry_trampolines() 1128 if (dest_map != map) in machine__map_x86_64_entry_trampolines() 1129 map->pgoff = dest_map->map_ip(dest_map, map->pgoff); in machine__map_x86_64_entry_trampolines()
|