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

Function page_pt2off

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

* Get offset of PT2 in a page * associated with given PT1 index. */

Source from the content-addressed store, hash-verified

618 * associated with given PT1 index.
619 */
620static __inline u_int
621page_pt2off(u_int pt1_idx)
622{
623
624 return ((pt1_idx & PT2PG_MASK) * NB_IN_PT2);
625}
626
627/*
628 * Get physical address of PT2

Callers 3

page_pt2paFunction · 0.85
page_pt2Function · 0.85
pmap_unwire_pt2_allFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected