Searched refs:stashed_crashlog (Results 1 – 1 of 1) sorted by relevance
147 static fbl::RefPtr<VmObject> stashed_crashlog; variable149 stashed_crashlog = ktl::move(vmo); in mexec_stash_crashlog()230 if (stashed_crashlog && stashed_crashlog->size() <= UINT32_MAX) { in sys_system_mexec()231 size_t crashlog_len = stashed_crashlog->size(); in sys_system_mexec()244 result = stashed_crashlog->Read(bootdata_section, 0, crashlog_len); in sys_system_mexec()
Completed in 5 milliseconds