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

Function pte1_is_managed

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

Source from the content-addressed store, hash-verified

2803}
2804
2805static __inline bool
2806pte1_is_managed(pt1_entry_t pte1)
2807{
2808
2809 return (is_managed(pte1_pa(pte1)));
2810}
2811
2812static __inline bool
2813pte2_is_managed(pt2_entry_t pte2)

Callers 6

pmap_remove_pte1Function · 0.85
pmap_demote_pte1Function · 0.85
pmap_protect_pte1Function · 0.85
pmap_adviseFunction · 0.85
pmap_copyFunction · 0.85
pmap_mincoreFunction · 0.85

Calls 2

is_managedFunction · 0.85
pte1_paFunction · 0.85

Tested by

no test coverage detected