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

Function pt2map_index

freebsd/arm/include/pmap_var.h:429–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429static __inline u_int
430pt2map_index(vm_offset_t va)
431{
432
433 return (va >> PT2MAP_SHIFT);
434}
435
436static __inline pt2_entry_t *
437pt2map_entry(vm_offset_t va)

Callers 1

pt2map_entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected