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

Function pte2_is_wired

freebsd/arm/include/pmap_var.h:327–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327static __inline boolean_t
328pte2_is_wired(pt2_entry_t pte2)
329{
330
331 return (pte2 & PTE2_W);
332}
333
334static __inline pt2_entry_t
335pte2_load(pt2_entry_t *pte2p)

Callers 5

pmap_enterFunction · 0.85
pmap_remove_allFunction · 0.85
pmap_remove_pagesFunction · 0.85
pmap_pvh_wired_mappingsFunction · 0.85
pmap_unwireFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected