tag | line | file | source code |
PAGE_SIZE | 175 | arch/alpha/boot/main.c | "r" (PAGE_SIZE + INIT_STACK)); |
PAGE_SIZE | 441 | arch/alpha/kernel/osf_sys.c | return PAGE_SIZE; |
PAGE_SIZE | 117 | arch/alpha/kernel/process.c | stack_offset = PAGE_SIZE - sizeof(struct pt_regs); |
PAGE_SIZE | 119 | arch/alpha/kernel/process.c | stack_offset = (PAGE_SIZE-1) & (unsigned long) regs; |
PAGE_SIZE | 266 | arch/alpha/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > (PAGE_SIZE-sizeof(long))) { |
PAGE_SIZE | 328 | arch/alpha/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 85 | 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 | 162 | arch/alpha/mm/init.c | tmp += PAGE_SIZE; |
PAGE_SIZE | 173 | arch/alpha/mm/init.c | for (tmp = PAGE_OFFSET ; tmp < high_memory ; tmp += PAGE_SIZE) { |
PAGE_SIZE | 58 | arch/i386/kernel/ldt.c | limit *= PAGE_SIZE; |
PAGE_SIZE | 168 | arch/i386/kernel/process.c | p->tss.esp0 = p->kernel_stack_page + PAGE_SIZE; |
PAGE_SIZE | 170 | arch/i386/kernel/process.c | childregs = ((struct pt_regs *) (p->kernel_stack_page + PAGE_SIZE)) - 1; |
PAGE_SIZE | 231 | arch/i386/kernel/process.c | dump->start_stack = regs->esp & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 233 | arch/i386/kernel/process.c | dump->u_dsize = ((unsigned long) (current->mm->brk + (PAGE_SIZE-1))) >> 12; |
PAGE_SIZE | 214 | arch/i386/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 256 | arch/i386/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 61 | 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 | 48 | arch/i386/mm/init.c | "c" (PAGE_SIZE/4) |
PAGE_SIZE | 55 | arch/i386/mm/init.c | extern char empty_bad_page[PAGE_SIZE]; |
PAGE_SIZE | 60 | arch/i386/mm/init.c | "c" (PAGE_SIZE/4) |
PAGE_SIZE | 116 | arch/i386/mm/init.c | memset((void *) 0, 0, PAGE_SIZE); |
PAGE_SIZE | 151 | arch/i386/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 163 | arch/i386/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 172 | arch/i386/mm/init.c | unsigned long start_low_mem = PAGE_SIZE; |
PAGE_SIZE | 183 | arch/i386/mm/init.c | memset(empty_zero_page, 0, PAGE_SIZE); |
PAGE_SIZE | 196 | arch/i386/mm/init.c | start_low_mem += PAGE_SIZE; |
PAGE_SIZE | 201 | arch/i386/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 209 | 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 | 73 | arch/sparc/kernel/ioport.c | for (; len > 0; len -= PAGE_SIZE){ |
PAGE_SIZE | 75 | arch/sparc/kernel/ioport.c | vaddr += PAGE_SIZE; |
PAGE_SIZE | 76 | arch/sparc/kernel/ioport.c | addr += PAGE_SIZE; |
PAGE_SIZE | 78 | arch/sparc/kernel/ioport.c | next_free_region += PAGE_SIZE; |
PAGE_SIZE | 104 | arch/sparc/kernel/ioport.c | for (; len > 0; len -= PAGE_SIZE){ |
PAGE_SIZE | 107 | arch/sparc/kernel/ioport.c | vaddr += PAGE_SIZE; |
PAGE_SIZE | 108 | arch/sparc/kernel/ioport.c | dvma_next_free += PAGE_SIZE; |
PAGE_SIZE | 365 | arch/sparc/kernel/irq.c | PAGE_SIZE*NCPUS, "interrupts_percpu", |
PAGE_SIZE | 370 | arch/sparc/kernel/irq.c | (void *) INTREG_VADDR+(NCPUS*PAGE_SIZE), |
PAGE_SIZE | 396 | arch/sparc/kernel/probe.c | PAGE_SIZE*NCPUS, "counters_percpu", cnt_regs[0].which_io, 0x0); |
PAGE_SIZE | 400 | arch/sparc/kernel/probe.c | (void *) TIMER_VADDR+(NCPUS*PAGE_SIZE), |
PAGE_SIZE | 101 | arch/sparc/kernel/process.c | ((p->kernel_stack_page + PAGE_SIZE - 80)&(~7))); |
PAGE_SIZE | 111 | arch/sparc/kernel/process.c | p->tss.ksp = (unsigned long) ((p->kernel_stack_page + PAGE_SIZE - 80 - 96)&(~7)); |
PAGE_SIZE | 162 | arch/sparc/mm/fault.c | if((unsigned long) address < PAGE_SIZE) { |
PAGE_SIZE | 282 | arch/sparc/mm/fault.c | if((unsigned long) address < PAGE_SIZE) { |
PAGE_SIZE | 422 | arch/sparc/mm/fault.c | if((unsigned long) address < PAGE_SIZE) { |
PAGE_SIZE | 548 | arch/sparc/mm/fault.c | if((unsigned long) address < PAGE_SIZE) { |
PAGE_SIZE | 64 | arch/sparc/mm/init.c | memset((void *) EMPTY_PGT, 0, PAGE_SIZE); |
PAGE_SIZE | 70 | arch/sparc/mm/init.c | memset((void *) EMPTY_PGE, 0, PAGE_SIZE); |
PAGE_SIZE | 76 | arch/sparc/mm/init.c | memset((void *) ZERO_PGE, 0, PAGE_SIZE); |
PAGE_SIZE | 185 | arch/sparc/mm/init.c | addr += PAGE_SIZE; |
PAGE_SIZE | 188 | arch/sparc/mm/init.c | for(addr = start_mem; addr < end_mem; addr += PAGE_SIZE) |
PAGE_SIZE | 195 | arch/sparc/mm/init.c | for (addr = PAGE_OFFSET; addr < end_mem; addr += PAGE_SIZE) { |
PAGE_SIZE | 638 | arch/sparc/mm/srmmu.c | memset(swapper_pg_dir, 0, PAGE_SIZE); |
PAGE_SIZE | 648 | arch/sparc/mm/srmmu.c | for(vaddr = KERNBASE; vaddr < end_mem; vaddr+=PAGE_SIZE) { |
PAGE_SIZE | 705 | arch/sparc/mm/srmmu.c | *ptep++ = srmmu_mk_pte((unsigned int) srmmu_init_alloc(&mempool, PAGE_SIZE), |
PAGE_SIZE | 708 | arch/sparc/mm/srmmu.c | *ptep++ = srmmu_mk_pte((unsigned int) srmmu_init_alloc(&mempool, PAGE_SIZE), |
PAGE_SIZE | 711 | arch/sparc/mm/srmmu.c | *ptep = srmmu_mk_pte((unsigned int) srmmu_init_alloc(&mempool, PAGE_SIZE), |
PAGE_SIZE | 759 | arch/sparc/mm/srmmu.c | vaddr += PAGE_SIZE; |
PAGE_SIZE | 444 | arch/sparc/mm/sun4c.c | memset(swapper_pg_dir, 0, PAGE_SIZE); |
PAGE_SIZE | 445 | arch/sparc/mm/sun4c.c | memset(pg0, 0, PAGE_SIZE); |
PAGE_SIZE | 449 | arch/sparc/mm/sun4c.c | for(vaddr=0; vaddr<(256*1024); vaddr+=PAGE_SIZE) put_pte(vaddr, 0); |
PAGE_SIZE | 480 | arch/sparc/mm/sun4c.c | for(vaddr = KERNBASE; vaddr < end_mem; vaddr+=PAGE_SIZE) { |
PAGE_SIZE | 485 | arch/sparc/mm/sun4c.c | mempool += PAGE_SIZE; |
PAGE_SIZE | 514 | arch/sparc/mm/sun4c.c | for(addr=((unsigned long) (&empty_zero_page)) + PAGE_SIZE; |
PAGE_SIZE | 515 | arch/sparc/mm/sun4c.c | addr < ((unsigned long) (&etext)); addr += PAGE_SIZE) |
PAGE_SIZE | 543 | arch/sparc/mm/sun4c.c | for(vaddr=addr; vaddr < (addr+SUN4C_REAL_PGDIR_SIZE); vaddr+=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 | 174 | drivers/block/floppy.c | : "r" (size / PAGE_SIZE) ); |
PAGE_SIZE | 177 | drivers/block/floppy.c | if (size <= (PAGE_SIZE << order)) |
PAGE_SIZE | 413 | drivers/block/ll_rw_blk.c | unsigned long sector = page * (PAGE_SIZE / 512); |
PAGE_SIZE | 431 | drivers/block/ll_rw_blk.c | req->nr_sectors = PAGE_SIZE / 512; |
PAGE_SIZE | 432 | drivers/block/ll_rw_blk.c | req->current_nr_sectors = PAGE_SIZE / 512; |
PAGE_SIZE | 543 | 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 | 175 | drivers/block/ramdisk.c | bh = breada(ROOT_DEV, block, BLOCK_SIZE, 0, PAGE_SIZE); |
PAGE_SIZE | 825 | drivers/char/cyclades.c | & (PAGE_SIZE - 1); |
PAGE_SIZE | 831 | drivers/char/cyclades.c | & (PAGE_SIZE - 1); |
PAGE_SIZE | 1511 | drivers/char/cyclades.c | if (info->xmit_cnt >= PAGE_SIZE - 1) { |
PAGE_SIZE | 1517 | drivers/char/cyclades.c | info->xmit_head &= PAGE_SIZE - 1; |
PAGE_SIZE | 1630 | 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 | 1751 | drivers/char/tty_io.c | if (sizeof(struct tty_struct) > PAGE_SIZE) |
PAGE_SIZE | 596 | drivers/pci/pci.c | size = PAGE_SIZE - (strlen(MSG) + 1); |
PAGE_SIZE | 415 | drivers/scsi/hosts.c | Low24 += PAGE_SIZE) { |
PAGE_SIZE | 2179 | drivers/scsi/scsi.c | if(size == PAGE_SIZE) |
PAGE_SIZE | 2217 | drivers/scsi/scsi.c | if(size == PAGE_SIZE) |
PAGE_SIZE | 2336 | drivers/scsi/scsi.c | dma_sectors += (PAGE_SIZE >> 9) * host->sg_tablesize * |
PAGE_SIZE | 2355 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
PAGE_SIZE | 2611 | drivers/scsi/scsi.c | new_dma_sectors += (PAGE_SIZE >> 9) * host->sg_tablesize * |
PAGE_SIZE | 2641 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
PAGE_SIZE | 3058 | drivers/scsi/scsi.c | dma_sectors = PAGE_SIZE / 512; |
PAGE_SIZE | 3073 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
PAGE_SIZE | 3093 | drivers/scsi/scsi.c | scsi_init_free(dma_malloc_pages[i], PAGE_SIZE); |
PAGE_SIZE | 81 | fs/binfmt_elf.c | nbyte = elf_bss & (PAGE_SIZE-1); |
PAGE_SIZE | 83 | fs/binfmt_elf.c | nbyte = PAGE_SIZE - nbyte; |
PAGE_SIZE | 145 | fs/binfmt_elf.c | put_user(6,dlinfo++); put_user(PAGE_SIZE,dlinfo++); |
PAGE_SIZE | 202 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
PAGE_SIZE | 620 | fs/binfmt_elf.c | bprm->p -= MAX_ARG_PAGES*PAGE_SIZE; |
PAGE_SIZE | 718 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) { |
PAGE_SIZE | 915 | fs/binfmt_elf.c | if (!current->dumpable || limit < PAGE_SIZE) |
PAGE_SIZE | 1106 | fs/binfmt_elf.c | dataoff = offset = roundup(offset, PAGE_SIZE); |
PAGE_SIZE | 1130 | fs/binfmt_elf.c | phdr.p_align = 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 | 915 | fs/buffer.c | for (nr_buffer_heads+=i=PAGE_SIZE/sizeof*bh ; i>0; i--) { |
PAGE_SIZE | 949 | fs/buffer.c | offset = PAGE_SIZE; |
PAGE_SIZE | 950 | fs/buffer.c | while ((offset -= size) < PAGE_SIZE) { |
PAGE_SIZE | 1024 | fs/buffer.c | for (offset = size ; offset < PAGE_SIZE ; offset += size) { |
PAGE_SIZE | 1064 | fs/buffer.c | for (offset = 0 ; offset < PAGE_SIZE ; offset += size) { |
PAGE_SIZE | 1092 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1154 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j+= size) { |
PAGE_SIZE | 1161 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j += size, where += size) { |
PAGE_SIZE | 1181 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j+= size) { |
PAGE_SIZE | 1186 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j += size, address += size) { |
PAGE_SIZE | 1208 | fs/buffer.c | if ((size & 511) || (size > PAGE_SIZE)) { |
PAGE_SIZE | 1248 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1291 | fs/buffer.c | buffermem -= PAGE_SIZE; |
PAGE_SIZE | 1503 | fs/buffer.c | while((unsigned long) tmp->b_data & (PAGE_SIZE - 1)) |
PAGE_SIZE | 1579 | fs/buffer.c | for (offset = 0 ; offset < PAGE_SIZE ; offset += size) { |
PAGE_SIZE | 1604 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1623 | fs/buffer.c | for (i = 0, offset = 0 ; offset < PAGE_SIZE ; i++, offset += size) { |
PAGE_SIZE | 180 | fs/exec.c | if (current->rlim[RLIMIT_CORE].rlim_cur < PAGE_SIZE) |
PAGE_SIZE | 220 | fs/exec.c | if ((dump.u_dsize+dump.u_ssize+1) * PAGE_SIZE > |
PAGE_SIZE | 225 | fs/exec.c | if ((dump.u_ssize+1) * PAGE_SIZE > |
PAGE_SIZE | 233 | 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 | 565 | fs/exec.c | bprm.p = PAGE_SIZE*MAX_ARG_PAGES-sizeof(void *); |
PAGE_SIZE | 849 | fs/exec.c | fd_offset = setup_arg_pages(ex.a_text,bprm->page) - MAX_ARG_PAGES*PAGE_SIZE; |
PAGE_SIZE | 339 | fs/ext2/inode.c | if((nr & ((PAGE_SIZE >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)) - 1)) != 0) |
PAGE_SIZE | 343 | fs/ext2/inode.c | for(i=0; i< (PAGE_SIZE >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)); i++) { |
PAGE_SIZE | 76 | 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 | 498 | 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 | 71 | fs/proc/array.c | if (p >= high_memory + PAGE_SIZE) |
PAGE_SIZE | 73 | fs/proc/array.c | if (count > high_memory + PAGE_SIZE - p) |
PAGE_SIZE | 74 | fs/proc/array.c | count = high_memory + PAGE_SIZE - p; |
PAGE_SIZE | 89 | fs/proc/array.c | while (p < 2*PAGE_SIZE && count > 0) { |
PAGE_SIZE | 96 | fs/proc/array.c | memcpy_tofs(buf,(void *) (p - PAGE_SIZE),count); |
PAGE_SIZE | 333 | fs/proc/array.c | if (size < PAGE_SIZE) |
PAGE_SIZE | 416 | fs/proc/array.c | vsize = (*p)->mm->brk - (*p)->mm->start_code + PAGE_SIZE-1; |
PAGE_SIZE | 495 | fs/proc/array.c | address += PAGE_SIZE; |
PAGE_SIZE | 103 | fs/proc/inode.c | tmp.f_bsize = PAGE_SIZE/sizeof(long); |
PAGE_SIZE | 218 | fs/proc/inode.c | inode->i_size = high_memory + PAGE_SIZE; |
PAGE_SIZE | 74 | fs/proc/mem.c | i = PAGE_SIZE-(addr & ~PAGE_MASK); |
PAGE_SIZE | 138 | fs/proc/mem.c | i = PAGE_SIZE-(addr & ~PAGE_MASK); |
PAGE_SIZE | 233 | fs/proc/mem.c | stmp += PAGE_SIZE; |
PAGE_SIZE | 266 | fs/proc/mem.c | stmp += PAGE_SIZE; |
PAGE_SIZE | 267 | fs/proc/mem.c | dtmp += PAGE_SIZE; |
PAGE_SIZE | 47 | fs/smbfs/mmap.c | if (address + PAGE_SIZE > area->vm_end) { |
PAGE_SIZE | 48 | fs/smbfs/mmap.c | clear = address + PAGE_SIZE - area->vm_end; |
PAGE_SIZE | 55 | fs/smbfs/mmap.c | clear = PAGE_SIZE; |
PAGE_SIZE | 60 | fs/smbfs/mmap.c | for (i = 0; i < (PAGE_SIZE - clear); i += n) { |
PAGE_SIZE | 63 | fs/smbfs/mmap.c | hunk = PAGE_SIZE - i; |
PAGE_SIZE | 83 | fs/smbfs/mmap.c | tmp = page + PAGE_SIZE; |
PAGE_SIZE | 162 | fs/super.c | while (tmp && len < PAGE_SIZE - 80) { |
PAGE_SIZE | 557 | fs/super.c | if (PAGE_SIZE <= (unsigned long) i) |
PAGE_SIZE | 558 | 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 | 47 | include/asm-alpha/shmparam.h | #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ |
PAGE_SIZE | 7 | include/asm-i386/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 73 | include/asm-i386/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 41 | include/asm-i386/shmparam.h | #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ |
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 | 37 | include/asm-sparc/bugs.h | &swapper_pg_dir; present+=PAGE_SIZE) |
PAGE_SIZE | 32 | include/asm-sparc/irq.h | unsigned char space[PAGE_SIZE - 12]; |
PAGE_SIZE | 16 | include/asm-sparc/mp.h | unsigned int kernel_stack[PAGE_SIZE/4]; /* One page */ |
PAGE_SIZE | 21 | include/asm-sparc/mp.h | char filler[PERCPU_ENTSIZE-(PAGE_SIZE*2)-0xc]; |
PAGE_SIZE | 19 | include/asm-sparc/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 91 | include/asm-sparc/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 75 | include/asm-sparc/pgtable.h | #define PTRS_PER_PAGE (PAGE_SIZE/sizeof(void*)) |
PAGE_SIZE | 341 | include/asm-sparc/pgtable.h | clr_addr+=PAGE_SIZE) |
PAGE_SIZE | 61 | include/asm-sparc/timer.h | volatile unsigned char space[PAGE_SIZE - 16]; |
PAGE_SIZE | 108 | include/linux/a.out.h | #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0) |
PAGE_SIZE | 125 | include/linux/a.out.h | #define SEGMENT_SIZE PAGE_SIZE |
PAGE_SIZE | 133 | include/linux/a.out.h | #define SEGMENT_SIZE PAGE_SIZE |
PAGE_SIZE | 27 | include/linux/ioctl.h | #define IOCSIZE_MAX ((PAGE_SIZE-1)&(IOCSIZE_MASK >> IOCSIZE_SHIFT)) |
PAGE_SIZE | 162 | include/linux/mm.h | memset((void *) page, 0, PAGE_SIZE); |
PAGE_SIZE | 76 | ipc/shm.c | int numpages = (size + PAGE_SIZE -1) >> PAGE_SHIFT; |
PAGE_SIZE | 436 | ipc/shm.c | tmp += PAGE_SIZE, shm_sgn += SWP_ENTRY(0, 1 << SHM_IDX_SHIFT)) |
PAGE_SIZE | 489 | ipc/shm.c | addr > current->mm->start_stack - PAGE_SIZE*(shp->shm_npages + 4)) |
PAGE_SIZE | 516 | ipc/shm.c | shmd->vm_end = addr + shp->shm_npages * PAGE_SIZE; |
PAGE_SIZE | 162 | kernel/module.c | npages = (size + sizeof (long) + PAGE_SIZE - 1) / PAGE_SIZE; |
PAGE_SIZE | 163 | kernel/module.c | if ((addr = vmalloc(npages * PAGE_SIZE)) == 0) { |
PAGE_SIZE | 225 | kernel/module.c | if ((codesize + sizeof (long) + PAGE_SIZE - 1) / PAGE_SIZE > mp->size) |
PAGE_SIZE | 229 | kernel/module.c | mp->size * PAGE_SIZE - (codesize + sizeof (long))); |
PAGE_SIZE | 799 | kernel/sched.c | for (free = 1; free < PAGE_SIZE/sizeof(long) ; free++) { |
PAGE_SIZE | 429 | kernel/sys.c | if (find_vma_intersection(current, oldbrk, newbrk+PAGE_SIZE)) |
PAGE_SIZE | 33 | mm/filemap.c | int i = PAGE_SIZE >> shift; |
PAGE_SIZE | 47 | mm/filemap.c | int nr[PAGE_SIZE/512]; |
PAGE_SIZE | 70 | mm/filemap.c | int nr[PAGE_SIZE/512]; |
PAGE_SIZE | 171 | mm/filemap.c | address += PAGE_SIZE; |
PAGE_SIZE | 24 | mm/kmalloc.c | #define MAX_KMALLOC_K ((PAGE_SIZE<<(NUM_AREA_ORDERS-1))>>10) |
PAGE_SIZE | 101 | mm/kmalloc.c | #if PAGE_SIZE == 4096 |
PAGE_SIZE | 118 | mm/kmalloc.c | #elif PAGE_SIZE == 8192 |
PAGE_SIZE | 141 | mm/kmalloc.c | #define AREASIZE(order) (PAGE_SIZE<<(sizes[order].gfporder)) |
PAGE_SIZE | 63 | mm/memory.c | #define copy_page(from,to) memcpy((void *) to, (void *) from, PAGE_SIZE) |
PAGE_SIZE | 378 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 438 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 506 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 507 | mm/memory.c | offset += PAGE_SIZE; |
PAGE_SIZE | 761 | mm/memory.c | start += PAGE_SIZE; |
PAGE_SIZE | 42 | mm/mprotect.c | address += PAGE_SIZE; |
PAGE_SIZE | 143 | mm/swap.c | unsigned int zones[PAGE_SIZE/512]; |
PAGE_SIZE | 162 | mm/swap.c | for (i=0, j=0; j< PAGE_SIZE ; i++, j += 512){ |
PAGE_SIZE | 173 | mm/swap.c | for (i=0, j=0; j< PAGE_SIZE ; i++, j +=swapf->i_sb->s_blocksize) |
PAGE_SIZE | 454 | mm/swap.c | vma->vm_task->mm->swap_address = address + PAGE_SIZE; |
PAGE_SIZE | 458 | mm/swap.c | address += PAGE_SIZE; |
PAGE_SIZE | 760 | mm/swap.c | do { unsigned long size = PAGE_SIZE << high; \ |
PAGE_SIZE | 819 | mm/swap.c | total += nr * ((PAGE_SIZE>>10) << order); |
PAGE_SIZE | 820 | mm/swap.c | printk("%lu*%lukB ", nr, (PAGE_SIZE>>10) << order); |
PAGE_SIZE | 893 | mm/swap.c | address += PAGE_SIZE; |
PAGE_SIZE | 1138 | mm/swap.c | if (memcmp("SWAP-SPACE",p->swap_lockmap+PAGE_SIZE-10,10)) { |
PAGE_SIZE | 1143 | mm/swap.c | memset(p->swap_lockmap+PAGE_SIZE-10,0,10); |
PAGE_SIZE | 1147 | mm/swap.c | for (i = 1 ; i < 8*PAGE_SIZE ; i++) { |
PAGE_SIZE | 1173 | mm/swap.c | memset(p->swap_lockmap,0,PAGE_SIZE); |
PAGE_SIZE | 58 | mm/vmalloc.c | address += PAGE_SIZE; |
PAGE_SIZE | 124 | mm/vmalloc.c | address += PAGE_SIZE; |
PAGE_SIZE | 183 | mm/vmalloc.c | address += PAGE_SIZE; |
PAGE_SIZE | 184 | mm/vmalloc.c | offset += PAGE_SIZE; |
PAGE_SIZE | 240 | mm/vmalloc.c | area->size = size + PAGE_SIZE; |
PAGE_SIZE | 259 | mm/vmalloc.c | if ((PAGE_SIZE-1) & (unsigned long) addr) { |
PAGE_SIZE | 334 | mm/vmalloc.c | n = tmp->size - PAGE_SIZE; |