Home
last modified time | relevance | path

Searched refs:PTBL_ENTRY_SHIFT (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dpte.h392 #define PTBL_ENTRY_SHIFT 3 /* log2 (sizeof (struct pte_entry)) */ macro
393 #define PTBL_PAGES ((PTBL_NENTRIES * (1<<PTBL_ENTRY_SHIFT)) / PAGE_SIZE)
429 #define PTBL_ENTRY_SHIFT 3 /* entry size is 2^3 = 8 bytes */ macro
/freebsd/sys/powerpc/booke/
H A Dtrap_subr.S824 slwi %r21, %r21, PTBL_ENTRY_SHIFT /* multiply by pte entry size */
844 srwi %r21, %r21, (PTBL_SHIFT - PTBL_ENTRY_SHIFT)