Lines Matching +full:0 +full:x180

18 #define LOAPIC_ID 0x020		  /* Local APIC ID Reg */
19 #define LOAPIC_VER 0x030 /* Local APIC Version Reg */
20 #define LOAPIC_TPR 0x080 /* Task Priority Reg */
21 #define LOAPIC_APR 0x090 /* Arbitration Priority Reg */
22 #define LOAPIC_PPR 0x0a0 /* Processor Priority Reg */
23 #define LOAPIC_EOI 0x0b0 /* EOI Reg */
24 #define LOAPIC_LDR 0x0d0 /* Logical Destination Reg */
25 #define LOAPIC_DFR 0x0e0 /* Destination Format Reg */
26 #define LOAPIC_SVR 0x0f0 /* Spurious Interrupt Reg */
27 #define LOAPIC_ISR 0x100 /* In-service Reg */
28 #define LOAPIC_TMR 0x180 /* Trigger Mode Reg */
29 #define LOAPIC_IRR 0x200 /* Interrupt Request Reg */
30 #define LOAPIC_ESR 0x280 /* Error Status Reg */
31 #define LOAPIC_ICRLO 0x300 /* Interrupt Command Reg */
32 #define LOAPIC_ICRHI 0x310 /* Interrupt Command Reg */
33 #define LOAPIC_TIMER 0x320 /* LVT (Timer) */
34 #define LOAPIC_THERMAL 0x330 /* LVT (Thermal) */
35 #define LOAPIC_PMC 0x340 /* LVT (PMC) */
36 #define LOAPIC_LINT0 0x350 /* LVT (LINT0) */
37 #define LOAPIC_LINT1 0x360 /* LVT (LINT1) */
38 #define LOAPIC_ERROR 0x370 /* LVT (ERROR) */
39 #define LOAPIC_TIMER_ICR 0x380 /* Timer Initial Count Reg */
40 #define LOAPIC_TIMER_CCR 0x390 /* Timer Current Count Reg */
41 #define LOAPIC_TIMER_CONFIG 0x3e0 /* Timer Divide Config Reg */
42 #define LOAPIC_SELF_IPI 0x3f0 /* Self IPI Reg, only support in X2APIC mode */
44 #define LOAPIC_ICR_BUSY 0x00001000 /* delivery status: 1 = busy */
46 #define LOAPIC_ICR_IPI_OTHERS 0x000C4000U /* normal IPI to other CPUs */
47 #define LOAPIC_ICR_IPI_INIT 0x00004500U
48 #define LOAPIC_ICR_IPI_STARTUP 0x00004600U
50 #define LOAPIC_LVT_MASKED 0x00010000 /* mask */
159 * @param apic_id If applicable, the target CPU APIC ID (0 otherwise).
161 * @param vector If applicable, the target vector (0 otherwise).