Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte2_is_wired
Function
pte2_is_wired
freebsd/arm/include/pmap_var.h:327–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
}
326
327
static __inline boolean_t
328
pte2_is_wired(pt2_entry_t pte2)
329
{
330
331
return (pte2 & PTE2_W);
332
}
333
334
static __inline pt2_entry_t
335
pte2_load(pt2_entry_t *pte2p)
Callers
5
pmap_enter
Function · 0.85
pmap_remove_all
Function · 0.85
pmap_remove_pages
Function · 0.85
pmap_pvh_wired_mappings
Function · 0.85
pmap_unwire
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected