Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2805
static __inline bool
2806
pte1_is_managed(pt1_entry_t pte1)
2807
{
2808
2809
return (is_managed(pte1_pa(pte1)));
2810
}
2811
2812
static __inline bool
2813
pte2_is_managed(pt2_entry_t pte2)
Callers
6
pmap_remove_pte1
Function · 0.85
pmap_demote_pte1
Function · 0.85
pmap_protect_pte1
Function · 0.85
pmap_advise
Function · 0.85
pmap_copy
Function · 0.85
pmap_mincore
Function · 0.85
Calls
2
is_managed
Function · 0.85
pte1_pa
Function · 0.85
Tested by
no test coverage detected