Searched refs:dest_mode (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/uv/
H A Duv_irq.h18 dest_mode : 1, member in struct:uv_IO_APIC_route_entry
/linux-4.4.14/arch/x86/kvm/
H A Dirq_comm.c59 if (irq->dest_mode == 0 && irq->dest_id == 0xff && kvm_irq_delivery_to_apic()
73 irq->dest_id, irq->dest_mode)) kvm_for_each_vcpu()
103 irq->dest_mode = (1 << MSI_ADDR_DEST_MODE_SHIFT) & e->msi.address_lo; kvm_set_msi_irq()
283 irq->dest_id, irq->dest_mode)) kvm_for_each_vcpu()
359 u32 dest_id, dest_mode; kvm_scan_ioapic_routes() local
365 dest_mode = (entry->msi.address_lo >> 2) & 0x1; kvm_scan_ioapic_routes()
368 dest_id, dest_mode)) { kvm_scan_ioapic_routes()
H A Dioapic.h53 u8 dest_mode:1; member in struct:kvm_ioapic_redirect_entry::__anon3187
111 int short_hand, unsigned int dest, int dest_mode);
H A Dioapic.c116 e->fields.dest_mode)) __rtc_irq_eoi_tracking_restore_one()
249 e->fields.dest_id, e->fields.dest_mode) || kvm_ioapic_scan_entry()
322 ioapic_debug("dest=%x dest_mode=%x delivery_mode=%x " ioapic_service()
324 entry->fields.dest_id, entry->fields.dest_mode, ioapic_service()
330 irqe.dest_mode = entry->fields.dest_mode; ioapic_service()
H A Dlapic.c652 int short_hand, unsigned int dest, int dest_mode) kvm_apic_match_dest()
658 "dest_mode 0x%x, short_hand 0x%x\n", kvm_apic_match_dest()
659 target, source, dest, dest_mode, short_hand); kvm_apic_match_dest()
664 if (dest_mode == APIC_DEST_PHYSICAL) kvm_apic_match_dest()
713 if (irq->dest_mode == APIC_DEST_PHYSICAL) { kvm_irq_delivery_to_apic_fast()
776 if (irq->dest_mode == APIC_DEST_PHYSICAL) { kvm_intr_is_single_vcpu_fast()
1005 irq.dest_mode = icr_low & APIC_DEST_MASK; apic_send_ipi()
1019 "dest_mode 0x%x, delivery_mode 0x%x, vector 0x%x, " apic_send_ipi()
1022 irq.trig_mode, irq.level, irq.dest_mode, irq.delivery_mode, apic_send_ipi()
651 kvm_apic_match_dest(struct kvm_vcpu *vcpu, struct kvm_lapic *source, int short_hand, unsigned int dest, int dest_mode) kvm_apic_match_dest() argument
H A Dx86.c5873 lapic_irq.dest_mode = 0; kvm_pv_kick_cpu_op()
/linux-4.4.14/arch/x86/include/asm/
H A Dio_apic.h72 dest_mode : 1, /* 0: physical, 1: logical */ member in struct:IO_APIC_route_entry
H A Dkvm_host.h752 u16 dest_mode; member in struct:kvm_lapic_irq
/linux-4.4.14/arch/x86/platform/uv/
H A Duv_irq.c39 entry->dest_mode = apic->irq_dest_mode; uv_program_mmr()
/linux-4.4.14/arch/x86/include/uapi/asm/
H A Dkvm.h91 __u8 dest_mode:1; member in struct:kvm_ioapic_state::__anon3121::__anon3122
/linux-4.4.14/arch/x86/kernel/apic/
H A Dio_apic.c1273 entry.dest_mode == IOAPIC_DEST_MODE_LOGICAL ? io_apic_print_entries()
1447 entry.dest_mode = IOAPIC_DEST_MODE_PHYSICAL; native_disable_io_apic()
1982 entry1.dest_mode = IOAPIC_DEST_MODE_PHYSICAL; unlock_ExtINT_logic()
2893 entry->dest_mode = apic->irq_dest_mode; mp_setup_entry()
/linux-4.4.14/drivers/misc/sgi-xp/
H A Dxpc_uv.c41 dest_mode : 1, member in struct:uv_IO_APIC_route_entry

Completed in 378 milliseconds