Searched refs:SYS_STATE_early_boot (Results 1 – 6 of 6) sorted by relevance
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()
93 SYS_STATE_early_boot, enumerator
21 enum system_state system_state = SYS_STATE_early_boot;
785 BUG_ON(system_state != SYS_STATE_early_boot && (stack_bottom & 0xf)); in load_system_tables()
335 if ( system_state != SYS_STATE_early_boot ) in bootstrap_map()
4465 if ( system_state != SYS_STATE_early_boot ) in alloc_xen_pagetable()4478 if ( system_state != SYS_STATE_early_boot ) in free_xen_pagetable()
Completed in 18 milliseconds