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

Function pte2_is_valid

freebsd/arm/include/pmap_var.h:320–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320static __inline boolean_t
321pte2_is_valid(pt2_entry_t pte2)
322{
323
324 return (pte2 & PTE2_V);
325}
326
327static __inline boolean_t
328pte2_is_wired(pt2_entry_t pte2)

Callers 15

pmap_preboot_pt2pg_setupFunction · 0.85
pmap_kenter_prot_attrFunction · 0.85
pmap_initFunction · 0.85
pmap_extract_and_holdFunction · 0.85
pmap_growkernelFunction · 0.85
_pmap_allocpte2Function · 0.85
pmap_enterFunction · 0.85
pmap_remove_pte2Function · 0.85
pmap_remove_pageFunction · 0.85
pmap_removeFunction · 0.85
pmap_remove_allFunction · 0.85
pmap_remove_pagesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected