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

Function pte1_is_wired

freebsd/arm/include/pmap_var.h:203–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203static __inline boolean_t
204pte1_is_wired(pt1_entry_t pte1)
205{
206
207 return (pte1 & PTE1_W);
208}
209
210static __inline pt1_entry_t
211pte1_load(pt1_entry_t *pte1p)

Callers 9

pmap_remove_pte1Function · 0.85
pmap_demote_pte1Function · 0.85
pmap_remove_pagesFunction · 0.85
pmap_enter_pte1Function · 0.85
pmap_pvh_wired_mappingsFunction · 0.85
pmap_ts_referencedFunction · 0.85
pmap_unwireFunction · 0.85
pmap_adviseFunction · 0.85
pmap_clear_modifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected