Home
last modified time | relevance | path

Searched refs:FIX_IO_APIC_BASE_0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Dfixmap.h98 FIX_IO_APIC_BASE_0, enumerator
99 FIX_IO_APIC_BASE_END = FIX_IO_APIC_BASE_0 + MAX_IO_APICS - 1,
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c265 return (void __iomem *) __fix_to_virt(FIX_IO_APIC_BASE_0 + idx) in io_apic_base()
2699 unsigned long ioapic_phys, idx = FIX_IO_APIC_BASE_0; in io_apic_init_mappings()
2858 io_apic_set_fixmap(FIX_IO_APIC_BASE_0 + idx, address); in mp_register_ioapic()
2860 clear_fixmap(FIX_IO_APIC_BASE_0 + idx); in mp_register_ioapic()
2882 clear_fixmap(FIX_IO_APIC_BASE_0 + idx); in mp_register_ioapic()
2900 clear_fixmap(FIX_IO_APIC_BASE_0 + idx); in mp_register_ioapic()
2958 clear_fixmap(FIX_IO_APIC_BASE_0 + ioapic); in mp_unregister_ioapic()
/openbmc/linux/arch/x86/xen/
H A Dmmu_pv.c2053 case FIX_IO_APIC_BASE_0 ... FIX_IO_APIC_BASE_END: in xen_set_fixmap()