Lines Matching refs:mp_config_table
35 struct mp_config_table { struct
226 static inline ulong mp_next_mpc_entry(struct mp_config_table *mc) in mp_next_mpc_entry()
240 static inline void mp_add_mpc_entry(struct mp_config_table *mc, uint length) in mp_add_mpc_entry()
256 static inline ulong mp_next_mpe_entry(struct mp_config_table *mc) in mp_next_mpe_entry()
270 static inline void mp_add_mpe_entry(struct mp_config_table *mc, in mp_add_mpe_entry()
286 struct mp_config_table *mp_write_floating_table(struct mp_floating_table *mf);
295 void mp_config_table_init(struct mp_config_table *mc);
304 void mp_write_processor(struct mp_config_table *mc);
315 void mp_write_bus(struct mp_config_table *mc, int id, const char *bustype);
327 void mp_write_ioapic(struct mp_config_table *mc, int id, int ver, u32 apicaddr);
342 void mp_write_intsrc(struct mp_config_table *mc, int irqtype, int irqflag,
358 void mp_write_pci_intsrc(struct mp_config_table *mc, int irqtype,
374 void mp_write_lintsrc(struct mp_config_table *mc, int irqtype, int irqflag,
391 void mp_write_address_space(struct mp_config_table *mc,
406 void mp_write_bus_hierarchy(struct mp_config_table *mc,
420 void mp_write_compat_address_space(struct mp_config_table *mc, int busid,
431 u32 mptable_finalize(struct mp_config_table *mc);