Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pte2_pa
Function
pte2_pa
freebsd/arm/include/pmap_var.h:376–381 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
374
}
375
376
static __inline vm_paddr_t
377
pte2_pa(pt2_entry_t pte2)
378
{
379
380
return ((vm_paddr_t)(pte2 & PTE2_FRAME));
381
}
382
383
static __inline u_int
384
pte2_attr(pt2_entry_t pte2)
Callers
15
pmap_bootstrap_prepare
Function · 0.85
pmap_preboot_pt2pg_setup
Function · 0.85
pmap_kextract
Function · 0.85
pmap_dump_kextract
Function · 0.85
pmap_init
Function · 0.85
pmap_qenter
Function · 0.85
pmap_pte2
Function · 0.85
pmap_pte2_quick
Function · 0.85
pmap_extract
Function · 0.85
pmap_extract_and_hold
Function · 0.85
pmap_growkernel
Function · 0.85
_pmap_allocpte2
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected