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

Function pt2tab_store

freebsd/arm/include/pmap_var.h:408–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

406}
407
408static __inline void
409pt2tab_store(pt2_entry_t *pte2p, pt2_entry_t pte2)
410{
411
412 pte2_store(pte2p,pte2);
413}
414
415static __inline pt2_entry_t
416pt2tab_load(pt2_entry_t *pte2p)

Callers 5

pmap_bootstrap_prepareFunction · 0.85
pmap_preboot_pt2pg_setupFunction · 0.85
pmap_kenter_pt2tabFunction · 0.85
pmap_pt2pg_initFunction · 0.85
pmap_pinitFunction · 0.85

Calls 1

pte2_storeFunction · 0.85

Tested by

no test coverage detected