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

Function cpu_pcpu_init

freebsd/arm/arm/machdep.c:302–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300#endif
301
302void
303cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t size)
304{
305
306 pcpu->pc_mpidr = 0xffffffff;
307}
308
309void
310spinlock_enter(void)

Callers 1

pcpu_initFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected