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

Function pt2tab_entry

freebsd/arm/include/pmap_var.h:401–406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401static __inline pt2_entry_t *
402pt2tab_entry(pt2_entry_t *pt2tab, vm_offset_t va)
403{
404
405 return (pt2tab + pt2tab_index(va));
406}
407
408static __inline void
409pt2tab_store(pt2_entry_t *pte2p, pt2_entry_t pte2)

Callers 2

pmap_pt2tab_entryFunction · 0.85
kern_pt2tab_entryFunction · 0.85

Calls 1

pt2tab_indexFunction · 0.85

Tested by

no test coverage detected