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

Function pmap_cache_bits

freebsd/i386/i386/pmap_base.c:571–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

569}
570
571int
572pmap_cache_bits(pmap_t pmap, int mode, boolean_t is_pde)
573{
574
575 return (pmap_methods_ptr->pm_cache_bits(pmap, mode, is_pde));
576}
577
578bool
579pmap_ps_enabled(pmap_t pmap)

Calls

no outgoing calls

Tested by

no test coverage detected