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

Function nlm_threadid

freebsd/mips/nlm/hal/mips-extns.h:259–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257}
258
259static __inline__ int
260nlm_threadid(void)
261{
262 return nlm_read_c0_ebase() & 0x3;
263}
264
265static __inline__ int
266nlm_coreid(void)

Callers 2

xlp_setup_mmuFunction · 0.85
platform_init_apFunction · 0.85

Calls 1

nlm_read_c0_ebaseFunction · 0.85

Tested by

no test coverage detected