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

Function pte2_is_dirty

freebsd/arm/include/pmap_var.h:306–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306static __inline boolean_t
307pte2_is_dirty(pt2_entry_t pte2)
308{
309
310 return ((pte2 & (PTE2_NM | PTE2_RO)) == 0);
311}
312
313static __inline boolean_t
314pte2_is_global(pt2_entry_t pte2)

Callers 12

pmap_pv_reclaimFunction · 0.85
pmap_enterFunction · 0.85
pmap_remove_pte2Function · 0.85
pmap_remove_allFunction · 0.85
pmap_remove_pte2_quickFunction · 0.85
pmap_protectFunction · 0.85
pmap_is_modified_pvhFunction · 0.85
pmap_ts_referencedFunction · 0.85
pmap_remove_writeFunction · 0.85
pmap_adviseFunction · 0.85
pmap_clear_modifyFunction · 0.85
pmap_mincoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected