MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cpu_reset

Function cpu_reset

freebsd/arm/arm/platform.c:194–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void
195cpu_reset(void)
196{
197
198 PLATFORM_CPU_RESET(plat_obj);
199
200 printf("cpu_reset failed");
201
202 intr_disable();
203 while(1) {
204 cpu_sleep(0);
205 }
206}
207
208static void
209platform_delay(int usec, void *arg __unused)

Callers 2

shutdown_resetFunction · 0.50
db_resetFunction · 0.50

Calls 2

printfFunction · 0.50
intr_disableFunction · 0.50

Tested by

no test coverage detected