Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ nlm_nodeid
Function
nlm_nodeid
freebsd/mips/nlm/hal/mips-extns.h:247–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
}
246
247
static __inline__ int
248
nlm_nodeid(void)
249
{
250
return (nlm_read_c0_ebase() >> 5) & 0x3;
251
}
252
253
static __inline__ int
254
nlm_cpuid(void)
Callers
4
bridge_pcie_ack
Function · 0.85
mips_platform_pcib_setup_intr
Function · 0.85
msgring_process
Function · 0.85
xlp_pic_init
Function · 0.85
Calls
1
nlm_read_c0_ebase
Function · 0.85
Tested by
no test coverage detected