Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte2_is_managed
Function
pte2_is_managed
freebsd/arm/arm/pmap-v6.c:2812–2817 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2810
}
2811
2812
static __inline bool
2813
pte2_is_managed(pt2_entry_t pte2)
2814
{
2815
2816
return (is_managed(pte2_pa(pte2)));
2817
}
2818
2819
/*
2820
* We are in a serious low memory condition. Resort to
Callers
6
pmap_promote_pte1
Function · 0.85
pmap_remove_pte2
Function · 0.85
pmap_protect
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
pte2_pa
Function · 0.85
Tested by
no test coverage detected