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

Function pt2_wirecount_get

freebsd/arm/arm/pmap-v6.c:2437–2442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2435}
2436
2437static __inline uint32_t
2438pt2_wirecount_get(vm_page_t m, uint32_t pte1_idx)
2439{
2440
2441 return (m->md.pt2_wirecount[pte1_idx & PT2PG_MASK]);
2442}
2443
2444static __inline boolean_t
2445pt2_is_empty(vm_page_t m, vm_offset_t va)

Callers 4

pmap_unwire_pt2_allFunction · 0.85
pmap_demote_pte1Function · 0.85
pmap_copyFunction · 0.85
pmap-v6.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected