tag | line | file | source code |
PAGE_SIZE | 175 | arch/alpha/boot/main.c | "r" (PAGE_SIZE + INIT_STACK)); |
PAGE_SIZE | 128 | arch/alpha/kernel/process.c | childregs = ((struct pt_regs *) (p->kernel_stack_page + PAGE_SIZE)) - 1; |
PAGE_SIZE | 67 | arch/alpha/kernel/setup.c | high = (high + PAGE_SIZE) & (PAGE_MASK*2); |
PAGE_SIZE | 44 | arch/alpha/mm/init.c | memset((void *) EMPTY_PGT, 0, PAGE_SIZE); |
PAGE_SIZE | 50 | arch/alpha/mm/init.c | memset((void *) EMPTY_PGE, 0, PAGE_SIZE); |
PAGE_SIZE | 56 | arch/alpha/mm/init.c | memset((void *) ZERO_PGE, 0, PAGE_SIZE); |
PAGE_SIZE | 135 | arch/alpha/mm/init.c | memset((void *) ZERO_PGE, 0, PAGE_SIZE); |
PAGE_SIZE | 136 | arch/alpha/mm/init.c | memset(swapper_pg_dir, 0, PAGE_SIZE); |
PAGE_SIZE | 160 | arch/alpha/mm/init.c | tmp += PAGE_SIZE; |
PAGE_SIZE | 171 | arch/alpha/mm/init.c | for (tmp = PAGE_OFFSET ; tmp < high_memory ; tmp += PAGE_SIZE) { |
PAGE_SIZE | 85 | arch/i386/ibcs/binfmt_coff.c | size = (PAGE_SIZE - (addr & ~PAGE_MASK)) & ~PAGE_MASK; |
PAGE_SIZE | 450 | arch/i386/ibcs/binfmt_coff.c | bprm->p -= MAX_ARG_PAGES*PAGE_SIZE; |
PAGE_SIZE | 47 | arch/i386/ibcs/binfmt_elf.c | nbyte = (PAGE_SIZE - (elf_bss & 0xfff)) & 0xfff; |
PAGE_SIZE | 100 | arch/i386/ibcs/binfmt_elf.c | put_fs_long(6,dlinfo++); put_fs_long(PAGE_SIZE,dlinfo++); |
PAGE_SIZE | 157 | arch/i386/ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
PAGE_SIZE | 523 | arch/i386/ibcs/binfmt_elf.c | bprm->p -= MAX_ARG_PAGES*PAGE_SIZE; |
PAGE_SIZE | 603 | arch/i386/ibcs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
PAGE_SIZE | 58 | arch/i386/kernel/ldt.c | limit *= PAGE_SIZE; |
PAGE_SIZE | 166 | arch/i386/kernel/process.c | p->tss.esp0 = p->kernel_stack_page + PAGE_SIZE; |
PAGE_SIZE | 168 | arch/i386/kernel/process.c | childregs = ((struct pt_regs *) (p->kernel_stack_page + PAGE_SIZE)) - 1; |
PAGE_SIZE | 204 | arch/i386/kernel/process.c | dump->start_stack = regs->esp & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 206 | arch/i386/kernel/process.c | dump->u_dsize = ((unsigned long) (current->mm->brk + (PAGE_SIZE-1))) >> 12; |
PAGE_SIZE | 217 | arch/i386/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 259 | arch/i386/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 60 | arch/i386/kernel/setup.c | extern char empty_zero_page[PAGE_SIZE]; |
PAGE_SIZE | 116 | arch/i386/mm/fault.c | if ((unsigned long) (address-TASK_SIZE) < PAGE_SIZE) { |
PAGE_SIZE | 43 | arch/i386/mm/init.c | extern char empty_bad_page_table[PAGE_SIZE]; |
PAGE_SIZE | 55 | arch/i386/mm/init.c | extern char empty_bad_page[PAGE_SIZE]; |
PAGE_SIZE | 67 | arch/i386/mm/init.c | extern char empty_zero_page[PAGE_SIZE]; |
PAGE_SIZE | 128 | arch/i386/mm/init.c | memset((void *) 0, 0, PAGE_SIZE); |
PAGE_SIZE | 137 | arch/i386/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 150 | arch/i386/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 159 | arch/i386/mm/init.c | unsigned long start_low_mem = PAGE_SIZE; |
PAGE_SIZE | 180 | arch/i386/mm/init.c | start_low_mem += PAGE_SIZE; |
PAGE_SIZE | 185 | arch/i386/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 193 | arch/i386/mm/init.c | for (tmp = 0 ; tmp < high_memory ; tmp += PAGE_SIZE) { |
PAGE_SIZE | 98 | arch/mips/kernel/process.c | p->tss.ksp = (p->kernel_stack_page + PAGE_SIZE - 4) | KSEG0; |
PAGE_SIZE | 99 | arch/mips/kernel/process.c | childregs = ((struct pt_regs *) (p->kernel_stack_page + PAGE_SIZE)) - 1; |
PAGE_SIZE | 138 | arch/mips/kernel/process.c | dump->start_stack = regs->esp & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 140 | arch/mips/kernel/process.c | dump->u_dsize = ((unsigned long) (current->mm->brk + (PAGE_SIZE-1))) >> 12; |
PAGE_SIZE | 193 | arch/mips/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 235 | arch/mips/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 45 | arch/mips/kernel/setup.c | extern char empty_zero_page[PAGE_SIZE]; |
PAGE_SIZE | 104 | arch/mips/mm/fault.c | if ((unsigned long) (address-TASK_SIZE) < PAGE_SIZE) { |
PAGE_SIZE | 47 | arch/mips/mm/init.c | extern char empty_bad_page_table[PAGE_SIZE]; |
PAGE_SIZE | 68 | arch/mips/mm/init.c | extern char empty_bad_page[PAGE_SIZE]; |
PAGE_SIZE | 88 | arch/mips/mm/init.c | extern char empty_zero_page[PAGE_SIZE]; |
PAGE_SIZE | 156 | arch/mips/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 169 | arch/mips/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 195 | arch/mips/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 206 | arch/mips/mm/init.c | for (tmp = 0 ; tmp < high_memory ; tmp += PAGE_SIZE) { |
PAGE_SIZE | 83 | arch/sparc/kernel/process.c | childregs = ((struct pt_regs *) (p->kernel_stack_page + PAGE_SIZE)) - 1; |
PAGE_SIZE | 51 | arch/sparc/mm/init.c | memset((void *) EMPTY_PGT, 0, PAGE_SIZE); |
PAGE_SIZE | 57 | arch/sparc/mm/init.c | memset((void *) EMPTY_PGE, 0, PAGE_SIZE); |
PAGE_SIZE | 63 | arch/sparc/mm/init.c | memset((void *) ZERO_PGE, 0, PAGE_SIZE); |
PAGE_SIZE | 143 | arch/sparc/mm/init.c | for(i=0; i<40960; i+=PAGE_SIZE) |
PAGE_SIZE | 176 | arch/sparc/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 194 | arch/sparc/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 205 | arch/sparc/mm/init.c | for(i=0x1a3000; i<(0x1a3000+40960); i+=PAGE_SIZE) |
PAGE_SIZE | 279 | arch/sparc/mm/init.c | unsigned long start_low_mem = PAGE_SIZE; |
PAGE_SIZE | 304 | arch/sparc/mm/init.c | tmp += PAGE_SIZE; |
PAGE_SIZE | 309 | arch/sparc/mm/init.c | tmp += PAGE_SIZE; |
PAGE_SIZE | 317 | arch/sparc/mm/init.c | for (addr = 0; addr < high_memory; addr += PAGE_SIZE) { |
PAGE_SIZE | 30 | arch/sparc/mm/vac-flush.c | address += PAGE_SIZE; |
PAGE_SIZE | 60 | arch/sparc/mm/vac-flush.c | address += PAGE_SIZE; |
PAGE_SIZE | 505 | drivers/block/ll_rw_blk.c | buffersize = PAGE_SIZE / nb; |
PAGE_SIZE | 129 | drivers/block/ramdisk.c | bh = breada(ROOT_DEV,block+1,BLOCK_SIZE, 0, PAGE_SIZE); |
PAGE_SIZE | 177 | drivers/block/ramdisk.c | bh = breada(ROOT_DEV, block, BLOCK_SIZE, 0, PAGE_SIZE); |
PAGE_SIZE | 760 | drivers/char/cyclades.c | & (PAGE_SIZE - 1); |
PAGE_SIZE | 766 | drivers/char/cyclades.c | & (PAGE_SIZE - 1); |
PAGE_SIZE | 1441 | drivers/char/cyclades.c | if (info->xmit_cnt >= PAGE_SIZE - 1) { |
PAGE_SIZE | 1447 | drivers/char/cyclades.c | info->xmit_head &= PAGE_SIZE - 1; |
PAGE_SIZE | 1560 | drivers/char/cyclades.c | ret = PAGE_SIZE - info->xmit_cnt - 1; |
PAGE_SIZE | 50 | drivers/char/mem.c | while (p < PAGE_SIZE && count > 0) { |
PAGE_SIZE | 75 | drivers/char/mem.c | while (p < PAGE_SIZE && count > 0) { |
PAGE_SIZE | 36 | drivers/char/pty.c | #define PTY_BUF_SIZE PAGE_SIZE/2 |
PAGE_SIZE | 1729 | drivers/char/tty_io.c | if (sizeof(struct tty_struct) > PAGE_SIZE) |
PAGE_SIZE | 379 | drivers/scsi/hosts.c | Low24 += PAGE_SIZE) { |
PAGE_SIZE | 2058 | drivers/scsi/scsi.c | dma_sectors += (PAGE_SIZE >> 9) * host->sg_tablesize * |
PAGE_SIZE | 2077 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
PAGE_SIZE | 2259 | drivers/scsi/scsi.c | new_dma_sectors += (PAGE_SIZE >> 9) * host->sg_tablesize * |
PAGE_SIZE | 2277 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
PAGE_SIZE | 70 | fs/binfmt_elf.c | nbyte = elf_bss & (PAGE_SIZE-1); |
PAGE_SIZE | 72 | fs/binfmt_elf.c | nbyte = PAGE_SIZE - nbyte; |
PAGE_SIZE | 134 | fs/binfmt_elf.c | put_fs_long(6,dlinfo++); put_fs_long(PAGE_SIZE,dlinfo++); |
PAGE_SIZE | 191 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
PAGE_SIZE | 584 | fs/binfmt_elf.c | bprm->p -= MAX_ARG_PAGES*PAGE_SIZE; |
PAGE_SIZE | 678 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) { |
PAGE_SIZE | 20 | fs/block_dev.c | #define MAX_BUF_PER_PAGE (PAGE_SIZE / 512) |
PAGE_SIZE | 54 | fs/block_dev.c | blocks_per_cluster = PAGE_SIZE / blocksize; |
PAGE_SIZE | 196 | fs/block_dev.c | blocks_per_cluster = PAGE_SIZE / blocksize; |
PAGE_SIZE | 36 | fs/buffer.c | #define MAX_BUF_PER_PAGE (PAGE_SIZE / 512) |
PAGE_SIZE | 524 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 535 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 667 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 675 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 905 | fs/buffer.c | for (nr_buffer_heads+=i=PAGE_SIZE/sizeof*bh ; i>0; i--) { |
PAGE_SIZE | 939 | fs/buffer.c | offset = PAGE_SIZE; |
PAGE_SIZE | 940 | fs/buffer.c | while ((offset -= size) < PAGE_SIZE) { |
PAGE_SIZE | 1014 | fs/buffer.c | for (offset = size ; offset < PAGE_SIZE ; offset += size) { |
PAGE_SIZE | 1054 | fs/buffer.c | for (offset = 0 ; offset < PAGE_SIZE ; offset += size) { |
PAGE_SIZE | 1082 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1144 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j+= size) { |
PAGE_SIZE | 1151 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j += size, where += size) { |
PAGE_SIZE | 1172 | fs/buffer.c | if ((size & 511) || (size > PAGE_SIZE)) { |
PAGE_SIZE | 1212 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1255 | fs/buffer.c | buffermem -= PAGE_SIZE; |
PAGE_SIZE | 1463 | fs/buffer.c | while((unsigned long) tmp->b_data & (PAGE_SIZE - 1)) |
PAGE_SIZE | 1539 | fs/buffer.c | for (offset = 0 ; offset < PAGE_SIZE ; offset += size) { |
PAGE_SIZE | 1564 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1583 | fs/buffer.c | for (i = 0, offset = 0 ; offset < PAGE_SIZE ; i++, offset += size) { |
PAGE_SIZE | 182 | fs/exec.c | if (current->rlim[RLIMIT_CORE].rlim_cur < PAGE_SIZE) |
PAGE_SIZE | 222 | fs/exec.c | if ((dump.u_dsize+dump.u_ssize+1) * PAGE_SIZE > |
PAGE_SIZE | 227 | fs/exec.c | if ((dump.u_ssize+1) * PAGE_SIZE > |
PAGE_SIZE | 235 | fs/exec.c | DUMP_SEEK(PAGE_SIZE); |
PAGE_SIZE | 418 | fs/exec.c | offset = p % PAGE_SIZE; |
PAGE_SIZE | 421 | fs/exec.c | if (!(pag = (char *) page[p/PAGE_SIZE]) && |
PAGE_SIZE | 422 | fs/exec.c | !(pag = (char *) page[p/PAGE_SIZE] = |
PAGE_SIZE | 448 | fs/exec.c | data_base -= PAGE_SIZE; |
PAGE_SIZE | 560 | fs/exec.c | bprm.p = PAGE_SIZE*MAX_ARG_PAGES-4; |
PAGE_SIZE | 838 | fs/exec.c | p -= MAX_ARG_PAGES*PAGE_SIZE; |
PAGE_SIZE | 337 | fs/ext2/inode.c | if(nr % (PAGE_SIZE / inode->i_sb->s_blocksize) != 0) goto out; |
PAGE_SIZE | 340 | fs/ext2/inode.c | for(i=0; i< (PAGE_SIZE / inode->i_sb->s_blocksize); i++) { |
PAGE_SIZE | 53 | fs/file_table.c | nr_files+=i= PAGE_SIZE/sizeof(struct file); |
PAGE_SIZE | 97 | fs/inode.c | i=PAGE_SIZE / sizeof(struct inode); |
PAGE_SIZE | 495 | fs/inode.c | inode->i_blksize = PAGE_SIZE; |
PAGE_SIZE | 47 | fs/msdos/mmap.c | clear = PAGE_SIZE; |
PAGE_SIZE | 52 | fs/msdos/mmap.c | if (gap < PAGE_SIZE){ |
PAGE_SIZE | 53 | fs/msdos/mmap.c | clear = PAGE_SIZE - gap; |
PAGE_SIZE | 57 | fs/msdos/mmap.c | need_read = PAGE_SIZE - clear; |
PAGE_SIZE | 71 | fs/msdos/mmap.c | memset ((char*)page+PAGE_SIZE-clear,0,clear); |
PAGE_SIZE | 39 | fs/namei.c | if (address > PAGE_SIZE) |
PAGE_SIZE | 66 | fs/namei.c | i = PAGE_SIZE; |
PAGE_SIZE | 48 | fs/nfs/mmap.c | if (address + PAGE_SIZE > area->vm_end) { |
PAGE_SIZE | 49 | fs/nfs/mmap.c | clear = address + PAGE_SIZE - area->vm_end; |
PAGE_SIZE | 54 | fs/nfs/mmap.c | for (i = 0; i < (PAGE_SIZE - clear); i += n) { |
PAGE_SIZE | 57 | fs/nfs/mmap.c | hunk = PAGE_SIZE - i; |
PAGE_SIZE | 75 | fs/nfs/mmap.c | tmp = page + PAGE_SIZE; |
PAGE_SIZE | 73 | fs/proc/array.c | if (p >= high_memory + PAGE_SIZE) |
PAGE_SIZE | 75 | fs/proc/array.c | if (count > high_memory + PAGE_SIZE - p) |
PAGE_SIZE | 76 | fs/proc/array.c | count = high_memory + PAGE_SIZE - p; |
PAGE_SIZE | 91 | fs/proc/array.c | while (p < 2*PAGE_SIZE && count > 0) { |
PAGE_SIZE | 98 | fs/proc/array.c | memcpy_tofs(buf,(void *) (p - PAGE_SIZE),count); |
PAGE_SIZE | 384 | fs/proc/array.c | if (size < PAGE_SIZE) |
PAGE_SIZE | 467 | fs/proc/array.c | vsize = (*p)->mm->brk - (*p)->mm->start_code + PAGE_SIZE-1; |
PAGE_SIZE | 546 | fs/proc/array.c | address += PAGE_SIZE; |
PAGE_SIZE | 99 | fs/proc/inode.c | put_fs_long(PAGE_SIZE/sizeof(long), &buf->f_bsize); |
PAGE_SIZE | 180 | fs/proc/inode.c | inode->i_size = high_memory + PAGE_SIZE; |
PAGE_SIZE | 75 | fs/proc/mem.c | i = PAGE_SIZE-(addr & ~PAGE_MASK); |
PAGE_SIZE | 139 | fs/proc/mem.c | i = PAGE_SIZE-(addr & ~PAGE_MASK); |
PAGE_SIZE | 234 | fs/proc/mem.c | stmp += PAGE_SIZE; |
PAGE_SIZE | 267 | fs/proc/mem.c | stmp += PAGE_SIZE; |
PAGE_SIZE | 268 | fs/proc/mem.c | dtmp += PAGE_SIZE; |
PAGE_SIZE | 162 | fs/super.c | while (tmp && len < PAGE_SIZE - 80) { |
PAGE_SIZE | 525 | fs/super.c | if (PAGE_SIZE <= (unsigned long) i) |
PAGE_SIZE | 526 | fs/super.c | i = PAGE_SIZE-1; |
PAGE_SIZE | 7 | include/asm-alpha/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 64 | include/asm-alpha/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 7 | include/asm-i386/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 57 | include/asm-i386/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 227 | include/asm-i386/pgtable.h | #define PTRS_PER_PAGE (PAGE_SIZE/sizeof(void*)) |
PAGE_SIZE | 42 | include/asm-m68k/system.h | : "r" (current->kernel_stack_page + PAGE_SIZE) \ |
PAGE_SIZE | 146 | include/asm-mips/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 152 | include/asm-mips/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 170 | include/asm-mips/page.h | #define PTRS_PER_PAGE (PAGE_SIZE/sizeof(void*)) |
PAGE_SIZE | 19 | include/asm-sparc/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 85 | include/asm-sparc/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 31 | include/asm-sparc/pgtable.h | #define PTRS_PER_PAGE (PAGE_SIZE/sizeof(void*)) |
PAGE_SIZE | 118 | include/linux/a.out.h | #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0) |
PAGE_SIZE | 135 | include/linux/a.out.h | #define SEGMENT_SIZE PAGE_SIZE |
PAGE_SIZE | 26 | include/linux/ioctl.h | #define IOCSIZE_MAX ((PAGE_SIZE-1)&(IOCSIZE_MASK >> IOC_SHIFT)) |
PAGE_SIZE | 161 | include/linux/mm.h | memset((void *) page, 0, PAGE_SIZE); |
PAGE_SIZE | 77 | ipc/shm.c | int numpages = (size + PAGE_SIZE -1) >> PAGE_SHIFT; |
PAGE_SIZE | 434 | ipc/shm.c | for (tmp = shmd->vm_start; tmp < shmd->vm_end; tmp += PAGE_SIZE, |
PAGE_SIZE | 482 | ipc/shm.c | if ((addr > current->mm->start_stack - 16384 - PAGE_SIZE*shp->shm_npages)) { |
PAGE_SIZE | 508 | ipc/shm.c | shmd->vm_end = addr + shp->shm_npages * PAGE_SIZE; |
PAGE_SIZE | 43 | mm/filemap.c | i = PAGE_SIZE >> inode->i_sb->s_blocksize_bits; |
PAGE_SIZE | 128 | mm/filemap.c | address += PAGE_SIZE; |
PAGE_SIZE | 25 | mm/kmalloc.c | #define MAX_KMALLOC_K ((PAGE_SIZE<<(NUM_AREA_ORDERS-1))>>10) |
PAGE_SIZE | 123 | mm/kmalloc.c | #define AREASIZE(order) (PAGE_SIZE<<(sizes[order].gfporder)) |
PAGE_SIZE | 64 | mm/memory.c | #define copy_page(from,to) memcpy((void *) to, (void *) from, PAGE_SIZE) |
PAGE_SIZE | 381 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 441 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 513 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 514 | mm/memory.c | offset += PAGE_SIZE; |
PAGE_SIZE | 768 | mm/memory.c | start += PAGE_SIZE; |
PAGE_SIZE | 43 | mm/mprotect.c | address += PAGE_SIZE; |
PAGE_SIZE | 160 | mm/swap.c | for (i=0, j=0; j< PAGE_SIZE ; i++, j += 512){ |
PAGE_SIZE | 171 | mm/swap.c | for (i=0, j=0; j< PAGE_SIZE ; i++, j +=swapf->i_sb->s_blocksize) |
PAGE_SIZE | 426 | mm/swap.c | vma->vm_task->mm->swap_address = address + PAGE_SIZE; |
PAGE_SIZE | 430 | mm/swap.c | address += PAGE_SIZE; |
PAGE_SIZE | 723 | mm/swap.c | do { unsigned long size = PAGE_SIZE << high; \ |
PAGE_SIZE | 809 | mm/swap.c | total += nr * ((PAGE_SIZE>>10) << order); |
PAGE_SIZE | 810 | mm/swap.c | printk("%lu*%lukB ", nr, (PAGE_SIZE>>10) << order); |
PAGE_SIZE | 883 | mm/swap.c | address += PAGE_SIZE; |
PAGE_SIZE | 1117 | mm/swap.c | memset(p->swap_lockmap+PAGE_SIZE-10,0,10); |
PAGE_SIZE | 1121 | mm/swap.c | for (i = 1 ; i < 8*PAGE_SIZE ; i++) { |
PAGE_SIZE | 1147 | mm/swap.c | memset(p->swap_lockmap,0,PAGE_SIZE); |
PAGE_SIZE | 59 | mm/vmalloc.c | address += PAGE_SIZE; |
PAGE_SIZE | 125 | mm/vmalloc.c | address += PAGE_SIZE; |
PAGE_SIZE | 177 | mm/vmalloc.c | if ((PAGE_SIZE-1) & (unsigned long) addr) { |
PAGE_SIZE | 204 | mm/vmalloc.c | area->size = size + PAGE_SIZE; |
PAGE_SIZE | 234 | mm/vmalloc.c | n = tmp->size - PAGE_SIZE; |
PAGE_SIZE | 61 | net/unix/unix.h | #define BUF_SIZE PAGE_SIZE |