Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ platform_processor_id
Function
platform_processor_id
freebsd/mips/beri/beri_mp.c:58–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
static device_t picmap[MAXCPU];
57
58
int
59
platform_processor_id(void)
60
{
61
int cpu;
62
63
cpu = beri_get_cpu();
64
65
return (cpu);
66
}
67
68
void
69
platform_cpu_mask(cpuset_t *mask)
Callers
3
platform_ipi_clear
Function · 0.70
cpu_mp_start
Function · 0.50
mips_proc0_init
Function · 0.50
Calls
1
beri_get_cpu
Function · 0.85
Tested by
no test coverage detected