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

Function p31binit

freebsd/kern/p1003_1b.c:377–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

375#endif
376
377static void
378p31binit(void *notused)
379{
380 (void) sched_attach();
381 p31b_setcfg(CTL_P1003_1B_PAGESIZE, PAGE_SIZE);
382}
383
384SYSINIT(p31b, SI_SUB_P1003_1B, SI_ORDER_FIRST, p31binit, NULL);

Callers

nothing calls this directly

Calls 2

sched_attachFunction · 0.85
p31b_setcfgFunction · 0.85

Tested by

no test coverage detected