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

/freebsd-12-stable/sys/powerpc/include/
H A Dpte.h238 #define PP2D_H_NUM (PP2D_H_H-PP2D_H_L+1) macro
239 #define PP2D_H_MASK (((1<<PP2D_H_NUM)-1)<<PP2D_L_NUM)
241 #define PP2D_NENTRIES (1<<(PP2D_L_NUM+PP2D_H_NUM))
/freebsd-12-stable/sys/powerpc/booke/
H A Dtrap_subr.S798 rldicl %r25, %r31, (64 - PP2D_H_L), (64 - PP2D_H_NUM)
799 rldimi %r21, %r25, PP2D_L_NUM, (64 - (PP2D_L_NUM + PP2D_H_NUM))

Completed in 77 milliseconds