tag | line | file | source code |
---|---|---|---|
PAGE_SIZE | 19 | arch/mips/kernel/head.S | #define PAGE_SIZE 0x1000 |
PAGE_SIZE | 6 | include/asm-alpha/page.h | #define PAGE_SIZE (1UL << PAGE_SHIFT) |
PAGE_SIZE | 6 | include/asm-i386/page.h | #define PAGE_SIZE (1UL << PAGE_SHIFT) |
PAGE_SIZE | 6 | include/asm-mips/page.h | #define PAGE_SIZE (1UL << PAGE_SHIFT) |
PAGE_SIZE | 6 | include/asm-ppc/page.h | #define PAGE_SIZE (1UL << PAGE_SHIFT) |
PAGE_SIZE | 17 | include/asm-sparc/page.h | #define PAGE_SIZE (1 << PAGE_SHIFT) |
PAGE_SIZE | 126 | include/linux/a.out.h | #define PAGE_SIZE 0x400 |