Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte1_index
Function
pte1_index
freebsd/arm/include/pmap_var.h:84–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
*/
83
84
static __inline u_int
85
pte1_index(vm_offset_t va)
86
{
87
88
return (va >> PTE1_SHIFT);
89
}
90
91
static __inline pt1_entry_t *
92
pte1_ptr(pt1_entry_t *pt1, vm_offset_t va)
Callers
15
pmap-v6.c
File · 0.85
pmap_bootstrap_prepare
Function · 0.85
pmap_preboot_pt2_setup
Function · 0.85
pmap_init
Function · 0.85
pmap_growkernel
Function · 0.85
pte1_copy_nosync
Function · 0.85
pmap_release
Function · 0.85
pt2_is_empty
Function · 0.85
pt2_is_full
Function · 0.85
_pmap_allocpte2
Function · 0.85
pmap_allocpte2
Function · 0.85
pmap_unwire_pt2pg
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected