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

Function pmap_get_kcr3

freebsd/i386/i386/pmap_base.c:508–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508u_int
509pmap_get_kcr3(void)
510{
511
512 return (pmap_methods_ptr->pm_get_kcr3());
513}
514
515u_int
516pmap_get_cr3(pmap_t pmap)

Callers 11

init386Function · 0.85
machdep_init_trampolineFunction · 0.85
copyinFunction · 0.85
copyoutFunction · 0.85
fubyteFunction · 0.85
fuword16Function · 0.85
fuewordFunction · 0.85
subyteFunction · 0.85
suword16Function · 0.85
suwordFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected