Lines Matching +full:0 +full:xfec00000
14 #define IOAPIC_VERSION_ID 0x11 /* IOAPIC version */
15 #define IOAPIC_EDGE_TRIG 0
18 #define IOAPIC_DEFAULT_BASE_ADDRESS 0xfec00000
19 #define IOAPIC_MEM_LENGTH 0x100
22 #define IOAPIC_REG_SELECT 0x00
23 #define IOAPIC_REG_WINDOW 0x10
26 #define IOAPIC_REG_APIC_ID 0x00 /* x86 IOAPIC only */
27 #define IOAPIC_REG_VERSION 0x01
28 #define IOAPIC_REG_ARB_ID 0x02 /* x86 IOAPIC only */
31 #define IOAPIC_FIXED 0x0
32 #define IOAPIC_LOWEST_PRIORITY 0x1
33 #define IOAPIC_PMI 0x2
34 #define IOAPIC_NMI 0x4
35 #define IOAPIC_INIT 0x5
36 #define IOAPIC_EXTINT 0x7
99 } while (0)
101 #define ASSERT(x) do { } while (0)