Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ kern_pt2tab_entry
Function
kern_pt2tab_entry
freebsd/arm/include/pmap_var.h:468–473 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
466
}
467
468
static __inline pt2_entry_t *
469
kern_pt2tab_entry(vm_offset_t va)
470
{
471
472
return (pt2tab_entry(kern_pt2tab, va));
473
}
474
475
static __inline vm_page_t
476
pmap_pt2_page(pmap_t pmap, vm_offset_t va)
Callers
6
pmap_bootstrap_prepare
Function · 0.85
pmap_preboot_pt2pg_setup
Function · 0.85
pmap_kenter_prot_attr
Function · 0.85
pmap_init
Function · 0.85
pmap_growkernel
Function · 0.85
kern_pt2_page
Function · 0.85
Calls
1
pt2tab_entry
Function · 0.85
Tested by
no test coverage detected