Searched refs:bootm_state (Results 1 – 3 of 3) sorted by relevance
57 void arch_preboot_os(uint32_t bootm_state, bootm_headers_t *images);
472 __weak void arch_preboot_os(uint32_t bootm_state, bootm_headers_t *images) in arch_preboot_os() argument
725 void arch_preboot_os(uint32_t bootm_state, bootm_headers_t *images) in arch_preboot_os() argument727 if (!(bootm_state & BOOTM_STATE_OS_PREP)) in arch_preboot_os()