MCPcopy 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
2812static __inline bool
2813pte2_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_pte1Function · 0.85
pmap_remove_pte2Function · 0.85
pmap_protectFunction · 0.85
pmap_adviseFunction · 0.85
pmap_copyFunction · 0.85
pmap_mincoreFunction · 0.85

Calls 2

is_managedFunction · 0.85
pte2_paFunction · 0.85

Tested by

no test coverage detected