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 | 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 | 129 | arch/alpha/mm/init.c | memset((void *) ZERO_PAGE, 0, PAGE_SIZE); |
PAGE_SIZE | 130 | arch/alpha/mm/init.c | memset(swapper_pg_dir, 0, PAGE_SIZE); |
PAGE_SIZE | 156 | arch/alpha/mm/init.c | tmp += PAGE_SIZE; |
PAGE_SIZE | 159 | 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 | 304 | arch/i386/kernel/process.c | p->tss.esp0 = p->kernel_stack_page + PAGE_SIZE; |
PAGE_SIZE | 306 | arch/i386/kernel/process.c | childregs = ((struct pt_regs *) (p->kernel_stack_page + PAGE_SIZE)) - 1; |
PAGE_SIZE | 367 | arch/i386/kernel/process.c | dump->start_stack = regs->esp & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 369 | 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 | 186 | arch/i386/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 198 | arch/i386/mm/init.c | address += PAGE_SIZE; |
PAGE_SIZE | 207 | arch/i386/mm/init.c | unsigned long start_low_mem = PAGE_SIZE; |
PAGE_SIZE | 218 | arch/i386/mm/init.c | memset(empty_zero_page, 0, PAGE_SIZE); |
PAGE_SIZE | 227 | arch/i386/mm/init.c | start_low_mem += PAGE_SIZE; /* 32bit startup code */ |
PAGE_SIZE | 239 | arch/i386/mm/init.c | start_low_mem += PAGE_SIZE; |
PAGE_SIZE | 244 | arch/i386/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 246 | arch/i386/mm/init.c | for (tmp = 0 ; tmp < high_memory ; tmp += PAGE_SIZE) { |
PAGE_SIZE | 2178 | arch/m68k/amiga/amifb.c | size += PAGE_SIZE-1; |
PAGE_SIZE | 4123 | arch/m68k/amiga/amifb.c | size += PAGE_SIZE-1; |
PAGE_SIZE | 2014 | arch/m68k/atari/atafb.c | fix->smem_len=(external_len + PAGE_SIZE -1) & PAGE_MASK; |
PAGE_SIZE | 2852 | arch/m68k/atari/atafb.c | mem_req = ((mem_req + PAGE_SIZE - 1) & PAGE_MASK) + PAGE_SIZE; |
PAGE_SIZE | 2855 | arch/m68k/atari/atafb.c | pad = ((screen_base + PAGE_SIZE-1) & PAGE_MASK) - screen_base; |
PAGE_SIZE | 2873 | arch/m68k/atari/atafb.c | *mem_start = (*mem_start+PAGE_SIZE-1) & ~(PAGE_SIZE-1); |
PAGE_SIZE | 599 | arch/m68k/boot/amiga/bootstrap.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 600 | arch/m68k/boot/amiga/bootstrap.c | mem_size -= PAGE_SIZE; |
PAGE_SIZE | 718 | arch/m68k/boot/atari/bootstrap.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 719 | arch/m68k/boot/atari/bootstrap.c | mem_size -= PAGE_SIZE; |
PAGE_SIZE | 759 | arch/m68k/boot/atari/bootstrap.c | min_addr = PAGE_SIZE; |
PAGE_SIZE | 760 | arch/m68k/boot/atari/bootstrap.c | kernel_phdrs[0].p_vaddr += PAGE_SIZE; |
PAGE_SIZE | 761 | arch/m68k/boot/atari/bootstrap.c | kernel_phdrs[0].p_offset += PAGE_SIZE; |
PAGE_SIZE | 762 | arch/m68k/boot/atari/bootstrap.c | kernel_phdrs[0].p_filesz -= PAGE_SIZE; |
PAGE_SIZE | 763 | arch/m68k/boot/atari/bootstrap.c | kernel_phdrs[0].p_memsz -= PAGE_SIZE; |
PAGE_SIZE | 792 | arch/m68k/boot/atari/bootstrap.c | if (kread (kfd, memptr + kernel_phdrs[i].p_vaddr - PAGE_SIZE, |
PAGE_SIZE | 863 | arch/m68k/boot/atari/bootstrap.c | start_mem + kernel_phdrs[i].p_vaddr - PAGE_SIZE, |
PAGE_SIZE | 912 | arch/m68k/boot/atari/bootstrap.c | change_stack ((void *) PAGE_SIZE); |
PAGE_SIZE | 113 | arch/m68k/kernel/process.c | stack_offset = PAGE_SIZE - sizeof(struct pt_regs); |
PAGE_SIZE | 168 | arch/m68k/kernel/process.c | dump->start_stack = rdusp() & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 171 | arch/m68k/kernel/process.c | (PAGE_SIZE-1))) >> PAGE_SHIFT; |
PAGE_SIZE | 238 | arch/m68k/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 280 | arch/m68k/kernel/ptrace.c | if ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) { |
PAGE_SIZE | 104 | arch/m68k/mm/fault.c | if ((unsigned long) address < PAGE_SIZE) { |
PAGE_SIZE | 51 | arch/m68k/mm/init.c | memset((void *)empty_bad_page_table, 0, PAGE_SIZE); |
PAGE_SIZE | 59 | arch/m68k/mm/init.c | memset ((void *)empty_bad_page, 0, PAGE_SIZE); |
PAGE_SIZE | 110 | arch/m68k/mm/init.c | *memavailp += PAGE_SIZE; |
PAGE_SIZE | 227 | arch/m68k/mm/init.c | physaddr += PAGE_SIZE; |
PAGE_SIZE | 259 | arch/m68k/mm/init.c | for (i = 0; i < 64; i++, physaddr += PAGE_SIZE) |
PAGE_SIZE | 271 | arch/m68k/mm/init.c | physaddr += 64 * PAGE_SIZE; |
PAGE_SIZE | 365 | arch/m68k/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 367 | arch/m68k/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 369 | arch/m68k/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 370 | arch/m68k/mm/init.c | memset((void *)empty_zero_page, 0, PAGE_SIZE); |
PAGE_SIZE | 462 | arch/m68k/mm/init.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 487 | arch/m68k/mm/init.c | rsvd_stram_end += PAGE_SIZE - 1; |
PAGE_SIZE | 490 | arch/m68k/mm/init.c | for( adr = rsvd_stram_beg; adr < rsvd_stram_end; adr += PAGE_SIZE ) |
PAGE_SIZE | 500 | arch/m68k/mm/init.c | for (tmp = 0 ; tmp < end_mem ; tmp += PAGE_SIZE) { |
PAGE_SIZE | 161 | arch/m68k/mm/memory.c | for (i = 0; i < PAGE_SIZE/(PTRS_PER_PMD*sizeof(pmd_t)); i++) |
PAGE_SIZE | 244 | arch/m68k/mm/memory.c | return (mmusr & PAGE_MASK) | (vaddr & (PAGE_SIZE-1)); |
PAGE_SIZE | 269 | arch/m68k/mm/memory.c | return (*descaddr & PAGE_MASK) | (vaddr & (PAGE_SIZE-1)); |
PAGE_SIZE | 384 | arch/m68k/mm/memory.c | while (len > PAGE_SIZE) { |
PAGE_SIZE | 386 | arch/m68k/mm/memory.c | len -= PAGE_SIZE; |
PAGE_SIZE | 387 | arch/m68k/mm/memory.c | paddr += PAGE_SIZE; |
PAGE_SIZE | 399 | arch/m68k/mm/memory.c | while (len > PAGE_SIZE) { |
PAGE_SIZE | 401 | arch/m68k/mm/memory.c | len -= PAGE_SIZE; |
PAGE_SIZE | 402 | arch/m68k/mm/memory.c | paddr += PAGE_SIZE; |
PAGE_SIZE | 407 | arch/m68k/mm/memory.c | if (((paddr + len - 1) / PAGE_SIZE) != (paddr / PAGE_SIZE)) { |
PAGE_SIZE | 431 | arch/m68k/mm/memory.c | while (len > PAGE_SIZE) { |
PAGE_SIZE | 433 | arch/m68k/mm/memory.c | len -= PAGE_SIZE; |
PAGE_SIZE | 434 | arch/m68k/mm/memory.c | paddr += PAGE_SIZE; |
PAGE_SIZE | 439 | arch/m68k/mm/memory.c | if (((paddr + len - 1) / PAGE_SIZE) != (paddr / PAGE_SIZE)) { |
PAGE_SIZE | 470 | arch/m68k/mm/memory.c | while (len > PAGE_SIZE) { |
PAGE_SIZE | 472 | arch/m68k/mm/memory.c | len -= PAGE_SIZE; |
PAGE_SIZE | 473 | arch/m68k/mm/memory.c | vaddr += PAGE_SIZE; |
PAGE_SIZE | 478 | arch/m68k/mm/memory.c | if (((vaddr + len - 1) / PAGE_SIZE) != (vaddr / PAGE_SIZE)) { |
PAGE_SIZE | 488 | arch/m68k/mm/memory.c | while (len > PAGE_SIZE) { |
PAGE_SIZE | 490 | arch/m68k/mm/memory.c | len -= PAGE_SIZE; |
PAGE_SIZE | 491 | arch/m68k/mm/memory.c | vaddr += PAGE_SIZE; |
PAGE_SIZE | 638 | arch/m68k/mm/memory.c | physaddr += PAGE_SIZE; |
PAGE_SIZE | 654 | arch/m68k/mm/memory.c | physaddr += 64 * PAGE_SIZE; |
PAGE_SIZE | 678 | arch/m68k/mm/memory.c | address += 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 | 249 | arch/sparc/kernel/process.c | stack_offset = ((PAGE_SIZE*3) - TRACEREG_SZ); |
PAGE_SIZE | 251 | arch/sparc/kernel/process.c | stack_offset = ((PAGE_SIZE<<2) - TRACEREG_SZ); |
PAGE_SIZE | 299 | arch/sparc/kernel/process.c | ((unsigned long) current->mm->start_code)) & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 300 | arch/sparc/kernel/process.c | dump->u_dsize = ((unsigned long) (current->mm->brk + (PAGE_SIZE-1))); |
PAGE_SIZE | 302 | arch/sparc/kernel/process.c | dump->u_dsize &= ~(PAGE_SIZE - 1); |
PAGE_SIZE | 303 | arch/sparc/kernel/process.c | first_stack_page = (regs->u_regs[UREG_FP] & ~(PAGE_SIZE - 1)); |
PAGE_SIZE | 304 | arch/sparc/kernel/process.c | dump->u_ssize = (TASK_SIZE - first_stack_page) & ~(PAGE_SIZE - 1); |
PAGE_SIZE | 222 | arch/sparc/kernel/sun4m_irq.c | cnt_regs[obio_node-1].phys_addr + PAGE_SIZE; |
PAGE_SIZE | 229 | arch/sparc/kernel/sun4m_irq.c | PAGE_SIZE*NCPUS, "counters_percpu", |
PAGE_SIZE | 289 | arch/sparc/kernel/sun4m_irq.c | int_regs[ie_node].phys_addr = int_regs[ie_node-1].phys_addr + PAGE_SIZE; |
PAGE_SIZE | 296 | arch/sparc/kernel/sun4m_irq.c | PAGE_SIZE*NCPUS, "interrupts_percpu", |
PAGE_SIZE | 25 | arch/sparc/kernel/sys_sparc.c | return PAGE_SIZE; /* Possibly older binaries want 8192 on sun4's? */ |
PAGE_SIZE | 156 | arch/sparc/kernel/sys_sunos.c | if (find_vma_intersection(current, oldbrk, newbrk+PAGE_SIZE)) |
PAGE_SIZE | 276 | arch/sparc/kernel/sys_sunos.c | if(addr & (PAGE_SIZE - 1)) |
PAGE_SIZE | 279 | arch/sparc/kernel/sys_sunos.c | num_pages = (len / PAGE_SIZE); |
PAGE_SIZE | 287 | arch/sparc/kernel/sys_sunos.c | for(limit = addr + len; addr < limit; addr += PAGE_SIZE, pnum++) { |
PAGE_SIZE | 202 | arch/sparc/mm/fault.c | if((unsigned long) address < PAGE_SIZE) { |
PAGE_SIZE | 51 | arch/sparc/mm/generic.c | address += PAGE_SIZE; |
PAGE_SIZE | 52 | arch/sparc/mm/generic.c | offset += 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 | 168 | arch/sparc/mm/init.c | for(addr = start_mem; addr < end_mem; addr += PAGE_SIZE) { |
PAGE_SIZE | 175 | arch/sparc/mm/init.c | ((phys_addr + PAGE_SIZE) < limit)) |
PAGE_SIZE | 180 | arch/sparc/mm/init.c | for(addr = start_mem; addr < end_mem; addr += PAGE_SIZE) |
PAGE_SIZE | 193 | arch/sparc/mm/init.c | memset((void *) ZERO_PAGE, 0, PAGE_SIZE); |
PAGE_SIZE | 203 | arch/sparc/mm/init.c | addr += PAGE_SIZE; |
PAGE_SIZE | 207 | arch/sparc/mm/init.c | for (addr = PAGE_OFFSET; addr < end_mem; addr += PAGE_SIZE) { |
PAGE_SIZE | 534 | arch/sparc/mm/srmmu.c | memset((void *) pages, 0, (PAGE_SIZE << 2)); |
PAGE_SIZE | 929 | arch/sparc/mm/srmmu.c | vaddr = (KERNBASE + PAGE_SIZE) | (set << 5); |
PAGE_SIZE | 933 | arch/sparc/mm/srmmu.c | vaddr += PAGE_SIZE; |
PAGE_SIZE | 1300 | arch/sparc/mm/srmmu.c | first += PAGE_SIZE; |
PAGE_SIZE | 1316 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1333 | arch/sparc/mm/srmmu.c | sparc_alloc_io(iommu_promregs[0].phys_addr, 0, (PAGE_SIZE * 3), |
PAGE_SIZE | 1389 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1397 | arch/sparc/mm/srmmu.c | iommu->plow = start + PAGE_SIZE; |
PAGE_SIZE | 1417 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1426 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1439 | arch/sparc/mm/srmmu.c | if(len > PAGE_SIZE) |
PAGE_SIZE | 1576 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1584 | arch/sparc/mm/srmmu.c | if(srmmu_hwprobe((start-PAGE_SIZE) + SRMMU_PMD_SIZE) == prompte) |
PAGE_SIZE | 1589 | arch/sparc/mm/srmmu.c | if(srmmu_hwprobe((start-PAGE_SIZE) + SRMMU_PGDIR_SIZE) == |
PAGE_SIZE | 1616 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1640 | arch/sparc/mm/srmmu.c | first += PAGE_SIZE; |
PAGE_SIZE | 1641 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1653 | arch/sparc/mm/srmmu.c | first += PAGE_SIZE; |
PAGE_SIZE | 1668 | arch/sparc/mm/srmmu.c | if(start == (KERNBASE + PAGE_SIZE)) { |
PAGE_SIZE | 1695 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1699 | arch/sparc/mm/srmmu.c | if(tmp != last_page + PAGE_SIZE) |
PAGE_SIZE | 1739 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1773 | arch/sparc/mm/srmmu.c | baddr += PAGE_SIZE; |
PAGE_SIZE | 1774 | arch/sparc/mm/srmmu.c | start += PAGE_SIZE; |
PAGE_SIZE | 1775 | arch/sparc/mm/srmmu.c | btg -= PAGE_SIZE; |
PAGE_SIZE | 1844 | arch/sparc/mm/srmmu.c | memset(swapper_pg_dir, 0, PAGE_SIZE); |
PAGE_SIZE | 1848 | arch/sparc/mm/srmmu.c | kbpage = srmmu_hwprobe(KERNBASE + PAGE_SIZE); |
PAGE_SIZE | 1850 | arch/sparc/mm/srmmu.c | kbpage -= PAGE_SIZE; |
PAGE_SIZE | 1851 | arch/sparc/mm/srmmu.c | first_mapped_page += PAGE_SIZE; |
PAGE_SIZE | 1864 | arch/sparc/mm/srmmu.c | last_dvma_page = (mempool + (DVMA_LEN) - PAGE_SIZE); |
PAGE_SIZE | 1865 | arch/sparc/mm/srmmu.c | mempool = last_dvma_page + PAGE_SIZE; |
PAGE_SIZE | 1870 | arch/sparc/mm/srmmu.c | srmmu_inherit_prom_mappings(0xfe400000,(LINUX_OPPROM_ENDVM-PAGE_SIZE)); |
PAGE_SIZE | 1885 | arch/sparc/mm/srmmu.c | for( ; ptables_start < start_mem; ptables_start += PAGE_SIZE) { |
PAGE_SIZE | 62 | arch/sparc/mm/sun4c.c | for(vaddr=0; vaddr < sun4c_vacinfo.num_bytes; vaddr+=PAGE_SIZE) |
PAGE_SIZE | 82 | arch/sparc/mm/sun4c.c | for( ; addr < end; addr += PAGE_SIZE) |
PAGE_SIZE | 103 | arch/sparc/mm/sun4c.c | unsigned long end = addr + PAGE_SIZE; |
PAGE_SIZE | 136 | arch/sparc/mm/sun4c.c | for(vaddr = 0; vaddr < SUN4C_REAL_PGDIR_SIZE; vaddr+=PAGE_SIZE) |
PAGE_SIZE | 224 | arch/sparc/mm/sun4c.c | for(addr = DVMA_VADDR; addr < DVMA_END; addr += PAGE_SIZE) { |
PAGE_SIZE | 228 | arch/sparc/mm/sun4c.c | start_mem += PAGE_SIZE; |
PAGE_SIZE | 263 | arch/sparc/mm/sun4c.c | for(start = vaddr; start < end; start += PAGE_SIZE) |
PAGE_SIZE | 464 | arch/sparc/mm/sun4c.c | start += PAGE_SIZE; |
PAGE_SIZE | 607 | arch/sparc/mm/sun4c.c | address += PAGE_SIZE; |
PAGE_SIZE | 616 | arch/sparc/mm/sun4c.c | address += PAGE_SIZE; |
PAGE_SIZE | 641 | arch/sparc/mm/sun4c.c | char _unused1[PAGE_SIZE - sizeof(struct task_struct)]; |
PAGE_SIZE | 642 | arch/sparc/mm/sun4c.c | char kstack[(PAGE_SIZE*3)]; |
PAGE_SIZE | 648 | arch/sparc/mm/sun4c.c | #define BUCKET_SIZE (PAGE_SIZE << 2) |
PAGE_SIZE | 750 | arch/sparc/mm/sun4c.c | saddr += PAGE_SIZE; |
PAGE_SIZE | 752 | arch/sparc/mm/sun4c.c | sun4c_put_pte(saddr + PAGE_SIZE, BUCKET_PTE(page[1])); |
PAGE_SIZE | 753 | arch/sparc/mm/sun4c.c | sun4c_put_pte(saddr + (PAGE_SIZE<<1), BUCKET_PTE(page[2])); |
PAGE_SIZE | 762 | arch/sparc/mm/sun4c.c | page[1] = BUCKET_PTE_PAGE(sun4c_get_pte(stack+PAGE_SIZE)); |
PAGE_SIZE | 763 | arch/sparc/mm/sun4c.c | page[2] = BUCKET_PTE_PAGE(sun4c_get_pte(stack+(PAGE_SIZE<<1))); |
PAGE_SIZE | 766 | arch/sparc/mm/sun4c.c | sun4c_put_pte(stack + PAGE_SIZE, 0); |
PAGE_SIZE | 767 | arch/sparc/mm/sun4c.c | sun4c_put_pte(stack + (PAGE_SIZE<<1), 0); |
PAGE_SIZE | 790 | arch/sparc/mm/sun4c.c | if(sizeof(struct task_bucket) != (PAGE_SIZE << 2)) { |
PAGE_SIZE | 817 | arch/sparc/mm/sun4c.c | size + (PAGE_SIZE-1)) >> PAGE_SHIFT; |
PAGE_SIZE | 841 | arch/sparc/mm/sun4c.c | vpage += PAGE_SIZE; |
PAGE_SIZE | 858 | arch/sparc/mm/sun4c.c | size + (PAGE_SIZE-1)) >> PAGE_SHIFT; |
PAGE_SIZE | 864 | arch/sparc/mm/sun4c.c | vpage += PAGE_SIZE; |
PAGE_SIZE | 1007 | arch/sparc/mm/sun4c.c | if(size <= (PAGE_SIZE << 1)) { |
PAGE_SIZE | 1011 | arch/sparc/mm/sun4c.c | start += PAGE_SIZE; |
PAGE_SIZE | 1530 | arch/sparc/mm/sun4c.c | memset(swapper_pg_dir, 0, PAGE_SIZE); |
PAGE_SIZE | 1531 | 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 | 538 | drivers/block/ll_rw_blk.c | buffersize = PAGE_SIZE / nb; |
PAGE_SIZE | 173 | 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 | 905 | drivers/char/cyclades.c | & (PAGE_SIZE - 1); |
PAGE_SIZE | 911 | drivers/char/cyclades.c | & (PAGE_SIZE - 1); |
PAGE_SIZE | 1578 | drivers/char/cyclades.c | if (info->xmit_cnt >= PAGE_SIZE - 1) { |
PAGE_SIZE | 1584 | drivers/char/cyclades.c | info->xmit_head &= PAGE_SIZE - 1; |
PAGE_SIZE | 1698 | 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 | 846 | drivers/char/suncons.c | map_size = PAGE_SIZE; |
PAGE_SIZE | 850 | drivers/char/suncons.c | map_size = PAGE_SIZE; |
PAGE_SIZE | 854 | drivers/char/suncons.c | map_size = PAGE_SIZE; |
PAGE_SIZE | 858 | drivers/char/suncons.c | map_size = PAGE_SIZE; |
PAGE_SIZE | 862 | drivers/char/suncons.c | map_size = PAGE_SIZE; |
PAGE_SIZE | 867 | drivers/char/suncons.c | map_size = PAGE_SIZE * 40; |
PAGE_SIZE | 886 | drivers/char/suncons.c | page += PAGE_SIZE; |
PAGE_SIZE | 1109 | drivers/char/suncons.c | page += PAGE_SIZE; |
PAGE_SIZE | 1828 | drivers/char/tty_io.c | if (sizeof(struct tty_struct) > PAGE_SIZE) |
PAGE_SIZE | 469 | 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 | 728 | drivers/pci/pci.c | size = PAGE_SIZE - (strlen(MSG) + 1); |
PAGE_SIZE | 77 | drivers/sbus/dvma.c | PAGE_SIZE, "dma", |
PAGE_SIZE | 389 | drivers/scsi/esp.c | PAGE_SIZE, "ESP Registers", |
PAGE_SIZE | 78 | drivers/scsi/scsi.c | #define SECTORS_PER_PAGE (PAGE_SIZE/SECTOR_SIZE) |
PAGE_SIZE | 2308 | drivers/scsi/scsi.c | if(len % SECTOR_SIZE != 0 || len > PAGE_SIZE) |
PAGE_SIZE | 2344 | drivers/scsi/scsi.c | (unsigned long) obj < page_addr + PAGE_SIZE) |
PAGE_SIZE | 2379 | drivers/scsi/scsi.c | if ((size % PAGE_SIZE) == 0) { |
PAGE_SIZE | 2381 | drivers/scsi/scsi.c | for (order = 0, a_size = PAGE_SIZE; |
PAGE_SIZE | 2402 | drivers/scsi/scsi.c | if ((size % PAGE_SIZE) == 0) { |
PAGE_SIZE | 2405 | drivers/scsi/scsi.c | for (order = 0, a_size = PAGE_SIZE; |
PAGE_SIZE | 2778 | drivers/scsi/scsi.c | scsi_init_free(dma_malloc_pages[i], PAGE_SIZE); |
PAGE_SIZE | 2815 | drivers/scsi/scsi.c | new_dma_sectors += (PAGE_SIZE >> 9) * host->sg_tablesize * |
PAGE_SIZE | 2849 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
PAGE_SIZE | 3370 | drivers/scsi/scsi.c | dma_sectors = PAGE_SIZE / SECTOR_SIZE; |
PAGE_SIZE | 3386 | drivers/scsi/scsi.c | scsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA); |
PAGE_SIZE | 2347 | drivers/scsi/st.c | for (a_size = PAGE_SIZE; a_size < st_buffer_size; a_size <<= 1) |
PAGE_SIZE | 2390 | drivers/scsi/st.c | for (a_size = PAGE_SIZE; a_size < new_size; a_size <<= 1) |
PAGE_SIZE | 1519 | drivers/sound/dmasound.c | a_size = PAGE_SIZE; |
PAGE_SIZE | 1532 | drivers/sound/dmasound.c | a_size = PAGE_SIZE; |
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 | 1148 | fs/binfmt_elf.c | dataoff = offset = roundup(offset, PAGE_SIZE); |
PAGE_SIZE | 1170 | 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 | 510 | fs/buffer.c | if (size > PAGE_SIZE) |
PAGE_SIZE | 580 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 591 | fs/buffer.c | needed -= PAGE_SIZE; |
PAGE_SIZE | 725 | 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 | 1289 | fs/buffer.c | int *p, nr[PAGE_SIZE/512]; |
PAGE_SIZE | 1297 | fs/buffer.c | i = PAGE_SIZE >> inode->i_sb->s_blocksize_bits; |
PAGE_SIZE | 1323 | fs/buffer.c | if ((size & 511) || (size > PAGE_SIZE)) { |
PAGE_SIZE | 1362 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1409 | fs/buffer.c | buffermem -= PAGE_SIZE; |
PAGE_SIZE | 1662 | fs/buffer.c | while((unsigned long) tmp->b_data & (PAGE_SIZE - 1)) |
PAGE_SIZE | 1738 | fs/buffer.c | for (offset = 0 ; offset < PAGE_SIZE ; offset += size) { |
PAGE_SIZE | 1760 | fs/buffer.c | buffermem += PAGE_SIZE; |
PAGE_SIZE | 1779 | 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 | 511 | fs/exec.c | offset = bprm->p % PAGE_SIZE; |
PAGE_SIZE | 512 | fs/exec.c | page = (char*)bprm->page[bprm->p/PAGE_SIZE]; |
PAGE_SIZE | 514 | fs/exec.c | if(offset==PAGE_SIZE){ |
PAGE_SIZE | 516 | fs/exec.c | page = (char*)bprm->page[bprm->p/PAGE_SIZE]; |
PAGE_SIZE | 603 | 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 | 121 | fs/inode.c | i=PAGE_SIZE / sizeof(struct inode); |
PAGE_SIZE | 569 | 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 | 47 | fs/nfs/bio.c | int count = PAGE_SIZE; |
PAGE_SIZE | 134 | fs/nfs/bio.c | page->offset, PAGE_SIZE, |
PAGE_SIZE | 163 | fs/nfs/bio.c | if (!PageError(page) && NFS_SERVER(inode)->rsize >= PAGE_SIZE) |
PAGE_SIZE | 67 | fs/proc/array.c | # define FIRST_MAPPED PAGE_SIZE /* we don't have page 0 mapped on x86.. */ |
PAGE_SIZE | 81 | fs/proc/array.c | memsize = MAP_NR(high_memory + PAGE_SIZE) << PAGE_SHIFT; |
PAGE_SIZE | 100 | fs/proc/array.c | while (count > 0 && p < PAGE_SIZE + FIRST_MAPPED) { |
PAGE_SIZE | 107 | fs/proc/array.c | memcpy_tofs(buf, (void *) (PAGE_OFFSET + p - PAGE_SIZE), count); |
PAGE_SIZE | 282 | fs/proc/array.c | i.totalram, i.totalram-i.freeram, i.freeram, i.sharedram, i.bufferram, page_cache_size*PAGE_SIZE, |
PAGE_SIZE | 378 | fs/proc/array.c | if (size < PAGE_SIZE) |
PAGE_SIZE | 469 | fs/proc/array.c | # define PT_REG(reg) (PAGE_SIZE - sizeof(struct pt_regs) \ |
PAGE_SIZE | 751 | 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 | 298 | fs/proc/mem.c | stmp += PAGE_SIZE; |
PAGE_SIZE | 299 | 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 | 303 | fs/super.c | while ( tmp && len < PAGE_SIZE - 160) |
PAGE_SIZE | 370 | fs/super.c | while (tmp && len < PAGE_SIZE - 80) { |
PAGE_SIZE | 802 | fs/super.c | if (PAGE_SIZE <= (unsigned long) i) |
PAGE_SIZE | 803 | fs/super.c | i = PAGE_SIZE-1; |
PAGE_SIZE | 242 | fs/ufs/ufs_super.c | tmp.f_bsize = PAGE_SIZE; |
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 | 7 | include/asm-m68k/page.h | #define PAGE_MASK (~(PAGE_SIZE-1)) |
PAGE_SIZE | 63 | include/asm-m68k/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 79 | include/asm-m68k/pgtable.h | #define PTRS_PER_PAGE (PAGE_SIZE/sizeof(void*)) |
PAGE_SIZE | 41 | include/asm-m68k/shmparam.h | #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ |
PAGE_SIZE | 67 | include/asm-m68k/user.h | #define NBPG 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 | 54 | include/asm-sparc/irq.h | unsigned char space[PAGE_SIZE - 12]; |
PAGE_SIZE | 15 | include/asm-sparc/mp.h | char *kernel_stack[PAGE_SIZE<<1]; |
PAGE_SIZE | 20 | 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 | 109 | include/asm-sparc/page.h | #define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK) |
PAGE_SIZE | 106 | include/asm-sparc/pgtable.h | #define PTRS_PER_PAGE (PAGE_SIZE/sizeof(void*)) |
PAGE_SIZE | 166 | include/asm-sparc/ross.h | end = page + PAGE_SIZE; |
PAGE_SIZE | 42 | include/asm-sparc/shmparam.h | #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */ |
PAGE_SIZE | 45 | include/asm-sparc/swift.h | for(addr = 0; addr < (PAGE_SIZE << 2); addr += 16) |
PAGE_SIZE | 53 | include/asm-sparc/swift.h | for(addr = 0; addr < (PAGE_SIZE << 2); addr += 16) |
PAGE_SIZE | 61 | include/asm-sparc/swift.h | for(addr = 0; addr < (PAGE_SIZE << 2); addr += 16) { |
PAGE_SIZE | 59 | 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 | 136 | include/linux/a.out.h | #define SEGMENT_SIZE PAGE_SIZE |
PAGE_SIZE | 242 | include/linux/mm.h | memset((void *) page, 0, PAGE_SIZE); |
PAGE_SIZE | 17 | include/linux/pagemap.h | return PAGE_OFFSET + PAGE_SIZE * page->map_nr; |
PAGE_SIZE | 77 | ipc/shm.c | int numpages = (size + PAGE_SIZE -1) >> PAGE_SHIFT; |
PAGE_SIZE | 441 | ipc/shm.c | tmp += PAGE_SIZE, shm_sgn += SWP_ENTRY(0, 1 << SHM_IDX_SHIFT)) |
PAGE_SIZE | 498 | ipc/shm.c | addr > current->mm->start_stack - PAGE_SIZE*(shp->shm_npages + 4)) |
PAGE_SIZE | 525 | 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 | 1372 | 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 | 217 | mm/filemap.c | len = PAGE_SIZE - offset; |
PAGE_SIZE | 234 | mm/filemap.c | len = PAGE_SIZE; |
PAGE_SIZE | 236 | mm/filemap.c | pos += PAGE_SIZE; |
PAGE_SIZE | 427 | mm/filemap.c | #define MAX_READWINDOW (PAGE_SIZE*32) |
PAGE_SIZE | 428 | mm/filemap.c | #define MAX_READAHEAD (PAGE_SIZE*16) |
PAGE_SIZE | 429 | mm/filemap.c | #define MIN_READAHEAD (PAGE_SIZE) |
PAGE_SIZE | 453 | mm/filemap.c | filp->f_ralen = PAGE_SIZE; |
PAGE_SIZE | 463 | mm/filemap.c | else if (try_async == 1 && rapos >= PAGE_SIZE && |
PAGE_SIZE | 470 | mm/filemap.c | rapos -= PAGE_SIZE; |
PAGE_SIZE | 472 | mm/filemap.c | max_ahead = filp->f_ramax + PAGE_SIZE; |
PAGE_SIZE | 487 | mm/filemap.c | ahead += PAGE_SIZE; |
PAGE_SIZE | 506 | mm/filemap.c | filp->f_rapos = rapos + ahead + PAGE_SIZE; |
PAGE_SIZE | 509 | mm/filemap.c | filp->f_ramax += PAGE_SIZE; |
PAGE_SIZE | 510 | mm/filemap.c | else if (filp->f_rawin > MAX_READWINDOW && filp->f_ramax > PAGE_SIZE) |
PAGE_SIZE | 511 | mm/filemap.c | filp->f_ramax -= PAGE_SIZE; |
PAGE_SIZE | 588 | mm/filemap.c | if (pos + count <= (PAGE_SIZE >> 1)) { |
PAGE_SIZE | 608 | mm/filemap.c | nr = PAGE_SIZE - offset; |
PAGE_SIZE | 652 | mm/filemap.c | filp->f_ramax -= PAGE_SIZE; |
PAGE_SIZE | 734 | mm/filemap.c | new_page = try_to_read_ahead(inode, offset + PAGE_SIZE, 0); |
PAGE_SIZE | 762 | mm/filemap.c | memcpy((void *) new_page, (void *) page, PAGE_SIZE); |
PAGE_SIZE | 782 | mm/filemap.c | size = offset + PAGE_SIZE; |
PAGE_SIZE | 947 | mm/filemap.c | address += PAGE_SIZE; |
PAGE_SIZE | 1055 | mm/filemap.c | if (vma->vm_offset & (PAGE_SIZE - 1)) |
PAGE_SIZE | 96 | mm/kmalloc.c | #if PAGE_SIZE == 4096 |
PAGE_SIZE | 131 | mm/kmalloc.c | #elif PAGE_SIZE == 8192 |
PAGE_SIZE | 172 | 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 | 234 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 339 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 399 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 469 | mm/memory.c | address += PAGE_SIZE; |
PAGE_SIZE | 470 | mm/memory.c | offset += PAGE_SIZE; |
PAGE_SIZE | 728 | mm/memory.c | start += PAGE_SIZE; |
PAGE_SIZE | 803 | mm/memory.c | memset((void *) address, 0, PAGE_SIZE - (address & ~PAGE_MASK)); |
PAGE_SIZE | 131 | mm/mlock.c | start += PAGE_SIZE; |
PAGE_SIZE | 181 | mm/mmap.c | len -= PAGE_SIZE; |
PAGE_SIZE | 182 | mm/mmap.c | start += PAGE_SIZE; |
PAGE_SIZE | 42 | mm/mprotect.c | address += PAGE_SIZE; |
PAGE_SIZE | 105 | mm/mremap.c | offset -= PAGE_SIZE; |
PAGE_SIZE | 120 | mm/mremap.c | while ((offset += PAGE_SIZE) < len) |
PAGE_SIZE | 224 | mm/page_alloc.c | total += nr * ((PAGE_SIZE>>10) << order); |
PAGE_SIZE | 225 | mm/page_alloc.c | printk("%lu*%lukB ", nr, (PAGE_SIZE>>10) << order); |
PAGE_SIZE | 95 | mm/page_io.c | unsigned int zones[PAGE_SIZE/512]; |
PAGE_SIZE | 114 | mm/page_io.c | for (i=0, j=0; j< PAGE_SIZE ; i++, j += 512){ |
PAGE_SIZE | 125 | mm/page_io.c | for (i=0, j=0; j< PAGE_SIZE ; i++, j +=swapf->i_sb->s_blocksize) |
PAGE_SIZE | 184 | mm/page_io.c | brw_page(rw, (unsigned long) buffer, dev, &block, PAGE_SIZE, 0); |
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 | 128 | mm/vmalloc.c | address += PAGE_SIZE; |
PAGE_SIZE | 188 | mm/vmalloc.c | address += PAGE_SIZE; |
PAGE_SIZE | 189 | mm/vmalloc.c | offset += PAGE_SIZE; |
PAGE_SIZE | 246 | mm/vmalloc.c | area->size = size + PAGE_SIZE; |
PAGE_SIZE | 265 | mm/vmalloc.c | if ((PAGE_SIZE-1) & (unsigned long) addr) { |
PAGE_SIZE | 340 | mm/vmalloc.c | n = tmp->size - PAGE_SIZE; |
PAGE_SIZE | 181 | mm/vmscan.c | tsk->swap_address = address + PAGE_SIZE; |
PAGE_SIZE | 185 | mm/vmscan.c | address += PAGE_SIZE; |