Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pt2map_index
Function
pt2map_index
freebsd/arm/include/pmap_var.h:429–434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
427
}
428
429
static __inline u_int
430
pt2map_index(vm_offset_t va)
431
{
432
433
return (va >> PT2MAP_SHIFT);
434
}
435
436
static __inline pt2_entry_t *
437
pt2map_entry(vm_offset_t va)
Callers
1
pt2map_entry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected