Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dapic.h53 #define APIC_DM_LOWEST 0x00100 macro
/linux-6.1.9/arch/x86/include/asm/
Dapicdef.h83 #define APIC_DM_LOWEST 0x00100 macro
Dkvm_host.h2069 irq->delivery_mode == APIC_DM_LOWEST); in kvm_irq_is_postable()
/linux-6.1.9/arch/x86/kvm/
Dlapic.h240 return (irq->delivery_mode == APIC_DM_LOWEST || in kvm_lowest_prio_delivery()
Dlapic.c1134 case APIC_DM_LOWEST: in __apic_accept_irq()