Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86/
H A Dapic.h52 #define APIC_DEST_PHYSICAL 0x00000 macro
/linux/tools/testing/selftests/kvm/x86/
H A Dxapic_tpr_test.c63 icr = APIC_DEST_SELF | APIC_DEST_PHYSICAL | APIC_DM_FIXED | in tpr_guest_irq_queue()
H A Dxapic_ipi_test.c149 icr_val = (APIC_DEST_PHYSICAL | APIC_DM_FIXED | IPI_VECTOR); in sender_guest_code()
/linux/arch/x86/kernel/apic/
H A Dx2apic_savic.c248 icr_low = __prepare_ICR(dsh, vector, APIC_DEST_PHYSICAL); in send_ipi()
/linux/arch/x86/kvm/svm/
H A Davic.c566 if (dest_mode == APIC_DEST_PHYSICAL) { in avic_kick_target_vcpus_fast()
/linux/arch/x86/include/asm/
H A Dkvm_host.h1754 return dest_mode_logical ? APIC_DEST_LOGICAL : APIC_DEST_PHYSICAL; in kvm_lapic_irq_dest_mode()
/linux/arch/x86/kvm/
H A Dxen.c624 irq.dest_mode = APIC_DEST_PHYSICAL; in kvm_xen_inject_vcpu_vector()
H A Dx86.c10337 .dest_mode = APIC_DEST_PHYSICAL, in kvm_pv_kick_cpu_op()