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

Function pmap_ps_enabled

freebsd/amd64/amd64/pmap.c:2623–2628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2621}
2622
2623bool
2624pmap_ps_enabled(pmap_t pmap)
2625{
2626
2627 return (pg_ps_enabled && (pmap->pm_flags & PMAP_PDE_SUPERPAGE) != 0);
2628}
2629
2630static void
2631pmap_update_pde_store(pmap_t pmap, pd_entry_t *pde, pd_entry_t newpde)

Callers 4

pmap_enterFunction · 0.70
pmap_enter_objectFunction · 0.70
pmap_object_init_ptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected