Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/apic/ !
Dipi.c186 vector, APIC_DEST_PHYSICAL); in default_send_IPI_single_phys()
198 cpu), vector, APIC_DEST_PHYSICAL); in default_send_IPI_mask_sequence_phys()
214 cpu), vector, APIC_DEST_PHYSICAL); in default_send_IPI_mask_allbutself_phys()
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()
Dapic_numachip.c97 APIC_DEST_PHYSICAL); in numachip_send_IPI_one()
/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/ !
Dapic.h50 #define APIC_DEST_PHYSICAL 0x00000 macro
/linux-6.6.21/arch/x86/include/asm/ !
Dapicdef.h82 #define APIC_DEST_PHYSICAL 0x00000 macro
Dkvm_host.h1548 return dest_mode_logical ? APIC_DEST_LOGICAL : APIC_DEST_PHYSICAL; in kvm_lapic_irq_dest_mode()
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/ !
Dxapic_ipi_test.c150 icr_val = (APIC_DEST_PHYSICAL | APIC_DM_FIXED | IPI_VECTOR); in sender_guest_code()
/linux-6.6.21/arch/x86/kvm/ !
Dirq_comm.c58 if (irq->dest_mode == APIC_DEST_PHYSICAL && in kvm_irq_delivery_to_apic()
Dlapic.c1073 if (dest_mode == APIC_DEST_PHYSICAL) in kvm_apic_match_dest()
1156 if (irq->dest_mode == APIC_DEST_PHYSICAL) { in kvm_apic_map_get_dest_lapic()
Dxen.c481 irq.dest_mode = APIC_DEST_PHYSICAL; in kvm_xen_inject_vcpu_vector()
Dhyperv.c490 irq.dest_mode = APIC_DEST_PHYSICAL; in synic_set_irq()
Dx86.c2163 ((data & APIC_DEST_MASK) == APIC_DEST_PHYSICAL) && in handle_fastpath_set_x2apic_icr_irqoff()
9728 .dest_mode = APIC_DEST_PHYSICAL, in kvm_pv_kick_cpu_op()
/linux-6.6.21/arch/x86/kvm/svm/ !
Davic.c413 if (dest_mode == APIC_DEST_PHYSICAL) { in avic_kick_target_vcpus_fast()