Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte2_is_valid
Function
pte2_is_valid
freebsd/arm/include/pmap_var.h:320–325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
318
}
319
320
static __inline boolean_t
321
pte2_is_valid(pt2_entry_t pte2)
322
{
323
324
return (pte2 & PTE2_V);
325
}
326
327
static __inline boolean_t
328
pte2_is_wired(pt2_entry_t pte2)
Callers
15
pmap_preboot_pt2pg_setup
Function · 0.85
pmap_kenter_prot_attr
Function · 0.85
pmap_init
Function · 0.85
pmap_extract_and_hold
Function · 0.85
pmap_growkernel
Function · 0.85
_pmap_allocpte2
Function · 0.85
pmap_enter
Function · 0.85
pmap_remove_pte2
Function · 0.85
pmap_remove_page
Function · 0.85
pmap_remove
Function · 0.85
pmap_remove_all
Function · 0.85
pmap_remove_pages
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected