MCPcopy 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
33static inline int
34beri_get_core(void)
35{
36 uint32_t cinfo;
37
38 cinfo = mips_rd_cinfo();
39 return (cinfo & 0xffff);
40}
41
42static inline int
43beri_get_ncores(void)

Callers 1

beri_get_cpuFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected