Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/include/
H A Dpte.h390 #define PTBL_NENTRIES (1<<PTBL_NUM) macro
393 #define PTBL_PAGES ((PTBL_NENTRIES * (1<<PTBL_ENTRY_SHIFT)) / PAGE_SIZE)
422 #define PTBL_NENTRIES 1024 /* number of pages mapped by ptbl */ macro