Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pt2tab_load_clear
Function
pt2tab_load_clear
freebsd/arm/include/pmap_var.h:422–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
420
}
421
422
static __inline pt2_entry_t
423
pt2tab_load_clear(pt2_entry_t *pte2p)
424
{
425
426
return (pte2_load_clear(pte2p));
427
}
428
429
static __inline u_int
430
pt2map_index(vm_offset_t va)
Callers
1
pmap_unwire_pt2pg
Function · 0.85
Calls
1
pte2_load_clear
Function · 0.85
Tested by
no test coverage detected