Searched refs:system_state (Results 1 – 25 of 33) sorted by relevance
12
95 if (system_state >= SYS_STATE_boot) { in acpi_os_map_memory()117 if (system_state >= SYS_STATE_boot) in acpi_os_unmap_memory()221 if (system_state == SYS_STATE_early_boot) in acpi_os_alloc_memory()233 if (system_state != SYS_STATE_early_boot) { in acpi_os_zalloc_memory()246 else if (ptr && system_state == SYS_STATE_early_boot) in acpi_os_free_memory()
205 BUG_ON(system_state != SYS_STATE_active); in enter_state()208 system_state = SYS_STATE_suspend; in enter_state()218 system_state = SYS_STATE_resume; in enter_state()238 system_state = SYS_STATE_resume; in enter_state()270 system_state = SYS_STATE_resume; in enter_state()317 system_state = SYS_STATE_active; in enter_state()
92 extern enum system_state { enum99 } system_state;
118 if ( system_state < SYS_STATE_active || system_state == SYS_STATE_resume ) in cpu_down()
111 BUG_ON(system_state != SYS_STATE_active); in unregister_init_virtual_region()
23 enum system_state system_state = SYS_STATE_early_boot; variable
38 (system_state >= SYS_STATE_active || !is_kernel_inittext(pc)) ) in do_trap_undefined_instruction()
298 else if ( force && system_state < SYS_STATE_active ) in _apply_alternatives()303 else if ( force && system_state < SYS_STATE_active ) in _apply_alternatives()
80 if ( !park_offline_cpus && system_state != SYS_STATE_suspend ) in cpu_percpu_callback()
137 if ( system_state >= SYS_STATE_smp_boot ) in machine_halt()573 if ( system_state >= SYS_STATE_smp_boot ) in machine_restart()
308 ((system_state >= SYS_STATE_boot && in map_domain_page_global()309 system_state < SYS_STATE_active) || in map_domain_page_global()
90 if ( system_state > SYS_STATE_smp_boot && in send_IPI_mask()
377 if ( system_state != SYS_STATE_early_boot ) in bootstrap_map()627 system_state = SYS_STATE_active; in init_done()1659 system_state = SYS_STATE_boot; in __start_xen()1825 system_state = SYS_STATE_smp_boot; in __start_xen()
1058 else if ( system_state < SYS_STATE_smp_boot && !cmos_rtc_probe ) in get_cmos_time()1823 ASSERT(system_state >= SYS_STATE_smp_boot); in init_percpu_time()1880 if ( system_state < SYS_STATE_smp_boot ) in init_percpu_time()
5054 if ( system_state != SYS_STATE_early_boot ) in alloc_xen_pagetable_new()5068 if ( system_state != SYS_STATE_early_boot && !mfn_eq(mfn, INVALID_MFN) ) in free_xen_pagetable_new()5081 bool locking = system_state > SYS_STATE_boot; in virt_to_xen_l3e()5116 bool locking = system_state > SYS_STATE_boot; in virt_to_xen_l2e()5149 bool locking = system_state > SYS_STATE_boot; in virt_to_xen_l1e()5208 bool locking = system_state > SYS_STATE_boot; in map_pages_to_xen()5605 bool locking = system_state > SYS_STATE_boot; in modify_xen_mappings()
491 if ( !d->is_dying && system_state == SYS_STATE_active ) in cpupool_unassign_cpu_start()715 ASSERT(system_state == SYS_STATE_active); in cpupool_cpu_remove_prologue()967 if ( system_state <= SYS_STATE_active ) in cpu_callback()972 if ( system_state <= SYS_STATE_active ) in cpu_callback()977 if ( system_state <= SYS_STATE_active ) in cpu_callback()
187 ASSERT(system_state < SYS_STATE_active); in enable_smccc_arch_workaround_1()532 ASSERT(system_state != SYS_STATE_boot); in cpu_errata_callback()
228 ASSERT(system_state != SYS_STATE_active); in apply_alternatives_all()
834 system_state = SYS_STATE_boot; in start_xen()976 system_state = SYS_STATE_active; in start_xen()
988 if ( system_state == SYS_STATE_early_boot ) in xen_map_table()1011 if ( system_state == SYS_STATE_early_boot && is_kernel(table) ) in xen_unmap_table()
95 if ( system_state < SYS_STATE_active ) in iommu_enable_x2apic()
532 if (system_state == SYS_STATE_resume) in identify_cpu()834 BUG_ON(system_state != SYS_STATE_early_boot && (stack_bottom & 0xf)); in load_system_tables()
101 struct vcpu *v = system_state >= SYS_STATE_smp_boot ? current : NULL; in show_registers()
314 if ( system_state < SYS_STATE_active ) in modify_bars()
196 if ( system_state >= SYS_STATE_active ) in iov_enable_xt()
Completed in 61 milliseconds