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

Function page_pt2

freebsd/arm/arm/pmap-v6.c:642–647  ·  view source on GitHub ↗

* Get first entry of PT2 * associated with given PT2s page and PT1 index. */

Source from the content-addressed store, hash-verified

640 * associated with given PT2s page and PT1 index.
641 */
642static __inline pt2_entry_t *
643page_pt2(vm_offset_t pgva, u_int pt1_idx)
644{
645
646 return ((pt2_entry_t *)(pgva + page_pt2off(pt1_idx)));
647}
648
649/*
650 * Get virtual address of PT2s page (mapped in PT2MAP)

Callers 3

pmap_bootstrap_prepareFunction · 0.85
pmap_remove_kernel_pte1Function · 0.85
pmap_demote_pte1Function · 0.85

Calls 1

page_pt2offFunction · 0.85

Tested by

no test coverage detected