MCPcopy 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
536static __inline vm_pindex_t
537pmap_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_pteFunction · 0.85
pmap_pml5eFunction · 0.85
pmap_pml5e_uFunction · 0.85
pmap_bootstrap_la57Function · 0.85
pmap_pinit_pml5Function · 0.85
pmap_pinit_pml5_ptiFunction · 0.85
pmap_allocpte_getpml4Function · 0.85
pmap_allocpte_nosleepFunction · 0.85
pmap_releaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected