Home
last modified time | relevance | path

Searched refs:APIC_DEST_PHYSICAL (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/x86/kernel/apic/
H A Dipi.c194 vector, APIC_DEST_PHYSICAL); in default_send_IPI_single_phys()
206 cpu), vector, APIC_DEST_PHYSICAL); in default_send_IPI_mask_sequence_phys()
222 cpu), vector, APIC_DEST_PHYSICAL); in default_send_IPI_mask_allbutself_phys()
H A Dx2apic_phys.c50 __x2apic_send_IPI_dest(dest, vector, APIC_DEST_PHYSICAL); in x2apic_send_IPI()
70 vector, APIC_DEST_PHYSICAL); in __x2apic_send_IPI_mask()
H A Dapic_numachip.c97 APIC_DEST_PHYSICAL); in numachip_send_IPI_one()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dapic.h50 #define APIC_DEST_PHYSICAL 0x00000 macro
/openbmc/linux/arch/x86/include/asm/
H A Dapicdef.h82 #define APIC_DEST_PHYSICAL 0x00000 macro
H A Dkvm_host.h1549 return dest_mode_logical ? APIC_DEST_LOGICAL : APIC_DEST_PHYSICAL; in kvm_lapic_irq_dest_mode()
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dxapic_ipi_test.c150 icr_val = (APIC_DEST_PHYSICAL | APIC_DM_FIXED | IPI_VECTOR); in sender_guest_code()
/openbmc/linux/arch/x86/kvm/
H A Dirq_comm.c58 if (irq->dest_mode == APIC_DEST_PHYSICAL && in kvm_irq_delivery_to_apic()
H A Dlapic.c1074 if (dest_mode == APIC_DEST_PHYSICAL) in kvm_apic_match_dest()
1157 if (irq->dest_mode == APIC_DEST_PHYSICAL) { in kvm_apic_map_get_dest_lapic()
H A Dxen.c481 irq.dest_mode = APIC_DEST_PHYSICAL; in kvm_xen_inject_vcpu_vector()
H A Dhyperv.c490 irq.dest_mode = APIC_DEST_PHYSICAL; in synic_set_irq()
H A Dx86.c2166 ((data & APIC_DEST_MASK) == APIC_DEST_PHYSICAL) && in handle_fastpath_set_x2apic_icr_irqoff()
9743 .dest_mode = APIC_DEST_PHYSICAL, in kvm_pv_kick_cpu_op()
/openbmc/linux/arch/x86/kvm/svm/
H A Davic.c413 if (dest_mode == APIC_DEST_PHYSICAL) { in avic_kick_target_vcpus_fast()