Home
last modified time | relevance | path

Searched refs:HT_IRQ_HIGH_DEST_ID_MASK (Results 1 – 2 of 2) sorted by relevance

/arch/x86/include/asm/
Dhypertransport.h41 #define HT_IRQ_HIGH_DEST_ID_MASK 0x00ffffff macro
43 ((((v) >> 8) << HT_IRQ_HIGH_DEST_ID_SHIFT) & HT_IRQ_HIGH_DEST_ID_MASK)
/arch/x86/kernel/apic/
Dio_apic.c3544 msg.address_hi &= ~(HT_IRQ_HIGH_DEST_ID_MASK); in target_ht_irq()