Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte1_is_wired
Function
pte1_is_wired
freebsd/arm/include/pmap_var.h:203–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
static __inline boolean_t
204
pte1_is_wired(pt1_entry_t pte1)
205
{
206
207
return (pte1 & PTE1_W);
208
}
209
210
static __inline pt1_entry_t
211
pte1_load(pt1_entry_t *pte1p)
Callers
9
pmap_remove_pte1
Function · 0.85
pmap_demote_pte1
Function · 0.85
pmap_remove_pages
Function · 0.85
pmap_enter_pte1
Function · 0.85
pmap_pvh_wired_mappings
Function · 0.85
pmap_ts_referenced
Function · 0.85
pmap_unwire
Function · 0.85
pmap_advise
Function · 0.85
pmap_clear_modify
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected