Searched defs:early (Results 1 - 3 of 3) sorted by relevance

/arch/arm/mach-omap1/
H A Dboard-palmz71.c240 palmz71_gpio_setup(int early) argument
242 if (early) {
/arch/x86/kernel/
H A Dmpparse.c208 static int __init smp_read_mpc(struct mpc_table *mpc, unsigned early) argument
223 if (early)
453 static int __init check_physptr(struct mpf_intel *mpf, unsigned int early) argument
464 if (!smp_read_mpc(mpc, early)) {
475 if (early)
504 void __init default_get_smp_config(unsigned int early) argument
511 if (acpi_lapic && early)
536 if (early) {
548 if (check_physptr(mpf, early))
553 if (!early)
[all...]
/arch/x86/pci/
H A Dmmconfig-shared.c498 struct pci_mmcfg_region *cfg, int early)
500 if (!early && !acpi_disabled) {
533 static void __init pci_mmcfg_reject_broken(int early) argument
538 if (pci_mmcfg_check_reserved(NULL, cfg, early) == 0) {
613 static void __init __pci_mmcfg_init(int early) argument
615 pci_mmcfg_reject_broken(early);
497 pci_mmcfg_check_reserved(struct device *dev, struct pci_mmcfg_region *cfg, int early) argument

Completed in 269 milliseconds