Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dapicdef.h89 #define APIC_DEST_PHYSICAL 0x00000 macro
H A Dkvm_host.h1722 return dest_mode_logical ? APIC_DEST_LOGICAL : APIC_DEST_PHYSICAL; in kvm_lapic_irq_dest_mode()
/linux/arch/x86/kernel/apic/
H A Dx2apic_savic.c248 icr_low = __prepare_ICR(dsh, vector, APIC_DEST_PHYSICAL); in send_ipi()
/linux/tools/testing/selftests/kvm/x86/
H A Dxapic_ipi_test.c149 icr_val = (APIC_DEST_PHYSICAL | APIC_DM_FIXED | IPI_VECTOR); in sender_guest_code()
/linux/arch/x86/kvm/
H A Dlapic.c1083 if (dest_mode == APIC_DEST_PHYSICAL) in kvm_apic_match_dest()
1169 if (irq->dest_mode == APIC_DEST_PHYSICAL) { in kvm_apic_map_get_dest_lapic()
1346 if (irq->dest_mode == APIC_DEST_PHYSICAL && in __kvm_irq_delivery_to_apic()
H A Dxen.c624 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.c10285 .dest_mode = APIC_DEST_PHYSICAL, in kvm_pv_kick_cpu_op()
/linux/arch/x86/kvm/svm/
H A Davic.c532 if (dest_mode == APIC_DEST_PHYSICAL) { in avic_kick_target_vcpus_fast()