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

Function pte1_ptr

freebsd/arm/include/pmap_var.h:91–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91static __inline pt1_entry_t *
92pte1_ptr(pt1_entry_t *pt1, vm_offset_t va)
93{
94
95 return (pt1 + pte1_index(va));
96}
97
98static __inline vm_offset_t
99pte1_trunc(vm_offset_t va)

Callers 2

pmap_pte1Function · 0.85
kern_pte1Function · 0.85

Calls 1

pte1_indexFunction · 0.85

Tested by

no test coverage detected