/kernel/linux/linux-5.10/arch/x86/kernel/apic/ |
H A D | ipi.c | 181 vector, APIC_DEST_PHYSICAL); in default_send_IPI_single_phys() local 198 query_cpu), vector, APIC_DEST_PHYSICAL); in default_send_IPI_mask_sequence_phys() local 217 query_cpu), vector, APIC_DEST_PHYSICAL); in default_send_IPI_mask_allbutself_phys() local
|
H A D | x2apic_phys.c | 48 __x2apic_send_IPI_dest(dest, vector, APIC_DEST_PHYSICAL); in x2apic_send_IPI() 68 vector, APIC_DEST_PHYSICAL); in __x2apic_send_IPI_mask() local
|
H A D | apic_numachip.c | 108 APIC_DEST_PHYSICAL); in numachip_send_IPI_one()
|
/kernel/linux/linux-6.6/arch/x86/kernel/apic/ |
H A D | ipi.c | 186 vector, APIC_DEST_PHYSICAL); in default_send_IPI_single_phys() local 198 cpu), vector, APIC_DEST_PHYSICAL); in default_send_IPI_mask_sequence_phys() local 214 cpu), vector, APIC_DEST_PHYSICAL); in default_send_IPI_mask_allbutself_phys() local
|
H A D | x2apic_phys.c | 50 __x2apic_send_IPI_dest(dest, vector, APIC_DEST_PHYSICAL); in x2apic_send_IPI() 70 vector, APIC_DEST_PHYSICAL); in __x2apic_send_IPI_mask() local
|
H A D | apic_numachip.c | 97 APIC_DEST_PHYSICAL); in numachip_send_IPI_one()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | apic.h | 50 #define APIC_DEST_PHYSICAL 0x00000 macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | apicdef.h | 80 #define APIC_DEST_PHYSICAL 0x00000 macro
|
H A D | kvm_host.h | 1090 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/ |
H A D | processor.h | 406 #define APIC_DEST_PHYSICAL 0x00000 macro
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | apicdef.h | 82 #define APIC_DEST_PHYSICAL 0x00000 macro
|
H A D | kvm_host.h | 1548 return dest_mode_logical ? APIC_DEST_LOGICAL : APIC_DEST_PHYSICAL; in kvm_lapic_irq_dest_mode()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | xapic_ipi_test.c | 150 icr_val = (APIC_DEST_PHYSICAL | APIC_DM_FIXED | IPI_VECTOR); in sender_guest_code()
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | irq_comm.c | 58 if (irq->dest_mode == APIC_DEST_PHYSICAL && in kvm_irq_delivery_to_apic()
|
H A D | lapic.c | 849 if (dest_mode == APIC_DEST_PHYSICAL) in kvm_apic_match_dest() 933 if (irq->dest_mode == APIC_DEST_PHYSICAL) { in kvm_apic_map_get_dest_lapic()
|
H A D | hyperv.c | 443 irq.dest_mode = APIC_DEST_PHYSICAL; in synic_set_irq()
|
H A D | x86.c | 1866 ((data & APIC_DEST_MASK) == APIC_DEST_PHYSICAL) && in handle_fastpath_set_x2apic_icr_irqoff() 8327 .dest_mode = APIC_DEST_PHYSICAL, in kvm_pv_kick_cpu_op()
|
/kernel/linux/linux-6.6/arch/x86/kvm/ |
H A D | irq_comm.c | 58 if (irq->dest_mode == APIC_DEST_PHYSICAL && in kvm_irq_delivery_to_apic()
|
H A D | lapic.c | 1076 if (dest_mode == APIC_DEST_PHYSICAL) in kvm_apic_match_dest() 1159 if (irq->dest_mode == APIC_DEST_PHYSICAL) { in kvm_apic_map_get_dest_lapic()
|
H A D | xen.c | 481 irq.dest_mode = APIC_DEST_PHYSICAL; in kvm_xen_inject_vcpu_vector()
|
H A D | hyperv.c | 490 irq.dest_mode = APIC_DEST_PHYSICAL; in synic_set_irq()
|
H A D | x86.c | 2166 ((data & APIC_DEST_MASK) == APIC_DEST_PHYSICAL) && in handle_fastpath_set_x2apic_icr_irqoff() 9731 .dest_mode = APIC_DEST_PHYSICAL, in kvm_pv_kick_cpu_op()
|
/kernel/linux/linux-6.6/arch/x86/kvm/svm/ |
H A D | avic.c | 413 if (dest_mode == APIC_DEST_PHYSICAL) { in avic_kick_target_vcpus_fast()
|