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

Function pte1_is_dirty

freebsd/arm/include/pmap_var.h:180–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180static __inline boolean_t
181pte1_is_dirty(pt1_entry_t pte1)
182{
183
184 return ((pte1 & (PTE1_NM | PTE1_RO)) == 0);
185}
186
187static __inline boolean_t
188pte1_is_global(pt1_entry_t pte1)

Callers 6

pmap_remove_pte1Function · 0.85
pmap_remove_pte1_quickFunction · 0.85
pmap_protect_pte1Function · 0.85
pmap_is_modified_pvhFunction · 0.85
pmap_ts_referencedFunction · 0.85
pmap_mincoreFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected