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

Function pmap_pml5e

freebsd/amd64/amd64/pmap.c:1323–1329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1321}
1322
1323static __inline pml4_entry_t *
1324pmap_pml5e(pmap_t pmap, vm_offset_t va)
1325{
1326
1327 MPASS(pmap_is_la57(pmap));
1328 return (&pmap->pm_pmltop[pmap_pml5e_index(va)]);
1329}
1330
1331static __inline pml4_entry_t *
1332pmap_pml5e_u(pmap_t pmap, vm_offset_t va)

Callers 5

pmap_pml4eFunction · 0.85
_pmap_unwire_ptpFunction · 0.85
pmap_allocpte_getpdpFunction · 0.85
pmap_removeFunction · 0.85
pmap.cFile · 0.85

Calls 2

pmap_is_la57Function · 0.85
pmap_pml5e_indexFunction · 0.85

Tested by

no test coverage detected