Lines Matching refs:uint
22 static uint local_apic_version;
23 static uint local_apic_max_LVT_entries;
84 apic_ioapic_map.virtual_data_addr = (uint *)(APIC_IO_APIC_VIRT_BASE_ADDR + 0x10); in apic_io_apic_init()
85 apic_ioapic_map.virtual_EOI_addr = (uint *)(APIC_IO_APIC_VIRT_BASE_ADDR + 0x40); in apic_io_apic_init()
125 uint eax, edx; in apic_init_ap_core_local_apic()
194 …*(volatile uint *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_LVT_TIMER) = APIC… in __local_apic_xapic_init()
197 …*(volatile uint *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_LVT_THERMAL) = AP… in __local_apic_xapic_init()
199 …*(volatile uint *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_LVT_PERFORMANCE_M… in __local_apic_xapic_init()
202 …*(volatile uint *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_LVT_LINT0) = APIC… in __local_apic_xapic_init()
204 …*(volatile uint *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_LVT_LINT1) = APIC… in __local_apic_xapic_init()
206 …*(volatile uint *)(APIC_LOCAL_APIC_VIRT_BASE_ADDR + LOCAL_APIC_OFFSET_Local_APIC_LVT_ERROR) = APIC… in __local_apic_xapic_init()
283 uint a, b, c, d; in apic_local_apic_init()
315 uint eax, edx; in apic_local_apic_init()
600 uint apic_get_ics(const uint type, ul ret_vaddr[], uint *total) in apic_get_ics()
607 uint cnt = 0; in apic_get_ics()