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

Function pt2_is_empty

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

Source from the content-addressed store, hash-verified

2442}
2443
2444static __inline boolean_t
2445pt2_is_empty(vm_page_t m, vm_offset_t va)
2446{
2447
2448 return (m->md.pt2_wirecount[pte1_index(va) & PT2PG_MASK] == 0);
2449}
2450
2451static __inline boolean_t
2452pt2_is_full(vm_page_t m, vm_offset_t va)

Callers 1

pmap_demote_pte1Function · 0.85

Calls 1

pte1_indexFunction · 0.85

Tested by

no test coverage detected