Lines Matching +full:mbi +full:- +full:ranges

6  * SPDX-License-Identifier:	GPL-2.0+
81 #define BUSTYPE_MBI "MBI "
191 * X100 - X3FF
192 * X500 - X7FF
193 * X900 - XBFF
194 * XD00 - XFFF
198 * X3B0 - X3BB
199 * X3C0 - X3DF
200 * X7B0 - X7BB
201 * X7C0 - X7DF
202 * XBB0 - XBBB
203 * XBC0 - XBDF
204 * XFB0 - XFBB
205 * XFC0 - XCDF
218 * mp_next_mpc_entry() - Compute MP configuration table end to be used as
229 return (ulong)mc + mc->mpc_length; in mp_next_mpc_entry()
233 * mp_add_mpc_entry() - Add a base MP configuration table entry
243 mc->mpc_length += length; in mp_add_mpc_entry()
244 mc->mpc_entry_count++; in mp_add_mpc_entry()
248 * mp_next_mpe_entry() - Compute MP configuration table end to be used as
259 return (ulong)mc + mc->mpc_length + mc->mpe_length; in mp_next_mpe_entry()
263 * mp_add_mpe_entry() - Add an extended MP configuration table entry
274 mc->mpe_length += mpe->mpe_length; in mp_add_mpe_entry()
278 * mp_write_floating_table() - Write the MP floating table
290 * mp_config_table_init() - Initialize the MP configuration table header
299 * mp_write_processor() - Write a processor entry
308 * mp_write_bus() - Write a bus entry
319 * mp_write_ioapic() - Write an I/O APIC entry
331 * mp_write_intsrc() - Write an I/O interrupt assignment entry
347 * mp_write_pci_intsrc() - Write a PCI interrupt assignment entry
363 * mp_write_lintsrc() - Write a local interrupt assignment entry
380 * mp_write_address_space() - Write a system address space entry
398 * mp_write_bus_hierarchy() - Write a bus hierarchy descriptor entry
411 * mp_write_compat_address_space() - Write a compat bus address space entry
419 * @range_list: list of predefined address space ranges
425 * mptable_finalize() - Finalize the MP table
435 * mp_determine_pci_dstirq() - Determine PCI device's int pin on the I/O APIC
440 * do not conform to the normal chipset/board design where PIRQ[A-H] are mapped
441 * directly to I/O APIC INTPIN#16-23.
452 * write_mp_table() - Write MP table