MCPcopy Create free account
hub / github.com/F-Stack/f-stack / pmap_pml4e_pindex

Function pmap_pml4e_pindex

freebsd/amd64/amd64/pmap.c:1311–1315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1309}
1310
1311static __inline vm_pindex_t
1312pmap_pml4e_pindex(vm_offset_t va)
1313{
1314 return (NUPDE + NUPDPE + (va >> PML4SHIFT));
1315}
1316
1317static __inline vm_pindex_t
1318pmap_pml5e_pindex(vm_offset_t va)

Callers 3

pmap_allocpte_getpdpFunction · 0.85
pmap_enter_largepageFunction · 0.85
pmap_copyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected