Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
302
void
303
cpu_pcpu_init(struct pcpu *pcpu, int cpuid, size_t size)
304
{
305
306
pcpu->pc_mpidr = 0xffffffff;
307
}
308
309
void
310
spinlock_enter(void)
Callers
1
pcpu_init
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected