Searched refs:PP2D_L_L (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/powerpc/include/
H A Dpte.h228 #define PP2D_L_L 30 /* >30 would work with no page table pool */ macro
230 #define PP2D_SIZE (1UL << PP2D_L_L) /* va range mapped by pp2d */
232 #define PP2D_SIZE (1 << PP2D_L_L) /* va range mapped by pp2d */
234 #define PP2D_L_SHIFT PP2D_L_L
235 #define PP2D_L_NUM (PP2D_L_H-PP2D_L_L+1)
250 #define PDIR_H (PP2D_L_L-1)
/freebsd-12-stable/sys/powerpc/booke/
H A Dtrap_subr.S797 rldicl %r21, %r31, (64 - PP2D_L_L), (64 - PP2D_L_NUM) /* pp2d offset */

Completed in 100 milliseconds