Lines Matching +full:0 +full:x04000
15 #define APIC_DEFAULT_GPA 0xfee00000ULL
18 #define MSR_IA32_APICBASE 0x0000001b
22 #define MSR_IA32_APICBASE_BASE (0xfffff<<12)
25 #define APIC_BASE_MSR 0x800
27 #define APIC_ID 0x20
28 #define APIC_LVR 0x30
29 #define GET_APIC_ID_FIELD(x) (((x) >> 24) & 0xFF)
30 #define APIC_TASKPRI 0x80
31 #define APIC_PROCPRI 0xA0
32 #define APIC_EOI 0xB0
33 #define APIC_SPIV 0xF0
36 #define APIC_IRR 0x200
37 #define APIC_ICR 0x300
38 #define APIC_LVTCMCI 0x2f0
39 #define APIC_DEST_SELF 0x40000
40 #define APIC_DEST_ALLINC 0x80000
41 #define APIC_DEST_ALLBUT 0xC0000
42 #define APIC_ICR_RR_MASK 0x30000
43 #define APIC_ICR_RR_INVALID 0x00000
44 #define APIC_ICR_RR_INPROG 0x10000
45 #define APIC_ICR_RR_VALID 0x20000
46 #define APIC_INT_LEVELTRIG 0x08000
47 #define APIC_INT_ASSERT 0x04000
48 #define APIC_ICR_BUSY 0x01000
49 #define APIC_DEST_LOGICAL 0x00800
50 #define APIC_DEST_PHYSICAL 0x00000
51 #define APIC_DM_FIXED 0x00000
52 #define APIC_DM_FIXED_MASK 0x00700
53 #define APIC_DM_LOWEST 0x00100
54 #define APIC_DM_SMI 0x00200
55 #define APIC_DM_REMRD 0x00300
56 #define APIC_DM_NMI 0x00400
57 #define APIC_DM_INIT 0x00500
58 #define APIC_DM_STARTUP 0x00600
59 #define APIC_DM_EXTINT 0x00700
60 #define APIC_VECTOR_MASK 0x000FF
61 #define APIC_ICR2 0x310