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

Function pmap_ps_enabled

freebsd/arm64/arm64/pmap.c:594–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594bool
595pmap_ps_enabled(pmap_t pmap __unused)
596{
597
598 return (superpages_enabled != 0);
599}
600
601bool
602pmap_get_tables(pmap_t pmap, vm_offset_t va, pd_entry_t **l0, pd_entry_t **l1,

Callers 2

pmap_enterFunction · 0.70
pmap_enter_objectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected