HomeSort by: relevance | last modified time | path
    Searched refs:l2_dtable (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/arm32/
pmap.c 281 * Pool and cache of l2_dtable structures.
603 * The l2_dtable tracks L2_BUCKET_SIZE worth of L1 slots.
616 struct l2_dtable { struct
617 /* The number of L2 page descriptors allocated to this l2_dtable */
625 * Given an L1 table index, calculate the corresponding l2_dtable index
626 * and bucket index within the l2_dtable.
1476 struct l2_dtable *l2;
1502 struct l2_dtable *l2;
1508 * Need to allocate a new l2_dtable.
1529 * is because we just allocated the l2_dtable, above
    [all...]
  /src/sys/arch/arm/include/arm32/
pmap.h 138 * The number of L2 descriptor tables which can be tracked by an l2_dtable.
140 * space per l2_dtable. Most processes will, therefore, require only two or
149 * Given the above "L2-descriptors-per-l2_dtable" constant, the number
150 * of l2_dtable structures required to track all possible page descriptors
170 struct l2_dtable;
217 struct l2_dtable *pm_l2[L2_SIZE];

Completed in 14 milliseconds