Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pmap_pml5e_index
Function
pmap_pml5e_index
freebsd/amd64/include/pmap.h:536–541 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
534
}
535
536
static __inline vm_pindex_t
537
pmap_pml5e_index(vm_offset_t va)
538
{
539
540
return ((va >> PML5SHIFT) & ((1ul << NPML5EPGSHIFT) - 1));
541
}
542
543
#endif /* !LOCORE */
544
Callers
9
efi_1t1_pte
Function · 0.85
pmap_pml5e
Function · 0.85
pmap_pml5e_u
Function · 0.85
pmap_bootstrap_la57
Function · 0.85
pmap_pinit_pml5
Function · 0.85
pmap_pinit_pml5_pti
Function · 0.85
pmap_allocpte_getpml4
Function · 0.85
pmap_allocpte_nosleep
Function · 0.85
pmap_release
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected