Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ beri_get_core
Function
beri_get_core
freebsd/mips/beri/beri_mp.h:33–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
*/
32
33
static inline int
34
beri_get_core(void)
35
{
36
uint32_t cinfo;
37
38
cinfo = mips_rd_cinfo();
39
return (cinfo & 0xffff);
40
}
41
42
static inline int
43
beri_get_ncores(void)
Callers
1
beri_get_cpu
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected