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

Function pt2tab_load

freebsd/arm/include/pmap_var.h:415–420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415static __inline pt2_entry_t
416pt2tab_load(pt2_entry_t *pte2p)
417{
418
419 return (pte2_load(pte2p));
420}
421
422static __inline pt2_entry_t
423pt2tab_load_clear(pt2_entry_t *pte2p)

Callers 4

pmap_preboot_pt2pg_setupFunction · 0.85
pmap_growkernelFunction · 0.85
_pmap_allocpte2Function · 0.85
pmap_faultFunction · 0.85

Calls 1

pte2_loadFunction · 0.85

Tested by

no test coverage detected