taglinefilesource code
PTRS_PER_PAGE46include/asm-alpha/page.h#define PTRS_PER_PAGE      (PAGE_SIZE/sizeof(void*))
PTRS_PER_PAGE37include/asm-i386/page.h#define PTRS_PER_PAGE      (PAGE_SIZE/sizeof(void*))
PTRS_PER_PAGE45include/asm-sparc/page.h#define PTRS_PER_PAGE                    (64)  /* 64 pte's per phys_seg */