tag | line | file | source code |
PAGE_SIZE | 198 | arch/alpha/boot/main.c | "r" (PAGE_SIZE + INIT_STACK)); |
PAGE_SIZE | 441 | arch/alpha/kernel/osf_sys.c | return PAGE_SIZE; |
PAGE_SIZE | 126 | arch/alpha/kernel/process.c | stack_offset = PAGE_SIZE - sizeof(struct pt_regs); |
PAGE_SIZE | 128 | arch/alpha/kernel/process.c | stack_offset = (PAGE_SIZE-1) & (unsigned long) regs; |
PAGE_SIZE | 156 | arch/alpha/kernel/process.c | dump->start_stack = rdusp() & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 158 | arch/alpha/kernel/process.c | dump->u_dsize = (current->mm->brk + (PAGE_SIZE - 1) - dump->start_data) >> PAGE_SHIFT; |
PAGE_SIZE | 160 | arch/alpha/kernel/process.c | (current->mm->start_stack - dump->start_stack + PAGE_SIZE - 1) >> PAGE_SHIFT; |
PAGE_SIZE | 70 | arch/alpha/kernel/ptrace.c | #define PT_REG(reg) (PAGE_SIZE - sizeof(struct pt_regs) \ |
PAGE_SIZE | 72 | arch/alpha/kernel/ptrace.c | #define SW_REG(reg) (PAGE_SIZE - sizeof(struct pt_regs) \ |
PAGE_SIZE | 297 | arch/alpha/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > (PAGE_SIZE - sizeof(long))) { |
PAGE_SIZE | 337 | arch/alpha/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 88 | arch/alpha/kernel/setup.c | high = (high + PAGE_SIZE) & (PAGE_MASK*2); |
PAGE_SIZE | 43 | arch/alpha/mm/init.c | memset((void *) EMPTY_PGT, 0, PAGE_SIZE); |
PAGE_SIZE | 49 | arch/alpha/mm/init.c | memset((void *) EMPTY_PGE, 0, PAGE_SIZE); |
PAGE_SIZE | 128 | arch/alpha/mm/init.c | memset((void *) ZERO_PAGE, 0, PAGE_SIZE); |
PAGE_SIZE | 129 | arch/alpha/mm/init.c | memset(swapper_pg_dir, 0, PAGE_SIZE); |
PAGE_SIZE | 155 | arch/alpha/mm/init.c | tmp += PAGE_SIZE; |
PAGE_SIZE | 163 | 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 | 243 | arch/i386/kernel/process.c | p->tss.esp0 = p->kernel_stack_page + PAGE_SIZE; |
PAGE_SIZE | 245 | arch/i386/kernel/process.c | childregs = ((struct pt_regs *) (p->kernel_stack_page + PAGE_SIZE)) - 1; |
PAGE_SIZE | 306 | arch/i386/kernel/process.c | dump->start_stack = regs->esp & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 308 | arch/i386/kernel/process.c | dump->u_dsize = ((unsigned long) (current->mm->brk + (PAGE_SIZE-1))) >> 12; |
PAGE_SIZE | 215 | arch/i386/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 257 | arch/i386/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 71 | arch/i386/kernel/setup.c | extern char empty_zero_page[PAGE_SIZE]; |
PAGE_SIZE | 353 | arch/i386/kernel/smp.c | int size=(num_processors-1)*PAGE_SIZE; /* Number of stacks needed */ |
PAGE_SIZE | 376 | arch/i386/kernel/smp.c | kstack_base+=PAGE_SIZE; |
PAGE_SIZE | 123 | arch/i386/mm/fault.c | if ((unsigned long) (address-TASK_SIZE) < PAGE_SIZE) { |
PAGE_SIZE | 50 | arch/i386/mm/init.c | extern char empty_bad_page_table[PAGE_SIZE]; |
PAGE_SIZE | 55 | arch/i386/mm/init.c | "c" (PAGE_SIZE/4) |
PAGE_SIZE | 62 | arch/i386/mm/init.c | extern char empty_bad_page[PAGE_SIZE]; |
PAGE_SIZE | 67 | arch/i386/mm/init.c | "c" (PAGE_SIZE/4) |
PAGE_SIZE | 124 | arch/i386/mm/init.c | memset((void *) 0, 0, PAGE_SIZE); |
PAGE_SIZE | 175 | arch/i386/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 187 | arch/i386/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 196 | arch/i386/mm/init.c | unsigned long start_low_mem = PAGE_SIZE; |
PAGE_SIZE | 207 | arch/i386/mm/init.c | memset(empty_zero_page, 0, PAGE_SIZE); |
PAGE_SIZE | 216 | arch/i386/mm/init.c | start_low_mem += PAGE_SIZE; /* 32bit startup code */ |
PAGE_SIZE | 228 | arch/i386/mm/init.c | start_low_mem += PAGE_SIZE; |
PAGE_SIZE | 233 | arch/i386/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 238 | arch/i386/mm/init.c | for (tmp = 0 ; tmp < high_memory ; tmp += PAGE_SIZE) { |
PAGE_SIZE | 124 | arch/mips/kernel/process.c | childksp = p->kernel_stack_page + PAGE_SIZE - 8; |
PAGE_SIZE | 128 | arch/mips/kernel/process.c | childregs = ((struct pt_regs *) (p->kernel_stack_page + PAGE_SIZE)) - 1; |
PAGE_SIZE | 192 | arch/mips/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 234 | arch/mips/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 201 | arch/mips/kernel/setup.c | extern char empty_zero_page[PAGE_SIZE]; |
PAGE_SIZE | 42 | arch/mips/kernel/sysmips.c | if (address > PAGE_SIZE) |
PAGE_SIZE | 112 | arch/mips/kernel/traps.c | if (((u32) stack & (PAGE_SIZE -1)) == 0) |
PAGE_SIZE | 123 | arch/mips/kernel/traps.c | while (((u32)stack & (PAGE_SIZE -1)) != 0) { |
PAGE_SIZE | 61 | arch/mips/mm/fault.c | sys_cacheflush(address, PAGE_SIZE, BCACHE); |
PAGE_SIZE | 32 | arch/mips/mm/init.c | extern char empty_zero_page[PAGE_SIZE]; |
PAGE_SIZE | 49 | arch/mips/mm/init.c | extern char empty_bad_page_table[PAGE_SIZE]; |
PAGE_SIZE | 76 | arch/mips/mm/init.c | "1" (PAGE_SIZE/8)); |
PAGE_SIZE | 89 | arch/mips/mm/init.c | "1" (PAGE_SIZE/4)); |
PAGE_SIZE | 118 | arch/mips/mm/init.c | "1" (PAGE_SIZE/8)); |
PAGE_SIZE | 130 | arch/mips/mm/init.c | "1" (PAGE_SIZE/4)); |
PAGE_SIZE | 137 | arch/mips/mm/init.c | sys_cacheflush((void *)page, PAGE_SIZE, BCACHE); |
PAGE_SIZE | 144 | arch/mips/mm/init.c | extern char empty_bad_page[PAGE_SIZE]; |
PAGE_SIZE | 186 | arch/mips/mm/init.c | (void *) (from + (PT_OFFSET - PAGE_OFFSET)), PAGE_SIZE); |
PAGE_SIZE | 255 | arch/mips/mm/init.c | tmp += PAGE_SIZE; |
PAGE_SIZE | 267 | arch/mips/mm/init.c | for (tmp = PAGE_OFFSET ; tmp < high_memory ; tmp += PAGE_SIZE) { |
PAGE_SIZE | 122 | arch/ppc/kernel/process.c | childregs = ((struct pt_regs *) (p->kernel_stack_page + 2*PAGE_SIZE)) - 2; |
PAGE_SIZE | 73 | arch/ppc/mm/init.c | extern char empty_bad_page_table[PAGE_SIZE]; |
PAGE_SIZE | 97 | arch/ppc/mm/init.c | extern char empty_bad_page[PAGE_SIZE]; |
PAGE_SIZE | 121 | arch/ppc/mm/init.c | extern char empty_zero_page[PAGE_SIZE]; |
PAGE_SIZE | 122 | arch/ppc/mm/init.c | bzero(empty_zero_page, PAGE_SIZE); |
PAGE_SIZE | 179 | arch/ppc/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 192 | arch/ppc/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 222 | arch/ppc/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 233 | arch/ppc/mm/init.c | for (tmp = KERNELBASE ; tmp < high_memory ; tmp += PAGE_SIZE) |
PAGE_SIZE | 753 | arch/ppc/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 757 | arch/ppc/mm/init.c | address += PAGE_SIZE*PTRS_PER_PTE; |
PAGE_SIZE | 761 | arch/ppc/mm/init.c | address += PAGE_SIZE*PTRS_PER_PTE; |
PAGE_SIZE | 78 | arch/sparc/kernel/ioport.c | for (; len > 0; len -= PAGE_SIZE){ |
PAGE_SIZE | 80 | arch/sparc/kernel/ioport.c | vaddr += PAGE_SIZE; |
PAGE_SIZE | 81 | arch/sparc/kernel/ioport.c | addr += PAGE_SIZE; |
PAGE_SIZE | 83 | arch/sparc/kernel/ioport.c | next_free_region += PAGE_SIZE; |
PAGE_SIZE | 387 | arch/sparc/kernel/irq.c | PAGE_SIZE*NCPUS, "interrupts_percpu", |
PAGE_SIZE | 392 | arch/sparc/kernel/irq.c | (void *) INTREG_VADDR+(NCPUS*PAGE_SIZE), |
PAGE_SIZE | 400 | arch/sparc/kernel/probe.c | PAGE_SIZE*NCPUS, "counters_percpu", |
PAGE_SIZE | 405 | arch/sparc/kernel/probe.c | (void *) TIMER_VADDR+(NCPUS*PAGE_SIZE), |
PAGE_SIZE | 143 | arch/sparc/kernel/process.c | stack_offset = (PAGE_SIZE - TRACEREG_SZ); |
PAGE_SIZE | 161 | arch/sparc/kernel/process.c | memcpy((char *)n_stack,(char *)(sp & PAGE_MASK),PAGE_SIZE); |
PAGE_SIZE | 25 | arch/sparc/kernel/sys_sparc.c | return PAGE_SIZE; /* Possibly older binaries want 8192 on sun4's? */ |
PAGE_SIZE | 160 | arch/sparc/kernel/sys_sunos.c | if (find_vma_intersection(current, oldbrk, newbrk+PAGE_SIZE)) |
PAGE_SIZE | 278 | arch/sparc/kernel/sys_sunos.c | if(addr & (PAGE_SIZE - 1)) |
PAGE_SIZE | 281 | arch/sparc/kernel/sys_sunos.c | num_pages = (len / PAGE_SIZE); |
PAGE_SIZE | 289 | arch/sparc/kernel/sys_sunos.c | for(limit = addr + len; addr < limit; addr += PAGE_SIZE, pnum++) { |
PAGE_SIZE | 453 | arch/sparc/kernel/sys_sunos.c | (PAGE_SIZE - TRACEREG_SZ)); |
PAGE_SIZE | 710 | arch/sparc/kernel/sys_sunos.c | (PAGE_SIZE - TRACEREG_SZ)); |
PAGE_SIZE | 202 | arch/sparc/mm/fault.c | if((unsigned long) address < PAGE_SIZE) { |
PAGE_SIZE | 45 | arch/sparc/mm/init.c | memset((void *) EMPTY_PGT, 0, PAGE_SIZE); |
PAGE_SIZE | 51 | arch/sparc/mm/init.c | memset((void *) EMPTY_PGE, 0, PAGE_SIZE); |
PAGE_SIZE | 57 | arch/sparc/mm/init.c | memset((void *) ZERO_PGE, 0, PAGE_SIZE); |
PAGE_SIZE | 159 | arch/sparc/mm/init.c | addr += PAGE_SIZE; |
PAGE_SIZE | 162 | arch/sparc/mm/init.c | for(addr = start_mem; addr < end_mem; addr += PAGE_SIZE) { |
PAGE_SIZE | 169 | arch/sparc/mm/init.c | ((phys_addr + PAGE_SIZE) < limit)) |
PAGE_SIZE | 173 | arch/sparc/mm/init.c | for (addr = PAGE_OFFSET; addr < end_mem; addr += PAGE_SIZE) { |
PAGE_SIZE | 600 | arch/sparc/mm/srmmu.c | memset(swapper_pg_dir, 0, PAGE_SIZE); |
PAGE_SIZE | 610 | arch/sparc/mm/srmmu.c | for(vaddr = KERNBASE; vaddr < end_mem; vaddr+=PAGE_SIZE) { |
PAGE_SIZE | 648 | arch/sparc/mm/srmmu.c | vaddr += PAGE_SIZE) { |
PAGE_SIZE | 663 | arch/sparc/mm/srmmu.c | *ptep = srmmu_mk_pte((unsigned int) srmmu_init_alloc(&mempool, PAGE_SIZE), SRMMU_PAGE_KERNEL); |
PAGE_SIZE | 692 | arch/sparc/mm/srmmu.c | *ptep++ = srmmu_mk_pte((unsigned int) srmmu_init_alloc(&mempool, PAGE_SIZE), |
PAGE_SIZE | 695 | arch/sparc/mm/srmmu.c | *ptep++ = srmmu_mk_pte((unsigned int) srmmu_init_alloc(&mempool, PAGE_SIZE), |
PAGE_SIZE | 698 | arch/sparc/mm/srmmu.c | *ptep = srmmu_mk_pte((unsigned int) srmmu_init_alloc(&mempool, PAGE_SIZE), |
PAGE_SIZE | 750 | arch/sparc/mm/srmmu.c | vaddr += PAGE_SIZE; |
PAGE_SIZE | 583 | arch/sparc/mm/sun4c.c | for(; first_page <= last_page; first_page += PAGE_SIZE) { |
PAGE_SIZE | 597 | arch/sparc/mm/sun4c.c | for(; first_page <= last_page; first_page += PAGE_SIZE) |
PAGE_SIZE | 694 | arch/sparc/mm/sun4c.c | clean += PAGE_SIZE) |
PAGE_SIZE | 714 | arch/sparc/mm/sun4c.c | segaddr += PAGE_SIZE; |
PAGE_SIZE | 734 | arch/sparc/mm/sun4c.c | put_pte((i * PAGE_SIZE), 0x0); |
PAGE_SIZE | 858 | arch/sparc/mm/sun4c.c | memset(swapper_pg_dir, 0, PAGE_SIZE); |
PAGE_SIZE | 859 | arch/sparc/mm/sun4c.c | memset(pg0, 0, PAGE_SIZE); |
PAGE_SIZE | 881 | arch/sparc/mm/sun4c.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 900 | arch/sparc/mm/sun4c.c | kern_begin += PAGE_SIZE; |
PAGE_SIZE | 907 | arch/sparc/mm/sun4c.c | for(; kadb_begin < prom_end; kadb_begin += PAGE_SIZE) { |
PAGE_SIZE | 918 | arch/sparc/mm/sun4c.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 924 | arch/sparc/mm/sun4c.c | addr += PAGE_SIZE; |
PAGE_SIZE | 181 | drivers/block/floppy.c | : "r" (size / PAGE_SIZE)); |
PAGE_SIZE | 184 | drivers/block/floppy.c | if (size <= (PAGE_SIZE << order)) |
PAGE_SIZE | 70 | drivers/block/ide-tape.h | #if PAGE_SIZE == 4096 |
PAGE_SIZE | 72 | drivers/block/ide-tape.h | #elif PAGE_SIZE == 8192 |
PAGE_SIZE | 443 | drivers/block/ll_rw_blk.c | unsigned long sector = page * (PAGE_SIZE / 512); |
PAGE_SIZE | 469 | drivers/block/ll_rw_blk.c | req->nr_sectors = PAGE_SIZE / 512; |
PAGE_SIZE | 470 | drivers/block/ll_rw_blk.c | req->current_nr_sectors = PAGE_SIZE / 512; |
PAGE_SIZE | 583 | drivers/block/ll_rw_blk.c | buffersize = PAGE_SIZE / nb; |
PAGE_SIZE | 143 | drivers/block/triton.c | #define PRD_ENTRIES (PAGE_SIZE / (2 * PRD_BYTES)) |
PAGE_SIZE | 881 | drivers/char/cyclades.c | & (PAGE_SIZE - 1); |
PAGE_SIZE | 887 | drivers/char/cyclades.c | & (PAGE_SIZE - 1); |
PAGE_SIZE | 1558 | drivers/char/cyclades.c | if (info->xmit_cnt >= PAGE_SIZE - 1) { |
PAGE_SIZE | 1564 | drivers/char/cyclades.c | info->xmit_head &= PAGE_SIZE - 1; |
PAGE_SIZE | 1678 | drivers/char/cyclades.c | ret = PAGE_SIZE - info->xmit_cnt - 1; |
PAGE_SIZE | 53 | drivers/char/mem.c | while (p < PAGE_OFFSET + PAGE_SIZE && count > 0) { |
PAGE_SIZE | 81 | drivers/char/mem.c | while (PAGE_OFFSET + p < PAGE_SIZE && count > 0) { |
PAGE_SIZE | 36 | drivers/char/pty.c | #define PTY_BUF_SIZE PAGE_SIZE/2 |
PAGE_SIZE | 1808 | drivers/char/tty_io.c | if (sizeof(struct tty_struct) > PAGE_SIZE) |
PAGE_SIZE | 652 | drivers/pci/pci.c | size = PAGE_SIZE - (strlen(MSG) + 1); |
PAGE_SIZE | 417 | drivers/scsi/hosts.c | Low24 += PAGE_SIZE) { |
PAGE_SIZE | 2227 | drivers/scsi/scsi.c | if ((size % PAGE_SIZE) == 0) { |
PAGE_SIZE | 2229 | drivers/scsi/scsi.c | for (order = 0, a_size = PAGE_SIZE; |
PAGE_SIZE | 2250 | drivers/scsi/scsi.c | if ((size % PAGE_SIZE) == 0) { |
PAGE_SIZE | 2253 | drivers/scsi/scsi.c | for (order = 0, a_size = PAGE_SIZE; |
PAGE_SIZE | 2533 | drivers/scsi/scsi.c | scsi_init_free(dma_malloc_pages[i], PAGE_SIZE); |
PAGE_SIZE | 2569 | drivers/scsi/scsi.c | new_dma_sectors += (PAGE_SIZE >> 9) * host->sg_tablesize * |
PAGE_SIZE | 2604 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
PAGE_SIZE | 3117 | drivers/scsi/scsi.c | dma_sectors = PAGE_SIZE / 512; |
PAGE_SIZE | 3133 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
PAGE_SIZE | 1976 | drivers/scsi/st.c | for (a_size = PAGE_SIZE; a_size < st_buffer_size; a_size <<= 1) |
PAGE_SIZE | 2016 | drivers/scsi/st.c | for (a_size = PAGE_SIZE; a_size < new_size; a_size <<= 1) |
PAGE_SIZE | 567 | drivers/sound/soundcard.c | while (start_addr == NULL && audio_devs[dev]->buffsize > PAGE_SIZE) |
PAGE_SIZE | 571 | drivers/sound/soundcard.c | for (sz = 0, size = PAGE_SIZE; |
PAGE_SIZE | 575 | drivers/sound/soundcard.c | audio_devs[dev]->buffsize = PAGE_SIZE * (1 << sz); |
PAGE_SIZE | 630 | drivers/sound/soundcard.c | for (sz = 0, size = PAGE_SIZE; |
PAGE_SIZE | 75 | fs/binfmt_elf.c | nbyte = elf_bss & (PAGE_SIZE-1); |
PAGE_SIZE | 77 | fs/binfmt_elf.c | nbyte = PAGE_SIZE - nbyte; |
PAGE_SIZE | 134 | fs/binfmt_elf.c | NEW_AUX_ENT (AT_PAGESZ, PAGE_SIZE); |
PAGE_SIZE | 199 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
PAGE_SIZE | 641 | fs/binfmt_elf.c | bprm->p -= MAX_ARG_PAGES*PAGE_SIZE; |
PAGE_SIZE | 759 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
PAGE_SIZE | 962 | fs/binfmt_elf.c | if (!current->dumpable || limit < PAGE_SIZE) |
PAGE_SIZE | 1153 | fs/binfmt_elf.c | dataoff = offset = roundup(offset, PAGE_SIZE); |
PAGE_SIZE | 1177 | 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 | 37 | fs/buffer.c | #define MAX_BUF_PER_PAGE (PAGE_SIZE / 512) |
PAGE_SIZE | 549 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 560 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 695 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 703 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 964 | fs/buffer.c | for (nr_buffer_heads+=i=PAGE_SIZE/sizeof*bh ; i>0; i--) { |
PAGE_SIZE | 998 | fs/buffer.c | offset = PAGE_SIZE; |
PAGE_SIZE | 999 | fs/buffer.c | while ((offset -= size) < PAGE_SIZE) { |
PAGE_SIZE | 1073 | fs/buffer.c | for (offset = size ; offset < PAGE_SIZE ; offset += size) { |
PAGE_SIZE | 1113 | fs/buffer.c | for (offset = 0 ; offset < PAGE_SIZE ; offset += size) { |
PAGE_SIZE | 1141 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1203 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j+= size) { |
PAGE_SIZE | 1210 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j += size, where += size) { |
PAGE_SIZE | 1231 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j+= size) { |
PAGE_SIZE | 1236 | fs/buffer.c | for (i=0, j=0; j<PAGE_SIZE ; i++, j += size, address += size) { |
PAGE_SIZE | 1259 | fs/buffer.c | if ((size & 511) || (size > PAGE_SIZE)) { |
PAGE_SIZE | 1299 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1346 | fs/buffer.c | buffermem -= PAGE_SIZE; |
PAGE_SIZE | 1610 | fs/buffer.c | while((unsigned long) tmp->b_data & (PAGE_SIZE - 1)) |
PAGE_SIZE | 1686 | fs/buffer.c | for (offset = 0 ; offset < PAGE_SIZE ; offset += size) { |
PAGE_SIZE | 1708 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1727 | fs/buffer.c | for (i = 0, offset = 0 ; offset < PAGE_SIZE ; i++, offset += size) { |
PAGE_SIZE | 141 | fs/dquot.c | cnt = PAGE_SIZE / sizeof(struct dquot); |
PAGE_SIZE | 186 | fs/exec.c | if (current->rlim[RLIMIT_CORE].rlim_cur < PAGE_SIZE) |
PAGE_SIZE | 226 | fs/exec.c | if ((dump.u_dsize+dump.u_ssize+1) * PAGE_SIZE > |
PAGE_SIZE | 231 | fs/exec.c | if ((dump.u_ssize+1) * PAGE_SIZE > |
PAGE_SIZE | 246 | fs/exec.c | DUMP_SEEK(PAGE_SIZE); |
PAGE_SIZE | 447 | fs/exec.c | offset = p % PAGE_SIZE; |
PAGE_SIZE | 450 | fs/exec.c | if (!(pag = (char *) page[p/PAGE_SIZE]) && |
PAGE_SIZE | 451 | fs/exec.c | !(pag = (char *) page[p/PAGE_SIZE] = |
PAGE_SIZE | 473 | fs/exec.c | data_base -= PAGE_SIZE; |
PAGE_SIZE | 621 | fs/exec.c | bprm.p = PAGE_SIZE*MAX_ARG_PAGES-sizeof(void *); |
PAGE_SIZE | 874 | fs/exec.c | ex.a_text+ex.a_data + PAGE_SIZE - 1, |
PAGE_SIZE | 939 | fs/exec.c | fd_offset = setup_arg_pages(ex.a_text,bprm->page) - MAX_ARG_PAGES*PAGE_SIZE; |
PAGE_SIZE | 338 | fs/ext2/inode.c | if((nr & ((PAGE_SIZE >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)) - 1)) != 0) |
PAGE_SIZE | 342 | 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 | 512 | fs/inode.c | inode->i_blksize = PAGE_SIZE; |
PAGE_SIZE | 45 | fs/msdos/mmap.c | clear = PAGE_SIZE; |
PAGE_SIZE | 50 | fs/msdos/mmap.c | if (gap < PAGE_SIZE){ |
PAGE_SIZE | 51 | fs/msdos/mmap.c | clear = PAGE_SIZE - gap; |
PAGE_SIZE | 55 | fs/msdos/mmap.c | need_read = PAGE_SIZE - clear; |
PAGE_SIZE | 69 | 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 | 45 | fs/nfs/mmap.c | if (address + PAGE_SIZE > area->vm_end) { |
PAGE_SIZE | 46 | fs/nfs/mmap.c | clear = address + PAGE_SIZE - area->vm_end; |
PAGE_SIZE | 51 | fs/nfs/mmap.c | for (i = 0; i < (PAGE_SIZE - clear); i += n) { |
PAGE_SIZE | 54 | fs/nfs/mmap.c | hunk = PAGE_SIZE - i; |
PAGE_SIZE | 72 | fs/nfs/mmap.c | tmp = page + PAGE_SIZE; |
PAGE_SIZE | 68 | fs/proc/array.c | # define FIRST_MAPPED PAGE_SIZE /* we don't have page 0 mapped on x86.. */ |
PAGE_SIZE | 82 | fs/proc/array.c | memsize = MAP_NR(high_memory + PAGE_SIZE) << PAGE_SHIFT; |
PAGE_SIZE | 101 | fs/proc/array.c | while (count > 0 && p < PAGE_SIZE + FIRST_MAPPED) { |
PAGE_SIZE | 108 | fs/proc/array.c | memcpy_tofs(buf, (void *) (PAGE_OFFSET + p - PAGE_SIZE), count); |
PAGE_SIZE | 352 | fs/proc/array.c | if (size < PAGE_SIZE) |
PAGE_SIZE | 443 | fs/proc/array.c | # define PT_REG(reg) (PAGE_SIZE - sizeof(struct pt_regs) \ |
PAGE_SIZE | 565 | fs/proc/array.c | address += PAGE_SIZE; |
PAGE_SIZE | 122 | fs/proc/inode.c | tmp.f_bsize = PAGE_SIZE/sizeof(long); |
PAGE_SIZE | 181 | fs/proc/inode.c | inode->i_size = (MAP_NR(high_memory) << PAGE_SHIFT) + PAGE_SIZE; |
PAGE_SIZE | 104 | fs/proc/mem.c | i = PAGE_SIZE-(addr & ~PAGE_MASK); |
PAGE_SIZE | 168 | fs/proc/mem.c | i = PAGE_SIZE-(addr & ~PAGE_MASK); |
PAGE_SIZE | 263 | fs/proc/mem.c | stmp += PAGE_SIZE; |
PAGE_SIZE | 296 | fs/proc/mem.c | stmp += PAGE_SIZE; |
PAGE_SIZE | 297 | fs/proc/mem.c | dtmp += PAGE_SIZE; |
PAGE_SIZE | 41 | fs/smbfs/mmap.c | if (address + PAGE_SIZE > area->vm_end) { |
PAGE_SIZE | 42 | fs/smbfs/mmap.c | clear = address + PAGE_SIZE - area->vm_end; |
PAGE_SIZE | 49 | fs/smbfs/mmap.c | clear = PAGE_SIZE; |
PAGE_SIZE | 54 | fs/smbfs/mmap.c | for (i = 0; i < (PAGE_SIZE - clear); i += n) { |
PAGE_SIZE | 57 | fs/smbfs/mmap.c | hunk = PAGE_SIZE - i; |
PAGE_SIZE | 77 | fs/smbfs/mmap.c | tmp = page + PAGE_SIZE; |
PAGE_SIZE | 264 | fs/super.c | while (tmp && len < PAGE_SIZE - 80) { |
PAGE_SIZE | 679 | fs/super.c | if (PAGE_SIZE <= (unsigned long) i) |
PAGE_SIZE | 680 | fs/super.c | i = PAGE_SIZE-1; |
PAGE_SIZE | 7 | include/asm-alpha/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 52 | 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 | 46 | include/asm-alpha/user.h | #define NBPG PAGE_SIZE |
PAGE_SIZE | 7 | include/asm-i386/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 54 | 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 | 73 | include/asm-i386/user.h | #define NBPG PAGE_SIZE |
PAGE_SIZE | 42 | include/asm-m68k/system.h | : "r" (current->kernel_stack_page + PAGE_SIZE) \ |
PAGE_SIZE | 7 | include/asm-mips/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 66 | include/asm-mips/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 209 | include/asm-mips/pgtable.h | extern pmd_t invalid_pte_table[PAGE_SIZE/sizeof(pmd_t)]; |
PAGE_SIZE | 386 | include/asm-mips/pgtable.h | memset((void *) page, 0, PAGE_SIZE); |
PAGE_SIZE | 387 | include/asm-mips/pgtable.h | sys_cacheflush((void *)page, PAGE_SIZE, DCACHE); |
PAGE_SIZE | 436 | include/asm-mips/pgtable.h | memset((void *) page, 0, PAGE_SIZE); |
PAGE_SIZE | 437 | include/asm-mips/pgtable.h | sys_cacheflush((void *)page, PAGE_SIZE, DCACHE); |
PAGE_SIZE | 510 | include/asm-mips/pgtable.h | "1" (PAGE_SIZE/(sizeof(pmd_t)*2)) |
PAGE_SIZE | 525 | include/asm-mips/pgtable.h | "1" (PAGE_SIZE/sizeof(pmd_t))); |
PAGE_SIZE | 536 | include/asm-mips/pgtable.h | sys_cacheflush((void *)page, PAGE_SIZE, DCACHE); |
PAGE_SIZE | 46 | include/asm-mips/user.h | #define NBPG PAGE_SIZE |
PAGE_SIZE | 7 | include/asm-ppc/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 56 | include/asm-ppc/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 41 | include/asm-ppc/shmparam.h | #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ |
PAGE_SIZE | 36 | include/asm-sparc/irq.h | unsigned char space[PAGE_SIZE - 12]; |
PAGE_SIZE | 17 | include/asm-sparc/mp.h | unsigned int kernel_stack[PAGE_SIZE/4]; /* One page */ |
PAGE_SIZE | 22 | include/asm-sparc/mp.h | char filler[PERCPU_ENTSIZE-(PAGE_SIZE*2)-0xc]; |
PAGE_SIZE | 20 | include/asm-sparc/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 100 | include/asm-sparc/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 93 | include/asm-sparc/pgtable.h | #define PTRS_PER_PAGE (PAGE_SIZE/sizeof(void*)) |
PAGE_SIZE | 42 | include/asm-sparc/shmparam.h | #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ |
PAGE_SIZE | 62 | include/asm-sparc/timer.h | volatile unsigned char space[PAGE_SIZE - 16]; |
PAGE_SIZE | 23 | include/asm-sparc/user.h | #define NBPG PAGE_SIZE |
PAGE_SIZE | 110 | include/linux/a.out.h | #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0) |
PAGE_SIZE | 127 | include/linux/a.out.h | #define SEGMENT_SIZE PAGE_SIZE |
PAGE_SIZE | 135 | include/linux/a.out.h | #define SEGMENT_SIZE PAGE_SIZE |
PAGE_SIZE | 151 | 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 | 437 | ipc/shm.c | tmp += PAGE_SIZE, shm_sgn += SWP_ENTRY(0, 1 << SHM_IDX_SHIFT)) |
PAGE_SIZE | 490 | ipc/shm.c | addr > current->mm->start_stack - PAGE_SIZE*(shp->shm_npages + 4)) |
PAGE_SIZE | 517 | 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 | 960 | kernel/sched.c | for (free = 1; free < PAGE_SIZE/sizeof(long) ; free++) { |
PAGE_SIZE | 447 | kernel/sys.c | if (find_vma_intersection(current, oldbrk, newbrk+PAGE_SIZE)) |
PAGE_SIZE | 41 | mm/filemap.c | int i = PAGE_SIZE >> shift; |
PAGE_SIZE | 60 | mm/filemap.c | int nr[PAGE_SIZE/512]; |
PAGE_SIZE | 99 | mm/filemap.c | size = offset + PAGE_SIZE; |
PAGE_SIZE | 230 | mm/filemap.c | address += PAGE_SIZE; |
PAGE_SIZE | 337 | mm/filemap.c | if (vma->vm_offset & (PAGE_SIZE - 1)) |
PAGE_SIZE | 93 | mm/kmalloc.c | #if PAGE_SIZE == 4096 |
PAGE_SIZE | 111 | mm/kmalloc.c | #elif PAGE_SIZE == 8192 |
PAGE_SIZE | 135 | mm/kmalloc.c | #define AREASIZE(order) (PAGE_SIZE<<(sizes[order].gfporder)) |
PAGE_SIZE | 70 | mm/memory.c | memset((void *) to, 0, PAGE_SIZE); |
PAGE_SIZE | 73 | mm/memory.c | memcpy((void *) to, (void *) from, PAGE_SIZE); |
PAGE_SIZE | 243 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 344 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 403 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 471 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 472 | mm/memory.c | offset += PAGE_SIZE; |
PAGE_SIZE | 726 | mm/memory.c | start += PAGE_SIZE; |
PAGE_SIZE | 955 | mm/memory.c | memset((void *) (old_page + address), 0, PAGE_SIZE - address); |
PAGE_SIZE | 130 | mm/mlock.c | start += PAGE_SIZE; |
PAGE_SIZE | 187 | mm/mmap.c | start += PAGE_SIZE; |
PAGE_SIZE | 42 | mm/mprotect.c | address += PAGE_SIZE; |
PAGE_SIZE | 212 | mm/swap.c | unsigned int zones[PAGE_SIZE/512]; |
PAGE_SIZE | 231 | mm/swap.c | for (i=0, j=0; j< PAGE_SIZE ; i++, j += 512){ |
PAGE_SIZE | 242 | mm/swap.c | for (i=0, j=0; j< PAGE_SIZE ; i++, j +=swapf->i_sb->s_blocksize) |
PAGE_SIZE | 523 | mm/swap.c | tsk->swap_address = address + PAGE_SIZE; |
PAGE_SIZE | 527 | mm/swap.c | address += PAGE_SIZE; |
PAGE_SIZE | 819 | mm/swap.c | do { unsigned long size = PAGE_SIZE << high; \ |
PAGE_SIZE | 881 | mm/swap.c | total += nr * ((PAGE_SIZE>>10) << order); |
PAGE_SIZE | 882 | mm/swap.c | printk("%lu*%lukB ", nr, (PAGE_SIZE>>10) << order); |
PAGE_SIZE | 955 | mm/swap.c | address += PAGE_SIZE; |
PAGE_SIZE | 1202 | mm/swap.c | if (memcmp("SWAP-SPACE",p->swap_lockmap+PAGE_SIZE-10,10)) { |
PAGE_SIZE | 1207 | mm/swap.c | memset(p->swap_lockmap+PAGE_SIZE-10,0,10); |
PAGE_SIZE | 1211 | mm/swap.c | for (i = 1 ; i < 8*PAGE_SIZE ; i++) { |
PAGE_SIZE | 1237 | mm/swap.c | memset(p->swap_lockmap,0,PAGE_SIZE); |
PAGE_SIZE | 61 | mm/vmalloc.c | address += PAGE_SIZE; |
PAGE_SIZE | 127 | mm/vmalloc.c | address += PAGE_SIZE; |
PAGE_SIZE | 186 | mm/vmalloc.c | address += PAGE_SIZE; |
PAGE_SIZE | 187 | mm/vmalloc.c | offset += PAGE_SIZE; |
PAGE_SIZE | 243 | mm/vmalloc.c | area->size = size + PAGE_SIZE; |
PAGE_SIZE | 262 | mm/vmalloc.c | if ((PAGE_SIZE-1) & (unsigned long) addr) { |
PAGE_SIZE | 337 | mm/vmalloc.c | n = tmp->size - PAGE_SIZE; |