Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dioapic_internal.h34 #define IOAPIC_LVT_DEST_IDX_SHIFT 48 macro
H A Dioapic.c73 info->dest_idx = (entry >> IOAPIC_LVT_DEST_IDX_SHIFT) & 0xffff; in ioapic_entry_parse()