Lines Matching refs:mp_config_table
36 struct mp_config_table { struct
227 static inline ulong mp_next_mpc_entry(struct mp_config_table *mc) in mp_next_mpc_entry()
241 static inline void mp_add_mpc_entry(struct mp_config_table *mc, uint length) in mp_add_mpc_entry()
257 static inline ulong mp_next_mpe_entry(struct mp_config_table *mc) in mp_next_mpe_entry()
271 static inline void mp_add_mpe_entry(struct mp_config_table *mc, in mp_add_mpe_entry()
287 struct mp_config_table *mp_write_floating_table(struct mp_floating_table *mf);
296 void mp_config_table_init(struct mp_config_table *mc);
305 void mp_write_processor(struct mp_config_table *mc);
316 void mp_write_bus(struct mp_config_table *mc, int id, const char *bustype);
328 void mp_write_ioapic(struct mp_config_table *mc, int id, int ver, u32 apicaddr);
343 void mp_write_intsrc(struct mp_config_table *mc, int irqtype, int irqflag,
359 void mp_write_pci_intsrc(struct mp_config_table *mc, int irqtype,
375 void mp_write_lintsrc(struct mp_config_table *mc, int irqtype, int irqflag,
392 void mp_write_address_space(struct mp_config_table *mc,
407 void mp_write_bus_hierarchy(struct mp_config_table *mc,
421 void mp_write_compat_address_space(struct mp_config_table *mc, int busid,
432 u32 mptable_finalize(struct mp_config_table *mc);