tag | line | file | source code |
PAGE_SIZE | 199 | arch/alpha/boot/main.c | "r" (PAGE_SIZE + INIT_STACK)); |
PAGE_SIZE | 453 | 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 | 157 | arch/alpha/kernel/process.c | dump->start_stack = rdusp() & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 159 | arch/alpha/kernel/process.c | dump->u_dsize = (current->mm->brk + (PAGE_SIZE - 1) - dump->start_data) >> PAGE_SHIFT; |
PAGE_SIZE | 161 | 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 | 113 | 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 | 158 | arch/alpha/mm/init.c | for (tmp = PAGE_OFFSET ; tmp < high_memory ; tmp += PAGE_SIZE) { |
PAGE_SIZE | 46 | arch/i386/kernel/ldt.c | limit = limit * PAGE_SIZE + PAGE_SIZE - 1; |
PAGE_SIZE | 288 | arch/i386/kernel/process.c | p->tss.esp0 = p->kernel_stack_page + PAGE_SIZE; |
PAGE_SIZE | 290 | arch/i386/kernel/process.c | childregs = ((struct pt_regs *) (p->kernel_stack_page + PAGE_SIZE)) - 1; |
PAGE_SIZE | 351 | arch/i386/kernel/process.c | dump->start_stack = regs->esp & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 353 | arch/i386/kernel/process.c | dump->u_dsize = ((unsigned long) (current->mm->brk + (PAGE_SIZE-1))) >> PAGE_SHIFT; |
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 | 78 | arch/i386/kernel/setup.c | extern char empty_zero_page[PAGE_SIZE]; |
PAGE_SIZE | 468 | arch/i386/kernel/smp.c | int size=(num_processors-1)*PAGE_SIZE; /* Number of stacks needed */ |
PAGE_SIZE | 491 | 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 | 54 | arch/i386/mm/init.c | extern char empty_bad_page_table[PAGE_SIZE]; |
PAGE_SIZE | 59 | arch/i386/mm/init.c | "c" (PAGE_SIZE/4) |
PAGE_SIZE | 66 | arch/i386/mm/init.c | extern char empty_bad_page[PAGE_SIZE]; |
PAGE_SIZE | 71 | arch/i386/mm/init.c | "c" (PAGE_SIZE/4) |
PAGE_SIZE | 128 | arch/i386/mm/init.c | memset((void *) 0, 0, PAGE_SIZE); |
PAGE_SIZE | 181 | arch/i386/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 193 | arch/i386/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 202 | arch/i386/mm/init.c | unsigned long start_low_mem = PAGE_SIZE; |
PAGE_SIZE | 213 | arch/i386/mm/init.c | memset(empty_zero_page, 0, PAGE_SIZE); |
PAGE_SIZE | 222 | arch/i386/mm/init.c | start_low_mem += PAGE_SIZE; /* 32bit startup code */ |
PAGE_SIZE | 234 | arch/i386/mm/init.c | start_low_mem += PAGE_SIZE; |
PAGE_SIZE | 239 | arch/i386/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 241 | 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 | 31 | arch/mips/mm/init.c | extern char empty_zero_page[PAGE_SIZE]; |
PAGE_SIZE | 48 | arch/mips/mm/init.c | extern char empty_bad_page_table[PAGE_SIZE]; |
PAGE_SIZE | 75 | arch/mips/mm/init.c | "1" (PAGE_SIZE/8)); |
PAGE_SIZE | 88 | arch/mips/mm/init.c | "1" (PAGE_SIZE/4)); |
PAGE_SIZE | 117 | arch/mips/mm/init.c | "1" (PAGE_SIZE/8)); |
PAGE_SIZE | 129 | arch/mips/mm/init.c | "1" (PAGE_SIZE/4)); |
PAGE_SIZE | 136 | arch/mips/mm/init.c | sys_cacheflush((void *)page, PAGE_SIZE, BCACHE); |
PAGE_SIZE | 143 | arch/mips/mm/init.c | extern char empty_bad_page[PAGE_SIZE]; |
PAGE_SIZE | 185 | arch/mips/mm/init.c | (void *) (from + (PT_OFFSET - PAGE_OFFSET)), PAGE_SIZE); |
PAGE_SIZE | 254 | arch/mips/mm/init.c | tmp += PAGE_SIZE; |
PAGE_SIZE | 263 | arch/mips/mm/init.c | for (tmp = PAGE_OFFSET ; tmp < high_memory ; tmp += PAGE_SIZE) { |
PAGE_SIZE | 123 | arch/ppc/kernel/process.c | childregs = ((struct pt_regs *) (p->kernel_stack_page + 2*PAGE_SIZE)) - 2; |
PAGE_SIZE | 71 | arch/ppc/mm/init.c | extern char empty_bad_page_table[PAGE_SIZE]; |
PAGE_SIZE | 95 | arch/ppc/mm/init.c | extern char empty_bad_page[PAGE_SIZE]; |
PAGE_SIZE | 119 | arch/ppc/mm/init.c | extern char empty_zero_page[PAGE_SIZE]; |
PAGE_SIZE | 120 | arch/ppc/mm/init.c | bzero(empty_zero_page, PAGE_SIZE); |
PAGE_SIZE | 177 | arch/ppc/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 190 | arch/ppc/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 220 | arch/ppc/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 228 | arch/ppc/mm/init.c | for (tmp = KERNELBASE ; tmp < high_memory ; tmp += PAGE_SIZE) |
PAGE_SIZE | 749 | arch/ppc/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 753 | arch/ppc/mm/init.c | address += PAGE_SIZE*PTRS_PER_PTE; |
PAGE_SIZE | 757 | arch/ppc/mm/init.c | address += PAGE_SIZE*PTRS_PER_PTE; |
PAGE_SIZE | 77 | arch/sparc/kernel/ioport.c | for (; len > 0; len -= PAGE_SIZE) { |
PAGE_SIZE | 79 | arch/sparc/kernel/ioport.c | vaddr += PAGE_SIZE; |
PAGE_SIZE | 80 | arch/sparc/kernel/ioport.c | addr += PAGE_SIZE; |
PAGE_SIZE | 82 | arch/sparc/kernel/ioport.c | next_free_region += PAGE_SIZE; |
PAGE_SIZE | 447 | arch/sparc/kernel/irq.c | PAGE_SIZE*NCPUS, "interrupts_percpu", |
PAGE_SIZE | 359 | arch/sparc/kernel/probe.c | PAGE_SIZE*NCPUS, "counters_percpu", |
PAGE_SIZE | 364 | arch/sparc/kernel/probe.c | (void *) TIMER_VADDR+(NCPUS*PAGE_SIZE), |
PAGE_SIZE | 170 | arch/sparc/kernel/process.c | stack_offset = ((PAGE_SIZE*2) - TRACEREG_SZ); |
PAGE_SIZE | 217 | arch/sparc/kernel/process.c | ((unsigned long) current->mm->start_code)) & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 218 | arch/sparc/kernel/process.c | dump->u_dsize = ((unsigned long) (current->mm->brk + (PAGE_SIZE-1))); |
PAGE_SIZE | 220 | arch/sparc/kernel/process.c | dump->u_dsize &= ~(PAGE_SIZE - 1); |
PAGE_SIZE | 221 | arch/sparc/kernel/process.c | first_stack_page = (regs->u_regs[UREG_FP] & ~(PAGE_SIZE - 1)); |
PAGE_SIZE | 222 | arch/sparc/kernel/process.c | dump->u_ssize = (TASK_SIZE - first_stack_page) & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 25 | arch/sparc/kernel/sys_sparc.c | return PAGE_SIZE; /* Possibly older binaries want 8192 on sun4's? */ |
PAGE_SIZE | 145 | arch/sparc/kernel/sys_sunos.c | if (find_vma_intersection(current, oldbrk, newbrk+PAGE_SIZE)) |
PAGE_SIZE | 263 | arch/sparc/kernel/sys_sunos.c | if(addr & (PAGE_SIZE - 1)) |
PAGE_SIZE | 266 | arch/sparc/kernel/sys_sunos.c | num_pages = (len / PAGE_SIZE); |
PAGE_SIZE | 274 | arch/sparc/kernel/sys_sunos.c | for(limit = addr + len; addr < limit; addr += PAGE_SIZE, pnum++) { |
PAGE_SIZE | 201 | arch/sparc/kernel/time.c | PAGE_SIZE*NCPUS, "counters_percpu", |
PAGE_SIZE | 183 | arch/sparc/mm/fault.c | if((unsigned long) address < PAGE_SIZE) { |
PAGE_SIZE | 46 | arch/sparc/mm/init.c | memset((void *) EMPTY_PGT, 0, PAGE_SIZE); |
PAGE_SIZE | 52 | arch/sparc/mm/init.c | memset((void *) EMPTY_PGE, 0, PAGE_SIZE); |
PAGE_SIZE | 172 | arch/sparc/mm/init.c | memset((void *) ZERO_PAGE, 0, PAGE_SIZE); |
PAGE_SIZE | 182 | arch/sparc/mm/init.c | addr += PAGE_SIZE; |
PAGE_SIZE | 185 | arch/sparc/mm/init.c | for(addr = start_mem; addr < end_mem; addr += PAGE_SIZE) { |
PAGE_SIZE | 192 | arch/sparc/mm/init.c | ((phys_addr + PAGE_SIZE) < limit)) |
PAGE_SIZE | 196 | arch/sparc/mm/init.c | for (addr = PAGE_OFFSET; addr < end_mem; addr += PAGE_SIZE) { |
PAGE_SIZE | 42 | arch/sparc/mm/s4clow.h | #define REGSAVE_BASE (-PAGE_SIZE) |
PAGE_SIZE | 398 | arch/sparc/mm/srmmu.c | for(addr = 0; addr < (PAGE_SIZE << 2); addr += 16) { |
PAGE_SIZE | 762 | arch/sparc/mm/srmmu.c | first += PAGE_SIZE; |
PAGE_SIZE | 778 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 795 | arch/sparc/mm/srmmu.c | sparc_alloc_io(iommu_promregs[0].phys_addr, 0, (PAGE_SIZE * 3), |
PAGE_SIZE | 841 | arch/sparc/mm/srmmu.c | if(len > PAGE_SIZE) |
PAGE_SIZE | 853 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 873 | arch/sparc/mm/srmmu.c | if(len > PAGE_SIZE) |
PAGE_SIZE | 908 | arch/sparc/mm/srmmu.c | memset((void *) pages, 0, (PAGE_SIZE << 1)); |
PAGE_SIZE | 996 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1018 | arch/sparc/mm/srmmu.c | first += PAGE_SIZE; |
PAGE_SIZE | 1019 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1029 | arch/sparc/mm/srmmu.c | end = (PAGE_ALIGN(end) + PAGE_SIZE); |
PAGE_SIZE | 1043 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1073 | arch/sparc/mm/srmmu.c | memset(swapper_pg_dir, 0, PAGE_SIZE); |
PAGE_SIZE | 1079 | arch/sparc/mm/srmmu.c | last_dvma_page = (mempool + (DVMA_LEN) - PAGE_SIZE); |
PAGE_SIZE | 1080 | arch/sparc/mm/srmmu.c | mempool = last_dvma_page + PAGE_SIZE; |
PAGE_SIZE | 1274 | arch/sparc/mm/srmmu.c | for(addr = 0; addr < (PAGE_SIZE * 4); addr += 16) { |
PAGE_SIZE | 49 | arch/sparc/mm/sun4c.c | for(vaddr=0; vaddr < sun4c_vacinfo.num_bytes; vaddr+=PAGE_SIZE) |
PAGE_SIZE | 69 | arch/sparc/mm/sun4c.c | for( ; addr < end; addr += PAGE_SIZE) |
PAGE_SIZE | 90 | arch/sparc/mm/sun4c.c | unsigned long end = addr + PAGE_SIZE; |
PAGE_SIZE | 123 | arch/sparc/mm/sun4c.c | for(vaddr = 0; vaddr < SUN4C_REAL_PGDIR_SIZE; vaddr+=PAGE_SIZE) |
PAGE_SIZE | 211 | arch/sparc/mm/sun4c.c | for(addr = DVMA_VADDR; addr < DVMA_END; addr += PAGE_SIZE) { |
PAGE_SIZE | 215 | arch/sparc/mm/sun4c.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 250 | arch/sparc/mm/sun4c.c | for(start = vaddr; start < end; start += PAGE_SIZE) |
PAGE_SIZE | 451 | arch/sparc/mm/sun4c.c | start += PAGE_SIZE; |
PAGE_SIZE | 594 | arch/sparc/mm/sun4c.c | address += PAGE_SIZE; |
PAGE_SIZE | 603 | arch/sparc/mm/sun4c.c | address += PAGE_SIZE; |
PAGE_SIZE | 628 | arch/sparc/mm/sun4c.c | char _unused1[PAGE_SIZE - sizeof(struct task_struct)]; |
PAGE_SIZE | 629 | arch/sparc/mm/sun4c.c | char _unused2[PAGE_SIZE]; |
PAGE_SIZE | 630 | arch/sparc/mm/sun4c.c | char kstack[(PAGE_SIZE<<1)]; |
PAGE_SIZE | 636 | arch/sparc/mm/sun4c.c | #define BUCKET_SIZE (PAGE_SIZE << 2) |
PAGE_SIZE | 732 | arch/sparc/mm/sun4c.c | saddr += (PAGE_SIZE << 1); |
PAGE_SIZE | 733 | arch/sparc/mm/sun4c.c | sun4c_put_pte(saddr - PAGE_SIZE, 0); |
PAGE_SIZE | 735 | arch/sparc/mm/sun4c.c | sun4c_put_pte(saddr + PAGE_SIZE, BUCKET_PTE(page[1])); |
PAGE_SIZE | 744 | arch/sparc/mm/sun4c.c | page[1] = BUCKET_PTE_PAGE(sun4c_get_pte(stack+PAGE_SIZE)); |
PAGE_SIZE | 747 | arch/sparc/mm/sun4c.c | sun4c_put_pte(stack + PAGE_SIZE, 0); |
PAGE_SIZE | 769 | arch/sparc/mm/sun4c.c | if(sizeof(struct task_bucket) != (PAGE_SIZE << 2)) { |
PAGE_SIZE | 828 | arch/sparc/mm/sun4c.c | return sun4c_lockpage(bufptr, PAGE_SIZE); |
PAGE_SIZE | 837 | arch/sparc/mm/sun4c.c | sun4c_unlockpage(bufptr, PAGE_SIZE); |
PAGE_SIZE | 840 | arch/sparc/mm/sun4c.c | #define TASK_ENTRY_SIZE (3 * PAGE_SIZE) |
PAGE_SIZE | 1335 | arch/sparc/mm/sun4c.c | memset(swapper_pg_dir, 0, PAGE_SIZE); |
PAGE_SIZE | 1336 | arch/sparc/mm/sun4c.c | memset(pg0, 0, PAGE_SIZE); |
PAGE_SIZE | 91 | drivers/block/ide-tape.h | #if PAGE_SIZE == 4096 |
PAGE_SIZE | 93 | drivers/block/ide-tape.h | #elif PAGE_SIZE == 8192 |
PAGE_SIZE | 471 | drivers/block/ll_rw_blk.c | brw_page(rw, (unsigned long) buffer, dev, &block, PAGE_SIZE, 0); |
PAGE_SIZE | 580 | drivers/block/ll_rw_blk.c | buffersize = PAGE_SIZE / nb; |
PAGE_SIZE | 183 | drivers/block/md.c | devices[minor][index].size=gen_real->sizes[MINOR(dev)] & ~((PAGE_SIZE >> 10)-1); |
PAGE_SIZE | 197 | drivers/block/rd.c | for (i = initrd_start; i < initrd_end; i += PAGE_SIZE) |
PAGE_SIZE | 144 | drivers/block/triton.c | #define PRD_ENTRIES (PAGE_SIZE / (2 * PRD_BYTES)) |
PAGE_SIZE | 887 | drivers/char/cyclades.c | & (PAGE_SIZE - 1); |
PAGE_SIZE | 893 | drivers/char/cyclades.c | & (PAGE_SIZE - 1); |
PAGE_SIZE | 1564 | drivers/char/cyclades.c | if (info->xmit_cnt >= PAGE_SIZE - 1) { |
PAGE_SIZE | 1570 | drivers/char/cyclades.c | info->xmit_head &= PAGE_SIZE - 1; |
PAGE_SIZE | 1684 | drivers/char/cyclades.c | ret = PAGE_SIZE - info->xmit_cnt - 1; |
PAGE_SIZE | 57 | drivers/char/mem.c | while (p < PAGE_OFFSET + PAGE_SIZE && count > 0) { |
PAGE_SIZE | 85 | 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 | 1823 | drivers/char/tty_io.c | if (sizeof(struct tty_struct) > PAGE_SIZE) |
PAGE_SIZE | 461 | drivers/isdn/teles/teles.h | #define PART_SIZE(order,bpps) (( (PAGE_SIZE<<order) -\ |
PAGE_SIZE | 50 | drivers/net/loopback.c | #define LOOPBACK_MTU (PAGE_SIZE*7/8) |
PAGE_SIZE | 721 | drivers/pci/pci.c | size = PAGE_SIZE - (strlen(MSG) + 1); |
PAGE_SIZE | 66 | drivers/scsi/scsi.c | #define SECTORS_PER_PAGE (PAGE_SIZE/SECTOR_SIZE) |
PAGE_SIZE | 2201 | drivers/scsi/scsi.c | if(len % SECTOR_SIZE != 0 || len > PAGE_SIZE) |
PAGE_SIZE | 2237 | drivers/scsi/scsi.c | (unsigned long) obj < page_addr + PAGE_SIZE) |
PAGE_SIZE | 2272 | drivers/scsi/scsi.c | if ((size % PAGE_SIZE) == 0) { |
PAGE_SIZE | 2274 | drivers/scsi/scsi.c | for (order = 0, a_size = PAGE_SIZE; |
PAGE_SIZE | 2295 | drivers/scsi/scsi.c | if ((size % PAGE_SIZE) == 0) { |
PAGE_SIZE | 2298 | drivers/scsi/scsi.c | for (order = 0, a_size = PAGE_SIZE; |
PAGE_SIZE | 2585 | drivers/scsi/scsi.c | scsi_init_free(dma_malloc_pages[i], PAGE_SIZE); |
PAGE_SIZE | 2622 | drivers/scsi/scsi.c | new_dma_sectors += (PAGE_SIZE >> 9) * host->sg_tablesize * |
PAGE_SIZE | 2656 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
PAGE_SIZE | 3173 | drivers/scsi/scsi.c | dma_sectors = PAGE_SIZE / SECTOR_SIZE; |
PAGE_SIZE | 3189 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
PAGE_SIZE | 1985 | drivers/scsi/st.c | for (a_size = PAGE_SIZE; a_size < st_buffer_size; a_size <<= 1) |
PAGE_SIZE | 2025 | drivers/scsi/st.c | for (a_size = PAGE_SIZE; a_size < new_size; a_size <<= 1) |
PAGE_SIZE | 646 | drivers/sound/soundcard.c | while (start_addr == NULL && audio_devs[dev]->buffsize > PAGE_SIZE) |
PAGE_SIZE | 650 | drivers/sound/soundcard.c | for (sz = 0, size = PAGE_SIZE; |
PAGE_SIZE | 654 | drivers/sound/soundcard.c | audio_devs[dev]->buffsize = PAGE_SIZE * (1 << sz); |
PAGE_SIZE | 711 | drivers/sound/soundcard.c | for (sz = 0, size = PAGE_SIZE; |
PAGE_SIZE | 99 | fs/binfmt_aout.c | if (current->rlim[RLIMIT_CORE].rlim_cur < PAGE_SIZE) |
PAGE_SIZE | 140 | fs/binfmt_aout.c | if ((dump.u_dsize+dump.u_ssize+1) * PAGE_SIZE > |
PAGE_SIZE | 145 | fs/binfmt_aout.c | if ((dump.u_ssize+1) * PAGE_SIZE > |
PAGE_SIZE | 160 | fs/binfmt_aout.c | DUMP_SEEK(PAGE_SIZE); |
PAGE_SIZE | 319 | fs/binfmt_aout.c | ex.a_text+ex.a_data + PAGE_SIZE - 1, |
PAGE_SIZE | 76 | fs/binfmt_elf.c | nbyte = elf_bss & (PAGE_SIZE-1); |
PAGE_SIZE | 78 | fs/binfmt_elf.c | nbyte = PAGE_SIZE - nbyte; |
PAGE_SIZE | 120 | fs/binfmt_elf.c | NEW_AUX_ENT (AT_PAGESZ, PAGE_SIZE); |
PAGE_SIZE | 186 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) |
PAGE_SIZE | 750 | fs/binfmt_elf.c | if(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE) |
PAGE_SIZE | 955 | fs/binfmt_elf.c | if (!current->dumpable || limit < PAGE_SIZE) |
PAGE_SIZE | 1147 | fs/binfmt_elf.c | dataoff = offset = roundup(offset, PAGE_SIZE); |
PAGE_SIZE | 1171 | 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 | 44 | fs/buffer.c | #define MAX_BUF_PER_PAGE (PAGE_SIZE / 512) |
PAGE_SIZE | 509 | fs/buffer.c | if (size > PAGE_SIZE) |
PAGE_SIZE | 579 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 590 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 725 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 733 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 999 | fs/buffer.c | for (nr_buffer_heads+=i=PAGE_SIZE/sizeof*bh ; i>0; i--) { |
PAGE_SIZE | 1064 | fs/buffer.c | offset = PAGE_SIZE; |
PAGE_SIZE | 1065 | fs/buffer.c | while ((offset -= size) < PAGE_SIZE) { |
PAGE_SIZE | 1258 | fs/buffer.c | int *p, nr[PAGE_SIZE/512]; |
PAGE_SIZE | 1265 | fs/buffer.c | i = PAGE_SIZE >> inode->i_sb->s_blocksize_bits; |
PAGE_SIZE | 1292 | fs/buffer.c | if ((size & 511) || (size > PAGE_SIZE)) { |
PAGE_SIZE | 1331 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1378 | fs/buffer.c | buffermem -= PAGE_SIZE; |
PAGE_SIZE | 1631 | fs/buffer.c | while((unsigned long) tmp->b_data & (PAGE_SIZE - 1)) |
PAGE_SIZE | 1707 | fs/buffer.c | for (offset = 0 ; offset < PAGE_SIZE ; offset += size) { |
PAGE_SIZE | 1729 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1748 | fs/buffer.c | for (i = 0, offset = 0 ; offset < PAGE_SIZE ; i++, offset += size) { |
PAGE_SIZE | 143 | fs/dquot.c | cnt = PAGE_SIZE / sizeof(struct dquot); |
PAGE_SIZE | 253 | fs/exec.c | offset = p % PAGE_SIZE; |
PAGE_SIZE | 256 | fs/exec.c | if (!(pag = (char *) page[p/PAGE_SIZE]) && |
PAGE_SIZE | 257 | fs/exec.c | !(pag = (char *) page[p/PAGE_SIZE] = |
PAGE_SIZE | 287 | fs/exec.c | stack_base = STACK_TOP - MAX_ARG_PAGES*PAGE_SIZE; |
PAGE_SIZE | 314 | fs/exec.c | stack_base += PAGE_SIZE; |
PAGE_SIZE | 487 | fs/exec.c | offset = bprm->p % PAGE_SIZE; |
PAGE_SIZE | 488 | fs/exec.c | page = (char*)bprm->page[bprm->p/PAGE_SIZE]; |
PAGE_SIZE | 490 | fs/exec.c | if(offset==PAGE_SIZE){ |
PAGE_SIZE | 492 | fs/exec.c | page = (char*)bprm->page[bprm->p/PAGE_SIZE]; |
PAGE_SIZE | 579 | fs/exec.c | bprm.p = PAGE_SIZE*MAX_ARG_PAGES-sizeof(void *); |
PAGE_SIZE | 468 | fs/ext2/ialloc.c | inode->i_blksize = PAGE_SIZE; /* This is the optimal IO size (for stat), not the fs block 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 | 536 | fs/ext2/inode.c | inode->i_blksize = PAGE_SIZE; /* This is the optimal IO size (for stat), not the fs block size */ |
PAGE_SIZE | 48 | fs/fat/mmap.c | clear = PAGE_SIZE; |
PAGE_SIZE | 53 | fs/fat/mmap.c | if (gap < PAGE_SIZE){ |
PAGE_SIZE | 54 | fs/fat/mmap.c | clear = PAGE_SIZE - gap; |
PAGE_SIZE | 58 | fs/fat/mmap.c | need_read = PAGE_SIZE - clear; |
PAGE_SIZE | 72 | fs/fat/mmap.c | memset ((char*)page+PAGE_SIZE-clear,0,clear); |
PAGE_SIZE | 78 | fs/file_table.c | nr_files += i = PAGE_SIZE/sizeof(struct file); |
PAGE_SIZE | 118 | fs/inode.c | i=PAGE_SIZE / sizeof(struct inode); |
PAGE_SIZE | 566 | fs/inode.c | inode->i_blksize = PAGE_SIZE; |
PAGE_SIZE | 39 | fs/namei.c | if (address > PAGE_SIZE) |
PAGE_SIZE | 66 | fs/namei.c | i = PAGE_SIZE; |
PAGE_SIZE | 51 | fs/ncpfs/mmap.c | if (address + PAGE_SIZE > area->vm_end) |
PAGE_SIZE | 53 | fs/ncpfs/mmap.c | clear = address + PAGE_SIZE - area->vm_end; |
PAGE_SIZE | 64 | fs/ncpfs/mmap.c | clear = PAGE_SIZE; |
PAGE_SIZE | 69 | fs/ncpfs/mmap.c | int count = PAGE_SIZE - clear; |
PAGE_SIZE | 109 | fs/ncpfs/mmap.c | tmp = page + PAGE_SIZE; |
PAGE_SIZE | 110 | fs/nfs/file.c | int count = PAGE_SIZE; |
PAGE_SIZE | 70 | fs/proc/array.c | # define FIRST_MAPPED PAGE_SIZE /* we don't have page 0 mapped on x86.. */ |
PAGE_SIZE | 84 | fs/proc/array.c | memsize = MAP_NR(high_memory + PAGE_SIZE) << PAGE_SHIFT; |
PAGE_SIZE | 103 | fs/proc/array.c | while (count > 0 && p < PAGE_SIZE + FIRST_MAPPED) { |
PAGE_SIZE | 110 | fs/proc/array.c | memcpy_tofs(buf, (void *) (PAGE_OFFSET + p - PAGE_SIZE), count); |
PAGE_SIZE | 285 | fs/proc/array.c | i.totalram, i.totalram-i.freeram, i.freeram, i.sharedram, i.bufferram, page_cache_size*PAGE_SIZE, |
PAGE_SIZE | 381 | fs/proc/array.c | if (size < PAGE_SIZE) |
PAGE_SIZE | 472 | fs/proc/array.c | # define PT_REG(reg) (PAGE_SIZE - sizeof(struct pt_regs) \ |
PAGE_SIZE | 752 | 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 | 45 | fs/smbfs/mmap.c | if (address + PAGE_SIZE > area->vm_end) { |
PAGE_SIZE | 46 | fs/smbfs/mmap.c | clear = address + PAGE_SIZE - area->vm_end; |
PAGE_SIZE | 53 | fs/smbfs/mmap.c | clear = PAGE_SIZE; |
PAGE_SIZE | 58 | fs/smbfs/mmap.c | for (i = 0; i < (PAGE_SIZE - clear); i += n) { |
PAGE_SIZE | 61 | fs/smbfs/mmap.c | hunk = PAGE_SIZE - i; |
PAGE_SIZE | 81 | fs/smbfs/mmap.c | tmp = page + PAGE_SIZE; |
PAGE_SIZE | 271 | fs/super.c | while ( tmp && len < PAGE_SIZE - 80 ) |
PAGE_SIZE | 289 | fs/super.c | while (tmp && len < PAGE_SIZE - 80) { |
PAGE_SIZE | 715 | fs/super.c | if (PAGE_SIZE <= (unsigned long) i) |
PAGE_SIZE | 716 | 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 | 16 | include/asm-sparc/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 107 | include/asm-sparc/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 92 | 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 | 61 | include/asm-sparc/timer.h | volatile unsigned char space[PAGE_SIZE - 16]; |
PAGE_SIZE | 50 | 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 | 159 | include/linux/mm.h | memset((void *) page, 0, PAGE_SIZE); |
PAGE_SIZE | 17 | include/linux/pagemap.h | return PAGE_OFFSET + PAGE_SIZE*(page - mem_map); |
PAGE_SIZE | 77 | ipc/shm.c | int numpages = (size + PAGE_SIZE -1) >> PAGE_SHIFT; |
PAGE_SIZE | 438 | ipc/shm.c | tmp += PAGE_SIZE, shm_sgn += SWP_ENTRY(0, 1 << SHM_IDX_SHIFT)) |
PAGE_SIZE | 491 | ipc/shm.c | addr > current->mm->start_stack - PAGE_SIZE*(shp->shm_npages + 4)) |
PAGE_SIZE | 518 | ipc/shm.c | shmd->vm_end = addr + shp->shm_npages * PAGE_SIZE; |
PAGE_SIZE | 112 | kernel/module.c | npages = (size + sizeof (long) + PAGE_SIZE - 1) / PAGE_SIZE; |
PAGE_SIZE | 113 | kernel/module.c | if ((addr = vmalloc(npages * PAGE_SIZE)) == 0) { |
PAGE_SIZE | 183 | kernel/module.c | if ((codesize + sizeof (long) + PAGE_SIZE - 1) / PAGE_SIZE > mp->size) |
PAGE_SIZE | 187 | kernel/module.c | mp->size * PAGE_SIZE - (codesize + sizeof (long))); |
PAGE_SIZE | 1388 | kernel/sched.c | for (free = 1; free < PAGE_SIZE/sizeof(long) ; free++) { |
PAGE_SIZE | 578 | kernel/sys.c | if (find_vma_intersection(current, oldbrk, newbrk+PAGE_SIZE)) |
PAGE_SIZE | 107 | mm/filemap.c | if (offset < PAGE_SIZE) |
PAGE_SIZE | 108 | mm/filemap.c | memset((void *) (offset + page_address(page)), 0, PAGE_SIZE - offset); |
PAGE_SIZE | 203 | mm/filemap.c | len = PAGE_SIZE - offset; |
PAGE_SIZE | 220 | mm/filemap.c | len = PAGE_SIZE; |
PAGE_SIZE | 222 | mm/filemap.c | pos += PAGE_SIZE; |
PAGE_SIZE | 298 | mm/filemap.c | #define MAX_READAHEAD (PAGE_SIZE*4) |
PAGE_SIZE | 318 | mm/filemap.c | nr = PAGE_SIZE - offset; |
PAGE_SIZE | 368 | mm/filemap.c | ahead += PAGE_SIZE; |
PAGE_SIZE | 485 | mm/filemap.c | memcpy((void *) new_page, (void *) page, PAGE_SIZE); |
PAGE_SIZE | 502 | mm/filemap.c | size = offset + PAGE_SIZE; |
PAGE_SIZE | 664 | mm/filemap.c | address += PAGE_SIZE; |
PAGE_SIZE | 771 | mm/filemap.c | if (vma->vm_offset & (PAGE_SIZE - 1)) |
PAGE_SIZE | 95 | mm/kmalloc.c | #if PAGE_SIZE == 4096 |
PAGE_SIZE | 113 | mm/kmalloc.c | #elif PAGE_SIZE == 8192 |
PAGE_SIZE | 137 | mm/kmalloc.c | #define AREASIZE(order) (PAGE_SIZE<<(sizes[order].gfporder)) |
PAGE_SIZE | 63 | mm/memory.c | memset((void *) to, 0, PAGE_SIZE); |
PAGE_SIZE | 66 | mm/memory.c | memcpy((void *) to, (void *) from, PAGE_SIZE); |
PAGE_SIZE | 235 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 338 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 397 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 466 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 467 | mm/memory.c | offset += PAGE_SIZE; |
PAGE_SIZE | 722 | mm/memory.c | start += PAGE_SIZE; |
PAGE_SIZE | 789 | mm/memory.c | memset((void *) address, 0, PAGE_SIZE - (address & ~PAGE_MASK)); |
PAGE_SIZE | 131 | mm/mlock.c | start += PAGE_SIZE; |
PAGE_SIZE | 176 | mm/mmap.c | len -= PAGE_SIZE; |
PAGE_SIZE | 177 | mm/mmap.c | start += PAGE_SIZE; |
PAGE_SIZE | 42 | mm/mprotect.c | address += PAGE_SIZE; |
PAGE_SIZE | 104 | mm/mremap.c | offset -= PAGE_SIZE; |
PAGE_SIZE | 118 | mm/mremap.c | while ((offset += PAGE_SIZE) < len) |
PAGE_SIZE | 244 | mm/page_alloc.c | total += nr * ((PAGE_SIZE>>10) << order); |
PAGE_SIZE | 245 | mm/page_alloc.c | printk("%lu*%lukB ", nr, (PAGE_SIZE>>10) << order); |
PAGE_SIZE | 75 | mm/page_io.c | unsigned int zones[PAGE_SIZE/512]; |
PAGE_SIZE | 94 | mm/page_io.c | for (i=0, j=0; j< PAGE_SIZE ; i++, j += 512){ |
PAGE_SIZE | 105 | mm/page_io.c | for (i=0, j=0; j< PAGE_SIZE ; i++, j +=swapf->i_sb->s_blocksize) |
PAGE_SIZE | 218 | mm/swapfile.c | address += PAGE_SIZE; |
PAGE_SIZE | 440 | mm/swapfile.c | set_blocksize(p->swap_device, PAGE_SIZE); |
PAGE_SIZE | 468 | mm/swapfile.c | if (memcmp("SWAP-SPACE",p->swap_lockmap+PAGE_SIZE-10,10)) { |
PAGE_SIZE | 473 | mm/swapfile.c | memset(p->swap_lockmap+PAGE_SIZE-10,0,10); |
PAGE_SIZE | 477 | mm/swapfile.c | for (i = 1 ; i < 8*PAGE_SIZE ; i++) { |
PAGE_SIZE | 503 | mm/swapfile.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; |
PAGE_SIZE | 177 | mm/vmscan.c | tsk->swap_address = address + PAGE_SIZE; |
PAGE_SIZE | 181 | mm/vmscan.c | address += PAGE_SIZE; |