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

/freebsd-13-stable/sys/powerpc/include/
H A Dpte.h389 #define PTBL_SHIFT PTBL_L macro
392 #define PTBL_IDX(va) ((va >> PTBL_SHIFT) & PTBL_MASK)
420 #define PTBL_SHIFT PAGE_SHIFT macro
426 #define PTBL_IDX(va) (((va) & PTBL_MASK) >> PTBL_SHIFT)
/freebsd-13-stable/sys/powerpc/booke/
H A Dtrap_subr.S846 srwi %r21, %r21, (PTBL_SHIFT - PTBL_ENTRY_SHIFT)

Completed in 112 milliseconds