| tag | line | file | source code |
| PAGE_ALIGN | 152 | arch/alpha/mm/init.c | start_mem = PAGE_ALIGN(start_mem); |
| PAGE_ALIGN | 521 | arch/i386/ibcs/binfmt_coff.c | zeromap_page_range (PAGE_ALIGN (bss_vaddr), |
| PAGE_ALIGN | 522 | arch/i386/ibcs/binfmt_coff.c | PAGE_ALIGN (bss_size), |
| PAGE_ALIGN | 130 | arch/i386/mm/init.c | start_mem = PAGE_ALIGN(start_mem); |
| PAGE_ALIGN | 170 | arch/i386/mm/init.c | start_low_mem = PAGE_ALIGN(start_low_mem); |
| PAGE_ALIGN | 171 | arch/i386/mm/init.c | start_mem = PAGE_ALIGN(start_mem); |
| PAGE_ALIGN | 150 | arch/mips/mm/init.c | start_mem = PAGE_ALIGN(start_mem); |
| PAGE_ALIGN | 191 | arch/mips/mm/init.c | start_mem = PAGE_ALIGN(start_mem); |
| PAGE_ALIGN | 126 | arch/sparc/mm/init.c | start_mem = PAGE_ALIGN(start_mem); |
| PAGE_ALIGN | 176 | arch/sparc/mm/init.c | b=PAGE_ALIGN((unsigned long) trapbase); |
| PAGE_ALIGN | 723 | fs/exec.c | start = PAGE_ALIGN(start); |
| PAGE_ALIGN | 724 | fs/exec.c | end = PAGE_ALIGN(end); |
| PAGE_ALIGN | 895 | fs/exec.c | len = PAGE_ALIGN(ex.a_text + ex.a_data); |
| PAGE_ALIGN | 387 | kernel/sys.c | newbrk = PAGE_ALIGN(brk); |
| PAGE_ALIGN | 388 | kernel/sys.c | oldbrk = PAGE_ALIGN(current->mm->brk); |
| PAGE_ALIGN | 50 | mm/mmap.c | if ((len = PAGE_ALIGN(len)) == 0) |
| PAGE_ALIGN | 177 | mm/mmap.c | gap_start = PAGE_ALIGN(gap_start); |
| PAGE_ALIGN | 732 | mm/mmap.c | if ((len = PAGE_ALIGN(len)) == 0) |
| PAGE_ALIGN | 196 | mm/vmalloc.c | size = PAGE_ALIGN(size); |