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

Function platform_processor_id

freebsd/mips/beri/beri_mp.c:58–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56static device_t picmap[MAXCPU];
57
58int
59platform_processor_id(void)
60{
61 int cpu;
62
63 cpu = beri_get_cpu();
64
65 return (cpu);
66}
67
68void
69platform_cpu_mask(cpuset_t *mask)

Callers 3

platform_ipi_clearFunction · 0.70
cpu_mp_startFunction · 0.50
mips_proc0_initFunction · 0.50

Calls 1

beri_get_cpuFunction · 0.85

Tested by

no test coverage detected