Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte1_ptr
Function
pte1_ptr
freebsd/arm/include/pmap_var.h:91–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
static __inline pt1_entry_t *
92
pte1_ptr(pt1_entry_t *pt1, vm_offset_t va)
93
{
94
95
return (pt1 + pte1_index(va));
96
}
97
98
static __inline vm_offset_t
99
pte1_trunc(vm_offset_t va)
Callers
2
pmap_pte1
Function · 0.85
kern_pte1
Function · 0.85
Calls
1
pte1_index
Function · 0.85
Tested by
no test coverage detected