Searched refs:system_state (Results 1 – 22 of 22) sorted by relevance
90 if (system_state >= SYS_STATE_boot) { in acpi_os_map_memory()112 if (system_state >= SYS_STATE_boot) in acpi_os_unmap_memory()216 if (system_state == SYS_STATE_early_boot) in acpi_os_alloc_memory()228 if (system_state != SYS_STATE_early_boot) { in acpi_os_zalloc_memory()241 else if (ptr && system_state == SYS_STATE_early_boot) in acpi_os_free_memory()
174 BUG_ON(system_state != SYS_STATE_active); in enter_state()175 system_state = SYS_STATE_suspend; in enter_state()185 system_state = SYS_STATE_resume; in enter_state()204 system_state = SYS_STATE_resume; in enter_state()229 system_state = SYS_STATE_resume; in enter_state()264 system_state = SYS_STATE_active; in enter_state()
92 extern enum system_state { enum99 } system_state;
11 static int system_state = 1; variable12 EXPORT_SYMBOL(system_state);
32 (system_state >= SYS_STATE_active || !is_kernel_inittext(pc)) ) in do_trap_undefined_instruction()
96 BUG_ON(system_state != SYS_STATE_active); in unregister_init_virtual_region()
21 enum system_state system_state = SYS_STATE_early_boot; variable
493 if ( system_state == SYS_STATE_resume ) in cpupool_cpu_add()546 if ( system_state == SYS_STATE_suspend ) in cpupool_cpu_remove()
555 ASSERT(system_state == SYS_STATE_suspend); in vcpu_move_nosched()671 ASSERT(system_state == SYS_STATE_resume); in restore_vcpu_affinity()755 if (system_state == SYS_STATE_suspend) in cpu_disable_scheduler()775 if ( unlikely(system_state == SYS_STATE_suspend) ) in cpu_disable_scheduler()
2737 ASSERT(system_state == SYS_STATE_suspend); in csched2_vcpu_migrate()
136 if ( system_state >= SYS_STATE_smp_boot ) in machine_halt()554 if ( system_state >= SYS_STATE_smp_boot ) in machine_restart()
309 ((system_state >= SYS_STATE_boot && in map_domain_page_global()310 system_state < SYS_STATE_active) || in map_domain_page_global()
335 if ( system_state != SYS_STATE_early_boot ) in bootstrap_map()583 system_state = SYS_STATE_active; in init_done()1439 system_state = SYS_STATE_boot; in __start_xen()1583 system_state = SYS_STATE_smp_boot; in __start_xen()
4465 if ( system_state != SYS_STATE_early_boot ) in alloc_xen_pagetable()4478 if ( system_state != SYS_STATE_early_boot ) in free_xen_pagetable()4491 bool locking = system_state > SYS_STATE_boot; in virt_to_xen_l3e()4526 bool locking = system_state > SYS_STATE_boot; in virt_to_xen_l2e()4559 bool locking = system_state > SYS_STATE_boot; in virt_to_xen_l1e()4601 bool locking = system_state > SYS_STATE_boot; in map_pages_to_xen()4974 bool locking = system_state > SYS_STATE_boot; in modify_xen_mappings()
344 if ( system_state <= SYS_STATE_smp_boot ) in start_secondary()
915 else if ( system_state < SYS_STATE_smp_boot && !cmos_rtc_probe ) in get_cmos_time()1619 if ( system_state < SYS_STATE_smp_boot ) in init_percpu_time()
728 system_state >= SYS_STATE_active && is_hvm_vcpu(curr) && in do_trap()
222 ASSERT(system_state != SYS_STATE_active); in apply_alternatives_all()
764 system_state = SYS_STATE_boot; in start_xen()877 system_state = SYS_STATE_active; in start_xen()
106 struct vcpu *v = system_state >= SYS_STATE_smp_boot ? current : NULL; in show_registers()
785 BUG_ON(system_state != SYS_STATE_early_boot && (stack_bottom & 0xf)); in load_system_tables()
889 if ( system_state < SYS_STATE_active ) in iommu_enable_x2apic_IR()
Completed in 55 milliseconds