Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte2_clear
Function
pte2_clear
freebsd/arm/include/pmap_var.h:291–296 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
static __inline void
292
pte2_clear(pt2_entry_t *pte2p)
293
{
294
295
pte2_store(pte2p, 0);
296
}
297
298
static __inline void
299
pte2_clear_bit(pt2_entry_t *pte2p, uint32_t bit)
Callers
12
pmap_kremove
Function · 0.85
pmap_pt2pg_zero
Function · 0.85
pmap_clear_pt2
Function · 0.85
pmap_remove_pages
Function · 0.85
pmap_page_set_memattr
Function · 0.85
pmap_zero_page
Function · 0.85
pmap_zero_page_area
Function · 0.85
pmap_copy_page
Function · 0.85
pmap_copy_pages
Function · 0.85
pmap_quick_remove_page
Function · 0.85
pmap_dcache_wb_pou
Function · 0.85
pmap_zero_page_check
Function · 0.85
Calls
1
pte2_store
Function · 0.85
Tested by
no test coverage detected