Home
last modified time | relevance | path

Searched defs:PTBL_MASK (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/powerpc/include/
H A Dpte.h387 #define PTBL_MASK ((1<<PTBL_NUM)-1) macro
421 #define PTBL_MASK ((PDIR_SIZE - 1) & ~((1 << PAGE_SHIFT) - 1)) macro