MCPcopy 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
247static __inline__ int
248nlm_nodeid(void)
249{
250 return (nlm_read_c0_ebase() >> 5) & 0x3;
251}
252
253static __inline__ int
254nlm_cpuid(void)

Callers 4

bridge_pcie_ackFunction · 0.85
msgring_processFunction · 0.85
xlp_pic_initFunction · 0.85

Calls 1

nlm_read_c0_ebaseFunction · 0.85

Tested by

no test coverage detected