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

Function pt2tab_load_clear

freebsd/arm/include/pmap_var.h:422–427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422static __inline pt2_entry_t
423pt2tab_load_clear(pt2_entry_t *pte2p)
424{
425
426 return (pte2_load_clear(pte2p));
427}
428
429static __inline u_int
430pt2map_index(vm_offset_t va)

Callers 1

pmap_unwire_pt2pgFunction · 0.85

Calls 1

pte2_load_clearFunction · 0.85

Tested by

no test coverage detected