Home
last modified time | relevance | path

Searched refs:SYSTEM_RUNNING (Results 1 – 25 of 62) sorted by relevance

123

/openbmc/linux/drivers/firmware/arm_scmi/
H A Dscmi_power_control.c181 if (system_state > SYSTEM_RUNNING) in scmi_forceful_work_func()
295 if (system_state > SYSTEM_RUNNING) in scmi_userspace_notifier()
/openbmc/linux/arch/powerpc/platforms/powermac/
H A Dnvram.c199 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; in pmu_nvram_read_byte()
203 if (system_state == SYSTEM_RUNNING) in pmu_nvram_read_byte()
215 req.arg = system_state == SYSTEM_RUNNING ? &req_complete : NULL; in pmu_nvram_write_byte()
219 if (system_state == SYSTEM_RUNNING) in pmu_nvram_write_byte()
/openbmc/linux/lib/
H A Ddhry_run.c71 if (dhry_run && system_state == SYSTEM_RUNNING) in dhry_run_set()
/openbmc/linux/kernel/power/
H A Dautosleep.c37 system_state != SYSTEM_RUNNING) { in try_to_suspend()
H A Dhibernate.c345 system_state = SYSTEM_RUNNING; in create_image()
514 system_state = SYSTEM_RUNNING; in resume_target_kernel()
614 system_state = SYSTEM_RUNNING; in hibernation_platform_enter()
/openbmc/linux/drivers/clk/at91/
H A Dsckc.c79 if (system_state < SYSTEM_RUNNING) in clk_slow_osc_prepare()
193 if (system_state < SYSTEM_RUNNING) in clk_slow_rc_osc_prepare()
297 if (system_state < SYSTEM_RUNNING) in clk_sam9x5_slow_set_parent()
559 if (system_state < SYSTEM_RUNNING) in clk_sama5d4_slow_osc_prepare()
/openbmc/linux/drivers/i2c/
H A Di2c-core.h33 return system_state > SYSTEM_RUNNING && in i2c_in_atomic_xfer_mode()
/openbmc/linux/drivers/tee/optee/
H A DKconfig19 it is in SYSTEM_RUNNING. This also requires enabling the corresponding
/openbmc/linux/arch/arm64/kernel/
H A Dpatching.c21 return system_state < SYSTEM_RUNNING && in is_exit_text()
/openbmc/linux/kernel/
H A Dstatic_call_inline.c163 bool init = system_state < SYSTEM_RUNNING; in __static_call_update()
475 bool init = system_state < SYSTEM_RUNNING; in static_call_text_reserved()
H A Djump_label.c792 bool init = system_state < SYSTEM_RUNNING; in jump_label_text_reserved()
808 bool init = system_state < SYSTEM_RUNNING; in jump_label_update()
/openbmc/linux/drivers/cpufreq/
H A Dpasemi-cpufreq.c213 if (system_state >= SYSTEM_RUNNING) in pas_cpufreq_cpu_exit()
/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c161 if (system_state < SYSTEM_RUNNING && cpu_has_feature(CPU_FTR_SMT)) { in smp_generic_cpu_bootable()
1270 const bool booting = system_state < SYSTEM_RUNNING; in __cpu_up()
1328 if (!cpu_callin_map[cpu] && system_state >= SYSTEM_RUNNING) { in __cpu_up()
1643 if (system_state == SYSTEM_RUNNING) in start_secondary()
/openbmc/linux/arch/riscv/kernel/
H A Dsmp.c257 if (system_state <= SYSTEM_RUNNING) in smp_send_stop()
H A Dpatch.c32 return system_state < SYSTEM_RUNNING && in is_kernel_exittext()
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_cluster.c138 if (system_state < SYSTEM_RUNNING) in alloc_clustermask()
/openbmc/linux/drivers/watchdog/
H A Dda9063_wdt.c132 if (system_state > SYSTEM_RUNNING) in da9063_wdt_ping()
H A Dda9062_wdt.c124 if (system_state > SYSTEM_RUNNING) in da9062_wdt_ping()
/openbmc/linux/drivers/xen/
H A Dmanage.c195 case SYSTEM_RUNNING: in do_poweroff()
/openbmc/linux/include/linux/
H A Dkernel.h232 SYSTEM_RUNNING, enumerator
/openbmc/linux/mm/
H A Dearly_ioremap.c108 WARN_ON(system_state >= SYSTEM_RUNNING); in __early_ioremap()
/openbmc/linux/drivers/mfd/
H A Datc260x-core.c41 if (system_state > SYSTEM_RUNNING && irqs_disabled()) in regmap_lock_mutex()
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-powernv.c123 if (unlikely(system_state < SYSTEM_RUNNING)) in fastsleep_loop()
/openbmc/linux/kernel/time/
H A Dtick-common.c543 system_state = SYSTEM_RUNNING; in tick_unfreeze()
/openbmc/linux/arch/sh/kernel/
H A Dsmp.c90 if (system_state == SYSTEM_RUNNING) in native_cpu_die()

123