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

Function pmap_pml4e_u

freebsd/amd64/amd64/pmap.c:1369–1374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1367}
1368
1369static __inline pml4_entry_t *
1370pmap_pml4e_u(pmap_t pmap, vm_offset_t va)
1371{
1372 MPASS(!pmap_is_la57(pmap));
1373 return (&pmap->pm_pmltopu[pmap_pml4e_index(va)]);
1374}
1375
1376/* Return a pointer to the PDP slot that corresponds to a VA */
1377static __inline pdp_entry_t *

Callers 1

_pmap_unwire_ptpFunction · 0.85

Calls 2

pmap_is_la57Function · 0.85
pmap_pml4e_indexFunction · 0.85

Tested by

no test coverage detected