Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte1_trunc
Function
pte1_trunc
freebsd/arm/include/pmap_var.h:98–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
static __inline vm_offset_t
99
pte1_trunc(vm_offset_t va)
100
{
101
102
return (va & PTE1_FRAME);
103
}
104
105
static __inline vm_offset_t
106
pte1_roundup(vm_offset_t va)
Callers
15
pmap_map
Function · 0.85
pmap_init
Function · 0.85
pmap_pv_demote_pte1
Function · 0.85
pmap_pv_promote_pte1
Function · 0.85
pmap_tlb_flush_pte1
Function · 0.85
pmap_update_pte1_kernel
Function · 0.85
pmap_promote_pte1
Function · 0.85
pmap_demote_pte1
Function · 0.85
pmap_remove
Function · 0.85
pmap_protect
Function · 0.85
pmap_unwire
Function · 0.85
pmap_advise
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected