Home
last modified time | relevance | path

Searched refs:system_state (Results 1 – 25 of 33) sorted by relevance

12

/xen/xen/drivers/acpi/
A Dosl.c95 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()
/xen/xen/arch/x86/acpi/
A Dpower.c205 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()
/xen/xen/include/xen/
A Dkernel.h92 extern enum system_state { enum
99 } system_state;
/xen/xen/common/
A Dcpu.c118 if ( system_state < SYS_STATE_active || system_state == SYS_STATE_resume ) in cpu_down()
A Dvirtual_region.c111 BUG_ON(system_state != SYS_STATE_active); in unregister_init_virtual_region()
A Dkernel.c23 enum system_state system_state = SYS_STATE_early_boot; variable
/xen/xen/arch/arm/arm32/
A Dtraps.c38 (system_state >= SYS_STATE_active || !is_kernel_inittext(pc)) ) in do_trap_undefined_instruction()
/xen/xen/arch/x86/
A Dalternative.c298 else if ( force && system_state < SYS_STATE_active ) in _apply_alternatives()
303 else if ( force && system_state < SYS_STATE_active ) in _apply_alternatives()
A Dpercpu.c80 if ( !park_offline_cpus && system_state != SYS_STATE_suspend ) in cpu_percpu_callback()
A Dshutdown.c137 if ( system_state >= SYS_STATE_smp_boot ) in machine_halt()
573 if ( system_state >= SYS_STATE_smp_boot ) in machine_restart()
A Ddomain_page.c308 ((system_state >= SYS_STATE_boot && in map_domain_page_global()
309 system_state < SYS_STATE_active) || in map_domain_page_global()
A Dsmp.c90 if ( system_state > SYS_STATE_smp_boot && in send_IPI_mask()
A Dsetup.c377 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()
A Dtime.c1058 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()
A Dmm.c5054 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()
/xen/xen/common/sched/
A Dcpupool.c491 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()
/xen/xen/arch/arm/
A Dcpuerrata.c187 ASSERT(system_state < SYS_STATE_active); in enable_smccc_arch_workaround_1()
532 ASSERT(system_state != SYS_STATE_boot); in cpu_errata_callback()
A Dalternative.c228 ASSERT(system_state != SYS_STATE_active); in apply_alternatives_all()
A Dsetup.c834 system_state = SYS_STATE_boot; in start_xen()
976 system_state = SYS_STATE_active; in start_xen()
A Dmm.c988 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()
/xen/xen/drivers/passthrough/x86/
A Diommu.c95 if ( system_state < SYS_STATE_active ) in iommu_enable_x2apic()
/xen/xen/arch/x86/cpu/
A Dcommon.c532 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()
/xen/xen/arch/x86/x86_64/
A Dtraps.c101 struct vcpu *v = system_state >= SYS_STATE_smp_boot ? current : NULL; in show_registers()
/xen/xen/drivers/vpci/
A Dheader.c314 if ( system_state < SYS_STATE_active ) in modify_bars()
/xen/xen/drivers/passthrough/amd/
A Dpci_amd_iommu.c196 if ( system_state >= SYS_STATE_active ) in iov_enable_xt()

Completed in 61 milliseconds

12