Linux Kernel
3.7.1
|
#include <x86_init.h>
Data Fields | |
void(* | mpc_record )(unsigned int mode) |
void(* | setup_ioapic_ids )(void) |
int(* | mpc_apic_id )(struct mpc_cpu *m) |
void(* | smp_read_mpc_oem )(struct mpc_table *mpc) |
void(* | mpc_oem_pci_bus )(struct mpc_bus *m) |
void(* | mpc_oem_bus_info )(struct mpc_bus *m, char *name) |
void(* | find_smp_config )(void) |
void(* | get_smp_config )(unsigned int early) |
struct x86_init_mpparse - platform specific mpparse ops : platform specific mpc record accounting : platform specific ioapic id override : platform specific mpc apic id assignment : platform specific oem mpc table setup : platform specific pci bus setup (default NULL) : platform specific mpc bus info : find the smp configuration : get the smp configuration
Definition at line 23 of file x86_init.h.
Definition at line 30 of file x86_init.h.
Definition at line 31 of file x86_init.h.
Definition at line 24 of file x86_init.h.
Definition at line 25 of file x86_init.h.
Definition at line 27 of file x86_init.h.