Searched refs:APIC_DEST_SELF (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dapic.h39 #define APIC_DEST_SELF 0x40000 macro
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsvm_int_ctl_test.c43 APIC_DEST_SELF | APIC_INT_ASSERT | INTR_IRQ_NUMBER);
H A Dsmm_test.c55 APIC_DEST_SELF | APIC_INT_ASSERT | APIC_DM_SMI);
H A Dsvm_nested_soft_inject_test.c112 x2apic_write_reg(APIC_ICR, APIC_DEST_SELF | APIC_INT_ASSERT | APIC_DM_NMI);
H A Ddebug_regs.c27 x2apic_write_reg(APIC_ICR, APIC_DEST_SELF | APIC_INT_ASSERT |
H A Dxapic_state_test.c104 icr = APIC_DEST_SELF | APIC_INT_ASSERT | APIC_DM_FIXED;
/linux-master/arch/x86/kernel/apic/
H A Dipi.c247 __default_send_IPI_shortcut(APIC_DEST_SELF, vector);
/linux-master/arch/x86/include/asm/
H A Dapicdef.h78 #define APIC_DEST_SELF 0x40000 macro
/linux-master/arch/x86/kvm/
H A Dlapic.c1083 case APIC_DEST_SELF:
1152 if (irq->shorthand == APIC_DEST_SELF && src) {
1222 if (irq->shorthand == APIC_DEST_SELF) {
2392 kvm_apic_send_ipi(apic, APIC_DEST_SELF | val, 0);
H A Dhyperv.c489 irq.shorthand = APIC_DEST_SELF;

Completed in 177 milliseconds