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

Function pmap_emulate_ad_bits

freebsd/amd64/amd64/pmap.c:184–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184static __inline boolean_t
185pmap_emulate_ad_bits(pmap_t pmap)
186{
187
188 return ((pmap->pm_flags & PMAP_EMULATE_AD_BITS) != 0);
189}
190
191static __inline pt_entry_t
192pmap_valid_bit(pmap_t pmap)

Callers 8

pmap_valid_bitFunction · 0.85
pmap_rw_bitFunction · 0.85
pmap_accessed_bitFunction · 0.85
pmap_modified_bitFunction · 0.85
pmap_copyFunction · 0.85
safe_to_clear_referencedFunction · 0.85
pmap_adviseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected