Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/apic/
Dipi.c181 vector, APIC_DEST_PHYSICAL); in default_send_IPI_single_phys()
198 query_cpu), vector, APIC_DEST_PHYSICAL); in default_send_IPI_mask_sequence_phys()
217 query_cpu), vector, APIC_DEST_PHYSICAL); in default_send_IPI_mask_allbutself_phys()
Dx2apic_phys.c48 __x2apic_send_IPI_dest(dest, vector, APIC_DEST_PHYSICAL); in x2apic_send_IPI()
68 vector, APIC_DEST_PHYSICAL); in __x2apic_send_IPI_mask()
Dapic_numachip.c108 APIC_DEST_PHYSICAL); in numachip_send_IPI_one()
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dapicdef.h80 #define APIC_DEST_PHYSICAL 0x00000 macro
Dkvm_host.h1088 return dest_mode_logical ? APIC_DEST_LOGICAL : APIC_DEST_PHYSICAL; in kvm_lapic_irq_dest_mode()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h406 #define APIC_DEST_PHYSICAL 0x00000 macro
/kernel/linux/linux-5.10/arch/x86/kvm/
Dirq_comm.c58 if (irq->dest_mode == APIC_DEST_PHYSICAL && in kvm_irq_delivery_to_apic()
Dlapic.c844 if (dest_mode == APIC_DEST_PHYSICAL) in kvm_apic_match_dest()
928 if (irq->dest_mode == APIC_DEST_PHYSICAL) { in kvm_apic_map_get_dest_lapic()
Dhyperv.c440 irq.dest_mode = APIC_DEST_PHYSICAL; in synic_set_irq()
Dx86.c1831 ((data & APIC_DEST_MASK) == APIC_DEST_PHYSICAL) && in handle_fastpath_set_x2apic_icr_irqoff()
8150 lapic_irq.dest_mode = APIC_DEST_PHYSICAL; in kvm_pv_kick_cpu_op()