tag | line | file | source code |
---|---|---|---|
PTRS_PER_PAGE | 46 | include/asm-alpha/page.h | #define PTRS_PER_PAGE (PAGE_SIZE/sizeof(void*)) |
PTRS_PER_PAGE | 37 | include/asm-i386/page.h | #define PTRS_PER_PAGE (PAGE_SIZE/sizeof(void*)) |
PTRS_PER_PAGE | 45 | include/asm-sparc/page.h | #define PTRS_PER_PAGE (64) /* 64 pte's per phys_seg */ |