Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pmap_l3_valid
Function
pmap_l3_valid
freebsd/arm64/arm64/pmap.c:644–649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
}
643
644
static __inline int
645
pmap_l3_valid(pt_entry_t l3)
646
{
647
648
return ((l3 & ATTR_DESCR_MASK) == L3_PAGE);
649
}
650
651
CTASSERT(L1_BLOCK == L2_BLOCK);
652
Callers
5
pmap_remove_l3_range
Function · 0.85
pmap_protect
Function · 0.85
pmap_senter
Function · 0.85
pmap_enter
Function · 0.85
pmap_clear_modify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected