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

Function pmap_pdpe_pindex

freebsd/amd64/amd64/pmap.c:1305–1309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1303}
1304
1305static __inline vm_pindex_t
1306pmap_pdpe_pindex(vm_offset_t va)
1307{
1308 return (NUPDE + (va >> PDPSHIFT));
1309}
1310
1311static __inline vm_pindex_t
1312pmap_pml4e_pindex(vm_offset_t va)

Callers 2

pmap_allocpte_nosleepFunction · 0.85
pmap_enter_largepageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected