Lines Matching full:address

22 	u32 mpf_physptr;	/* Configuration table address */
42 u32 mpc_oemptr; /* OEM table address */
45 u32 mpc_lapic; /* Local APIC address */
218 * next base table entry start address
220 * This computes the end address of current MP configuration table, without
223 * @mc: configuration table header address
224 * @return: configuration table end address
237 * @mc: configuration table header address
248 * next extended table entry start address
250 * This computes the end address of current MP configuration table,
253 * @mc: configuration table header address
254 * @return: configuration table end address
267 * @mc: configuration table header address
268 * @mpe: extended table entry base address
280 * to its end address so that MP configuration table follows immediately
283 * @mf: MP floating table base address
284 * @return: MP configuration table header address
293 * @mc: MP configuration table header address
302 * @mc: MP configuration table header address
311 * @mc: MP configuration table header address
322 * @mc: MP configuration table header address
325 * @apicaddr: I/O APIC address
334 * @mc: MP configuration table header address
350 * @mc: MP configuration table header address
366 * @mc: MP configuration table header address
379 * mp_write_address_space() - Write a system address space entry
381 * This writes a system address space entry to the configuration table.
383 * @mc: MP configuration table header address
384 * @busid: bus id for the bus where system address space is mapped
385 * @addr_type: system address type
386 * @addr_base_low: starting address low
387 * @addr_base_high: starting address high
388 * @addr_length_low: address length low
389 * @addr_length_high: address length high
401 * @mc: MP configuration table header address
410 * mp_write_compat_address_space() - Write a compat bus address space entry
412 * This writes a compatibility bus address space modifier entry to the
415 * @mc: MP configuration table header address
417 * @addr_modifier: add or subtract to predefined address range list
418 * @range_list: list of predefined address space ranges
428 * @mc: MP configuration table header address
429 * @return: MP table end address
453 * This writes MP table at a given address.
455 * @addr: start address to write MP table
456 * @return: end address of MP table