Searched refs:SYSTEM_BOOTING (Results 1 - 23 of 23) sorted by relevance

/linux-4.1.27/kernel/
H A Dasync.c117 if (initcall_debug && system_state == SYSTEM_BOOTING) { async_run_entry_fn()
124 if (initcall_debug && system_state == SYSTEM_BOOTING) { async_run_entry_fn()
287 if (initcall_debug && system_state == SYSTEM_BOOTING) { async_synchronize_cookie_domain()
294 if (initcall_debug && system_state == SYSTEM_BOOTING) { async_synchronize_cookie_domain()
H A Dextable.c76 if (system_state == SYSTEM_BOOTING && core_kernel_text()
H A Dnotifier.c223 if (unlikely(system_state == SYSTEM_BOOTING)) blocking_notifier_chain_register()
276 if (unlikely(system_state == SYSTEM_BOOTING)) blocking_notifier_chain_unregister()
431 if (unlikely(system_state == SYSTEM_BOOTING)) srcu_notifier_chain_register()
461 if (unlikely(system_state == SYSTEM_BOOTING)) srcu_notifier_chain_unregister()
/linux-4.1.27/arch/x86/include/asm/
H A Dxsave.h80 WARN_ON(system_state != SYSTEM_BOOTING); xsave_state_booting()
107 WARN_ON(system_state != SYSTEM_BOOTING); xrstor_state_booting()
H A Dfpu-internal.h534 if (unlikely(system_state == SYSTEM_BOOTING)) __save_fpu()
/linux-4.1.27/arch/blackfin/kernel/
H A Dbfin_gpio.c676 if (system_state == SYSTEM_BOOTING) peripheral_request()
701 if (system_state == SYSTEM_BOOTING) peripheral_request()
822 if (system_state == SYSTEM_BOOTING) bfin_gpio_request()
830 if (system_state == SYSTEM_BOOTING) bfin_gpio_request()
868 if (system_state == SYSTEM_BOOTING) bfin_gpio_free()
963 if (system_state == SYSTEM_BOOTING) bfin_gpio_irq_request()
996 if (system_state == SYSTEM_BOOTING) bfin_gpio_irq_free()
/linux-4.1.27/mm/
H A Dearly_ioremap.c105 WARN_ON(system_state != SYSTEM_BOOTING); __early_ioremap()
H A Dpage_alloc.c3968 * unless system_state == SYSTEM_BOOTING.
3973 * [protected by SYSTEM_BOOTING].
3979 if (system_state == SYSTEM_BOOTING) { build_all_zonelists()
H A Dvmscan.c3548 BUG_ON(system_state == SYSTEM_BOOTING); kswapd_run()
/linux-4.1.27/include/linux/
H A Ddmar.h101 system_state == SYSTEM_BOOTING; dmar_rcu_check()
H A Dkernel.h464 SYSTEM_BOOTING, enumerator in enum:system_states
/linux-4.1.27/drivers/cpufreq/
H A Dpasemi-cpufreq.c229 if (system_state != SYSTEM_BOOTING) pas_cpufreq_cpu_exit()
/linux-4.1.27/arch/x86/kernel/
H A Dtsc_sync.c135 if (cpu == (nr_cpu_ids-1) || system_state != SYSTEM_BOOTING) check_tsc_sync_source()
H A Dsmpboot.c694 if (system_state == SYSTEM_BOOTING) { announce_cpu()
/linux-4.1.27/drivers/xen/
H A Dmanage.c190 case SYSTEM_BOOTING: do_poweroff()
/linux-4.1.27/arch/x86/kernel/cpu/mcheck/
H A Dtherm_throt.c501 if (system_state == SYSTEM_BOOTING) intel_init_thermal()
/linux-4.1.27/arch/metag/kernel/
H A Dsmp.c566 if (system_state == SYSTEM_BOOTING || stop_this_cpu()
/linux-4.1.27/arch/arm64/kernel/
H A Dsmp.c547 if (system_state == SYSTEM_BOOTING || ipi_cpu_stop()
/linux-4.1.27/drivers/acpi/
H A Dpci_root.c530 bool hotadd = system_state != SYSTEM_BOOTING; acpi_pci_root_add()
/linux-4.1.27/arch/powerpc/kernel/
H A Dsmp.c97 if (system_state == SYSTEM_BOOTING && cpu_has_feature(CPU_FTR_SMT)) { smp_generic_cpu_bootable()
/linux-4.1.27/arch/arm/kernel/
H A Dsmp.c535 if (system_state == SYSTEM_BOOTING || ipi_cpu_stop()
/linux-4.1.27/drivers/iommu/
H A Dintel-iommu.c3729 if (system_state != SYSTEM_BOOTING && !intel_iommu_enabled) dmar_parse_one_atsr()
3971 if (!intel_iommu_enabled && system_state != SYSTEM_BOOTING) dmar_iommu_notify_scope_dev()
/linux-4.1.27/kernel/printk/
H A Dprintk.c970 if ((boot_delay == 0 || system_state != SYSTEM_BOOTING) boot_delay_msec()

Completed in 1046 milliseconds