Home
last modified time | relevance | path

Searched refs:mp_config_table (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dmpspec.h36 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);
[all …]
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dmpspec.c26 struct mp_config_table *mp_write_floating_table(struct mp_floating_table *mf) in mp_write_floating_table()
45 return (struct mp_config_table *)mc; in mp_write_floating_table()
48 void mp_config_table_init(struct mp_config_table *mc) in mp_config_table_init()
51 mc->mpc_length = sizeof(struct mp_config_table); in mp_config_table_init()
67 void mp_write_processor(struct mp_config_table *mc) in mp_write_processor()
105 void mp_write_bus(struct mp_config_table *mc, int id, const char *bustype) in mp_write_bus()
116 void mp_write_ioapic(struct mp_config_table *mc, int id, int ver, u32 apicaddr) in mp_write_ioapic()
129 void mp_write_intsrc(struct mp_config_table *mc, int irqtype, int irqflag, in mp_write_intsrc()
145 void mp_write_pci_intsrc(struct mp_config_table *mc, int irqtype, in mp_write_pci_intsrc()
154 void mp_write_lintsrc(struct mp_config_table *mc, int irqtype, int irqflag, in mp_write_lintsrc()
[all …]