Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
x86_init_mpparse Struct Reference

#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)
 

Detailed Description

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.

Field Documentation

void(* find_smp_config)(void)

Definition at line 30 of file x86_init.h.

void(* get_smp_config)(unsigned int early)

Definition at line 31 of file x86_init.h.

int(* mpc_apic_id)(struct mpc_cpu *m)

Definition at line 26 of file x86_init.h.

void(* mpc_oem_bus_info)(struct mpc_bus *m, char *name)

Definition at line 29 of file x86_init.h.

void(* mpc_oem_pci_bus)(struct mpc_bus *m)

Definition at line 28 of file x86_init.h.

void(* mpc_record)(unsigned int mode)

Definition at line 24 of file x86_init.h.

void(* setup_ioapic_ids)(void)

Definition at line 25 of file x86_init.h.

void(* smp_read_mpc_oem)(struct mpc_table *mpc)

Definition at line 27 of file x86_init.h.


The documentation for this struct was generated from the following file: