Home
last modified time | relevance | path

Searched refs:APIC_DM_LOWEST (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/tools/testing/selftests/kvm/include/x86_64/
Dapic.h53 #define APIC_DM_LOWEST 0x00100 macro
/linux-6.6.21/arch/x86/include/asm/
Dapicdef.h85 #define APIC_DM_LOWEST 0x00100 macro
Dkvm_host.h2196 irq->delivery_mode == APIC_DM_LOWEST); in kvm_irq_is_postable()
/linux-6.6.21/arch/x86/kvm/
Dlapic.h244 return (irq->delivery_mode == APIC_DM_LOWEST || in kvm_lowest_prio_delivery()
Dlapic.c1298 case APIC_DM_LOWEST: in __apic_accept_irq()