Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | x86_init_mpparse |
struct | x86_init_resources |
struct | x86_init_irqs |
struct | x86_init_oem |
struct | x86_init_mapping |
struct | x86_init_paging |
struct | x86_init_timers |
struct | x86_init_iommu |
struct | x86_init_pci |
struct | x86_init_ops |
struct | x86_cpuinit_ops |
struct | x86_platform_ops |
struct | x86_msi_ops |
struct | x86_io_apic_ops |
Functions | |
void | x86_init_noop (void) |
void | x86_init_uint_noop (unsigned int unused) |
Variables | |
struct x86_init_ops | x86_init |
struct x86_cpuinit_ops | x86_cpuinit |
struct x86_platform_ops | x86_platform |
struct x86_msi_ops | x86_msi |
struct x86_io_apic_ops | x86_io_apic_ops |
Definition at line 27 of file x86_init.c.
Definition at line 28 of file x86_init.c.
struct x86_cpuinit_ops x86_cpuinit |
struct x86_init_ops x86_init |
Definition at line 120 of file x86_init.c.
struct x86_msi_ops x86_msi |
Definition at line 113 of file x86_init.c.
struct x86_platform_ops x86_platform |
Definition at line 99 of file x86_init.c.