taglinefilesource code
PAGE_SIZE198arch/alpha/boot/main.c"r" (PAGE_SIZE + INIT_STACK));
PAGE_SIZE441arch/alpha/kernel/osf_sys.creturn PAGE_SIZE;
PAGE_SIZE126arch/alpha/kernel/process.cstack_offset = PAGE_SIZE - sizeof(struct pt_regs);
PAGE_SIZE128arch/alpha/kernel/process.cstack_offset = (PAGE_SIZE-1) & (unsigned long) regs;
PAGE_SIZE156arch/alpha/kernel/process.cdump->start_stack = rdusp() & ~(PAGE_SIZE - 1);
PAGE_SIZE158arch/alpha/kernel/process.cdump->u_dsize = (current->mm->brk + (PAGE_SIZE - 1) - dump->start_data) >> PAGE_SHIFT;
PAGE_SIZE160arch/alpha/kernel/process.c(current->mm->start_stack - dump->start_stack + PAGE_SIZE - 1) >> PAGE_SHIFT;
PAGE_SIZE70arch/alpha/kernel/ptrace.c#define PT_REG(reg)  (PAGE_SIZE - sizeof(struct pt_regs)  \
PAGE_SIZE72arch/alpha/kernel/ptrace.c#define SW_REG(reg)  (PAGE_SIZE - sizeof(struct pt_regs)  \
PAGE_SIZE297arch/alpha/kernel/ptrace.cif ((addr & ~PAGE_MASK) > (PAGE_SIZE - sizeof(long))) {
PAGE_SIZE337arch/alpha/kernel/ptrace.cif ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) {
PAGE_SIZE87arch/alpha/kernel/setup.chigh = (high + PAGE_SIZE) & (PAGE_MASK*2);
PAGE_SIZE43arch/alpha/mm/init.cmemset((void *) EMPTY_PGT, 0, PAGE_SIZE);
PAGE_SIZE49arch/alpha/mm/init.cmemset((void *) EMPTY_PGE, 0, PAGE_SIZE);
PAGE_SIZE55arch/alpha/mm/init.cmemset((void *) ZERO_PGE, 0, PAGE_SIZE);
PAGE_SIZE134arch/alpha/mm/init.cmemset((void *) ZERO_PGE, 0, PAGE_SIZE);
PAGE_SIZE135arch/alpha/mm/init.cmemset(swapper_pg_dir, 0, PAGE_SIZE);
PAGE_SIZE161arch/alpha/mm/init.ctmp += PAGE_SIZE;
PAGE_SIZE169arch/alpha/mm/init.cfor (tmp = PAGE_OFFSET ; tmp < high_memory ; tmp += PAGE_SIZE) {
PAGE_SIZE58arch/i386/kernel/ldt.climit *= PAGE_SIZE;
PAGE_SIZE197arch/i386/kernel/process.cp->tss.esp0 = p->kernel_stack_page + PAGE_SIZE;
PAGE_SIZE199arch/i386/kernel/process.cchildregs = ((struct pt_regs *) (p->kernel_stack_page + PAGE_SIZE)) - 1;
PAGE_SIZE260arch/i386/kernel/process.cdump->start_stack = regs->esp & ~(PAGE_SIZE - 1);
PAGE_SIZE262arch/i386/kernel/process.cdump->u_dsize = ((unsigned long) (current->mm->brk + (PAGE_SIZE-1))) >> 12;
PAGE_SIZE215arch/i386/kernel/ptrace.cif ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) {
PAGE_SIZE257arch/i386/kernel/ptrace.cif ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) {
PAGE_SIZE63arch/i386/kernel/setup.cextern char empty_zero_page[PAGE_SIZE];
PAGE_SIZE353arch/i386/kernel/smp.cint size=(num_processors-1)*PAGE_SIZE;    /* Number of stacks needed */
PAGE_SIZE376arch/i386/kernel/smp.ckstack_base+=PAGE_SIZE;
PAGE_SIZE123arch/i386/mm/fault.cif ((unsigned long) (address-TASK_SIZE) < PAGE_SIZE) {
PAGE_SIZE50arch/i386/mm/init.cextern char empty_bad_page_table[PAGE_SIZE];
PAGE_SIZE55arch/i386/mm/init.c"c" (PAGE_SIZE/4)
PAGE_SIZE62arch/i386/mm/init.cextern char empty_bad_page[PAGE_SIZE];
PAGE_SIZE67arch/i386/mm/init.c"c" (PAGE_SIZE/4)
PAGE_SIZE124arch/i386/mm/init.cmemset((void *) 0, 0, PAGE_SIZE);
PAGE_SIZE175arch/i386/mm/init.cstart_mem += PAGE_SIZE;
PAGE_SIZE187arch/i386/mm/init.caddress += PAGE_SIZE;
PAGE_SIZE196arch/i386/mm/init.cunsigned long start_low_mem = PAGE_SIZE;
PAGE_SIZE207arch/i386/mm/init.cmemset(empty_zero_page, 0, PAGE_SIZE);
PAGE_SIZE216arch/i386/mm/init.cstart_low_mem += PAGE_SIZE;        /* 32bit startup code */
PAGE_SIZE228arch/i386/mm/init.cstart_low_mem += PAGE_SIZE;
PAGE_SIZE233arch/i386/mm/init.cstart_mem += PAGE_SIZE;
PAGE_SIZE238arch/i386/mm/init.cfor (tmp = 0 ; tmp < high_memory ; tmp += PAGE_SIZE) {
PAGE_SIZE105arch/mips/kernel/process.cp->tss.ksp = (p->kernel_stack_page + PAGE_SIZE - 4) | KSEG0;
PAGE_SIZE106arch/mips/kernel/process.cchildregs = ((struct pt_regs *) (p->kernel_stack_page + PAGE_SIZE)) - 1;
PAGE_SIZE135arch/mips/kernel/process.cdump->start_stack = regs->esp & ~(PAGE_SIZE - 1);
PAGE_SIZE137arch/mips/kernel/process.cdump->u_dsize = ((unsigned long) (current->mm->brk + (PAGE_SIZE-1))) >> 12;
PAGE_SIZE193arch/mips/kernel/ptrace.cif ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) {
PAGE_SIZE235arch/mips/kernel/ptrace.cif ((addr & ~PAGE_MASK) > PAGE_SIZE-sizeof(long)) {
PAGE_SIZE45arch/mips/kernel/setup.cextern char empty_zero_page[PAGE_SIZE];
PAGE_SIZE104arch/mips/mm/fault.cif ((unsigned long) (address-TASK_SIZE) < PAGE_SIZE) {
PAGE_SIZE47arch/mips/mm/init.cextern char empty_bad_page_table[PAGE_SIZE];
PAGE_SIZE68arch/mips/mm/init.cextern char empty_bad_page[PAGE_SIZE];
PAGE_SIZE88arch/mips/mm/init.cextern char empty_zero_page[PAGE_SIZE];
PAGE_SIZE156arch/mips/mm/init.cstart_mem += PAGE_SIZE;
PAGE_SIZE169arch/mips/mm/init.caddress += PAGE_SIZE;
PAGE_SIZE195arch/mips/mm/init.cstart_mem += PAGE_SIZE;
PAGE_SIZE206arch/mips/mm/init.cfor (tmp = 0 ; tmp < high_memory ; tmp += PAGE_SIZE) {
PAGE_SIZE122arch/ppc/kernel/process.cchildregs = ((struct pt_regs *) (p->kernel_stack_page + 2*PAGE_SIZE)) - 2;
PAGE_SIZE73arch/ppc/mm/init.cextern char empty_bad_page_table[PAGE_SIZE];
PAGE_SIZE97arch/ppc/mm/init.cextern char empty_bad_page[PAGE_SIZE];
PAGE_SIZE121arch/ppc/mm/init.cextern char empty_zero_page[PAGE_SIZE];
PAGE_SIZE122arch/ppc/mm/init.cbzero(empty_zero_page, PAGE_SIZE);
PAGE_SIZE179arch/ppc/mm/init.cstart_mem += PAGE_SIZE;
PAGE_SIZE192arch/ppc/mm/init.caddress += PAGE_SIZE;
PAGE_SIZE222arch/ppc/mm/init.cstart_mem += PAGE_SIZE;
PAGE_SIZE233arch/ppc/mm/init.cfor (tmp = KERNELBASE ; tmp < high_memory ; tmp += PAGE_SIZE)
PAGE_SIZE753arch/ppc/mm/init.caddress += PAGE_SIZE;
PAGE_SIZE757arch/ppc/mm/init.caddress += PAGE_SIZE*PTRS_PER_PTE;
PAGE_SIZE761arch/ppc/mm/init.caddress += PAGE_SIZE*PTRS_PER_PTE;
PAGE_SIZE78arch/sparc/kernel/ioport.cfor (; len > 0; len -= PAGE_SIZE){
PAGE_SIZE80arch/sparc/kernel/ioport.cvaddr += PAGE_SIZE;
PAGE_SIZE81arch/sparc/kernel/ioport.caddr  += PAGE_SIZE;
PAGE_SIZE83arch/sparc/kernel/ioport.cnext_free_region += PAGE_SIZE;
PAGE_SIZE387arch/sparc/kernel/irq.cPAGE_SIZE*NCPUS, "interrupts_percpu",
PAGE_SIZE392arch/sparc/kernel/irq.c(void *) INTREG_VADDR+(NCPUS*PAGE_SIZE),
PAGE_SIZE400arch/sparc/kernel/probe.cPAGE_SIZE*NCPUS, "counters_percpu",
PAGE_SIZE405arch/sparc/kernel/probe.c(void *) TIMER_VADDR+(NCPUS*PAGE_SIZE),
PAGE_SIZE143arch/sparc/kernel/process.cstack_offset = (PAGE_SIZE - TRACEREG_SZ);
PAGE_SIZE161arch/sparc/kernel/process.cmemcpy((char *)n_stack,(char *)(sp & PAGE_MASK),PAGE_SIZE);
PAGE_SIZE25arch/sparc/kernel/sys_sparc.creturn PAGE_SIZE; /* Possibly older binaries want 8192 on sun4's? */
PAGE_SIZE160arch/sparc/kernel/sys_sunos.cif (find_vma_intersection(current, oldbrk, newbrk+PAGE_SIZE))
PAGE_SIZE278arch/sparc/kernel/sys_sunos.cif(addr & (PAGE_SIZE - 1))
PAGE_SIZE281arch/sparc/kernel/sys_sunos.cnum_pages = (len / PAGE_SIZE);
PAGE_SIZE289arch/sparc/kernel/sys_sunos.cfor(limit = addr + len; addr < limit; addr += PAGE_SIZE, pnum++) {
PAGE_SIZE453arch/sparc/kernel/sys_sunos.c(PAGE_SIZE - TRACEREG_SZ));
PAGE_SIZE710arch/sparc/kernel/sys_sunos.c(PAGE_SIZE - TRACEREG_SZ));
PAGE_SIZE202arch/sparc/mm/fault.cif((unsigned long) address < PAGE_SIZE) {
PAGE_SIZE45arch/sparc/mm/init.cmemset((void *) EMPTY_PGT, 0, PAGE_SIZE);
PAGE_SIZE51arch/sparc/mm/init.cmemset((void *) EMPTY_PGE, 0, PAGE_SIZE);
PAGE_SIZE57arch/sparc/mm/init.cmemset((void *) ZERO_PGE, 0, PAGE_SIZE);
PAGE_SIZE159arch/sparc/mm/init.caddr += PAGE_SIZE;
PAGE_SIZE162arch/sparc/mm/init.cfor(addr = start_mem; addr < end_mem; addr += PAGE_SIZE) {
PAGE_SIZE169arch/sparc/mm/init.c((phys_addr + PAGE_SIZE) < limit))
PAGE_SIZE173arch/sparc/mm/init.cfor (addr = PAGE_OFFSET; addr < end_mem; addr += PAGE_SIZE) {
PAGE_SIZE600arch/sparc/mm/srmmu.cmemset(swapper_pg_dir, 0, PAGE_SIZE);
PAGE_SIZE610arch/sparc/mm/srmmu.cfor(vaddr = KERNBASE; vaddr < end_mem; vaddr+=PAGE_SIZE) {
PAGE_SIZE648arch/sparc/mm/srmmu.cvaddr += PAGE_SIZE) {
PAGE_SIZE663arch/sparc/mm/srmmu.c*ptep = srmmu_mk_pte((unsigned int) srmmu_init_alloc(&mempool, PAGE_SIZE), SRMMU_PAGE_KERNEL);
PAGE_SIZE692arch/sparc/mm/srmmu.c*ptep++ = srmmu_mk_pte((unsigned int) srmmu_init_alloc(&mempool, PAGE_SIZE),
PAGE_SIZE695arch/sparc/mm/srmmu.c*ptep++ = srmmu_mk_pte((unsigned int) srmmu_init_alloc(&mempool, PAGE_SIZE),
PAGE_SIZE698arch/sparc/mm/srmmu.c*ptep = srmmu_mk_pte((unsigned int) srmmu_init_alloc(&mempool, PAGE_SIZE),
PAGE_SIZE750arch/sparc/mm/srmmu.cvaddr += PAGE_SIZE;
PAGE_SIZE583arch/sparc/mm/sun4c.cfor(; first_page <= last_page; first_page += PAGE_SIZE) {
PAGE_SIZE597arch/sparc/mm/sun4c.cfor(; first_page <= last_page; first_page += PAGE_SIZE)
PAGE_SIZE694arch/sparc/mm/sun4c.cclean += PAGE_SIZE)
PAGE_SIZE714arch/sparc/mm/sun4c.csegaddr += PAGE_SIZE;
PAGE_SIZE734arch/sparc/mm/sun4c.cput_pte((i * PAGE_SIZE), 0x0);
PAGE_SIZE858arch/sparc/mm/sun4c.cmemset(swapper_pg_dir, 0, PAGE_SIZE);
PAGE_SIZE859arch/sparc/mm/sun4c.cmemset(pg0, 0, PAGE_SIZE);
PAGE_SIZE881arch/sparc/mm/sun4c.cstart_mem += PAGE_SIZE;
PAGE_SIZE900arch/sparc/mm/sun4c.ckern_begin += PAGE_SIZE;
PAGE_SIZE907arch/sparc/mm/sun4c.cfor(; kadb_begin < prom_end; kadb_begin += PAGE_SIZE) {
PAGE_SIZE918arch/sparc/mm/sun4c.cstart_mem += PAGE_SIZE;
PAGE_SIZE924arch/sparc/mm/sun4c.caddr += PAGE_SIZE;
PAGE_SIZE181drivers/block/floppy.c: "r" (size / PAGE_SIZE));
PAGE_SIZE184drivers/block/floppy.cif (size <= (PAGE_SIZE << order))
PAGE_SIZE433drivers/block/ll_rw_blk.cunsigned long sector = page * (PAGE_SIZE / 512);
PAGE_SIZE453drivers/block/ll_rw_blk.creq->nr_sectors = PAGE_SIZE / 512;
PAGE_SIZE454drivers/block/ll_rw_blk.creq->current_nr_sectors = PAGE_SIZE / 512;
PAGE_SIZE569drivers/block/ll_rw_blk.cbuffersize = PAGE_SIZE / nb;
PAGE_SIZE129drivers/block/ramdisk.cbh = breada(ROOT_DEV,block+1,BLOCK_SIZE, 0,  PAGE_SIZE);
PAGE_SIZE175drivers/block/ramdisk.cbh = breada(ROOT_DEV, block, BLOCK_SIZE, 0,  PAGE_SIZE);
PAGE_SIZE122drivers/block/triton.c#define PRD_ENTRIES  (PAGE_SIZE / (2 * PRD_BYTES))
PAGE_SIZE881drivers/char/cyclades.c& (PAGE_SIZE - 1);
PAGE_SIZE887drivers/char/cyclades.c& (PAGE_SIZE - 1);
PAGE_SIZE1558drivers/char/cyclades.cif (info->xmit_cnt >= PAGE_SIZE - 1) {
PAGE_SIZE1564drivers/char/cyclades.cinfo->xmit_head &= PAGE_SIZE - 1;
PAGE_SIZE1678drivers/char/cyclades.cret = PAGE_SIZE - info->xmit_cnt - 1;
PAGE_SIZE53drivers/char/mem.cwhile (p < PAGE_OFFSET + PAGE_SIZE && count > 0) {
PAGE_SIZE81drivers/char/mem.cwhile (PAGE_OFFSET + p < PAGE_SIZE && count > 0) {
PAGE_SIZE36drivers/char/pty.c#define PTY_BUF_SIZE PAGE_SIZE/2
PAGE_SIZE1804drivers/char/tty_io.cif (sizeof(struct tty_struct) > PAGE_SIZE)
PAGE_SIZE650drivers/pci/pci.csize  = PAGE_SIZE - (strlen(MSG) + 1);
PAGE_SIZE417drivers/scsi/hosts.cLow24 += PAGE_SIZE) {
PAGE_SIZE2225drivers/scsi/scsi.cif ((size % PAGE_SIZE) == 0) {
PAGE_SIZE2227drivers/scsi/scsi.cfor (order = 0, a_size = PAGE_SIZE;
PAGE_SIZE2248drivers/scsi/scsi.cif ((size % PAGE_SIZE) == 0) {
PAGE_SIZE2251drivers/scsi/scsi.cfor (order = 0, a_size = PAGE_SIZE;
PAGE_SIZE2518drivers/scsi/scsi.cscsi_init_free(dma_malloc_pages[i], PAGE_SIZE);
PAGE_SIZE2554drivers/scsi/scsi.cnew_dma_sectors += (PAGE_SIZE >> 9) * host->sg_tablesize *
PAGE_SIZE2589drivers/scsi/scsi.cscsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA);
PAGE_SIZE3102drivers/scsi/scsi.cdma_sectors = PAGE_SIZE / 512;
PAGE_SIZE3118drivers/scsi/scsi.cscsi_init_malloc(PAGE_SIZE, GFP_ATOMIC | GFP_DMA);
PAGE_SIZE1951drivers/scsi/st.cfor (a_size = PAGE_SIZE; a_size < st_buffer_size; a_size <<= 1)
PAGE_SIZE1990drivers/scsi/st.cfor (a_size = PAGE_SIZE; a_size < new_size; a_size <<= 1)
PAGE_SIZE567drivers/sound/soundcard.cwhile (start_addr == NULL && audio_devs[dev]->buffsize > PAGE_SIZE)
PAGE_SIZE571drivers/sound/soundcard.cfor (sz = 0, size = PAGE_SIZE;
PAGE_SIZE575drivers/sound/soundcard.caudio_devs[dev]->buffsize = PAGE_SIZE * (1 << sz);
PAGE_SIZE630drivers/sound/soundcard.cfor (sz = 0, size = PAGE_SIZE;
PAGE_SIZE75fs/binfmt_elf.cnbyte = elf_bss & (PAGE_SIZE-1);
PAGE_SIZE77fs/binfmt_elf.cnbyte = PAGE_SIZE - nbyte;
PAGE_SIZE134fs/binfmt_elf.cNEW_AUX_ENT (AT_PAGESZ, PAGE_SIZE);
PAGE_SIZE199fs/binfmt_elf.cif(sizeof(struct elf_phdr) * interp_elf_ex->e_phnum > PAGE_SIZE) 
PAGE_SIZE641fs/binfmt_elf.cbprm->p -= MAX_ARG_PAGES*PAGE_SIZE;
PAGE_SIZE759fs/binfmt_elf.cif(sizeof(struct elf_phdr) * elf_ex.e_phnum > PAGE_SIZE)
PAGE_SIZE962fs/binfmt_elf.cif (!current->dumpable || limit < PAGE_SIZE)
PAGE_SIZE1153fs/binfmt_elf.cdataoff = offset = roundup(offset, PAGE_SIZE);
PAGE_SIZE1177fs/binfmt_elf.cphdr.p_align = PAGE_SIZE;
PAGE_SIZE20fs/block_dev.c#define MAX_BUF_PER_PAGE (PAGE_SIZE / 512)
PAGE_SIZE54fs/block_dev.cblocks_per_cluster = PAGE_SIZE / blocksize;
PAGE_SIZE196fs/block_dev.cblocks_per_cluster = PAGE_SIZE / blocksize;
PAGE_SIZE37fs/buffer.c#define MAX_BUF_PER_PAGE (PAGE_SIZE / 512)
PAGE_SIZE547fs/buffer.cneeded -= PAGE_SIZE;
PAGE_SIZE558fs/buffer.cneeded -= PAGE_SIZE;
PAGE_SIZE691fs/buffer.cneeded -= PAGE_SIZE;
PAGE_SIZE699fs/buffer.cneeded -= PAGE_SIZE;
PAGE_SIZE956fs/buffer.cfor (nr_buffer_heads+=i=PAGE_SIZE/sizeof*bh ; i>0; i--) {
PAGE_SIZE990fs/buffer.coffset = PAGE_SIZE;
PAGE_SIZE991fs/buffer.cwhile ((offset -= size) < PAGE_SIZE) {
PAGE_SIZE1065fs/buffer.cfor (offset = size ; offset < PAGE_SIZE ; offset += size) {
PAGE_SIZE1105fs/buffer.cfor (offset = 0 ; offset < PAGE_SIZE ; offset += size) {
PAGE_SIZE1133fs/buffer.cbuffermem += PAGE_SIZE;
PAGE_SIZE1195fs/buffer.cfor (i=0, j=0; j<PAGE_SIZE ; i++, j+= size) {
PAGE_SIZE1202fs/buffer.cfor (i=0, j=0; j<PAGE_SIZE ; i++, j += size, where += size) {
PAGE_SIZE1223fs/buffer.cfor (i=0, j=0; j<PAGE_SIZE ; i++, j+= size) {
PAGE_SIZE1228fs/buffer.cfor (i=0, j=0; j<PAGE_SIZE ; i++, j += size, address += size) {
PAGE_SIZE1251fs/buffer.cif ((size & 511) || (size > PAGE_SIZE)) {
PAGE_SIZE1291fs/buffer.cbuffermem += PAGE_SIZE;
PAGE_SIZE1337fs/buffer.cbuffermem -= PAGE_SIZE;
PAGE_SIZE1594fs/buffer.cwhile((unsigned long) tmp->b_data & (PAGE_SIZE - 1)) 
PAGE_SIZE1670fs/buffer.cfor (offset = 0 ; offset < PAGE_SIZE ; offset += size) {
PAGE_SIZE1692fs/buffer.cbuffermem += PAGE_SIZE;
PAGE_SIZE1711fs/buffer.cfor (i = 0, offset = 0 ; offset < PAGE_SIZE ; i++, offset += size) {
PAGE_SIZE186fs/exec.cif (current->rlim[RLIMIT_CORE].rlim_cur < PAGE_SIZE)
PAGE_SIZE226fs/exec.cif ((dump.u_dsize+dump.u_ssize+1) * PAGE_SIZE >
PAGE_SIZE231fs/exec.cif ((dump.u_ssize+1) * PAGE_SIZE >
PAGE_SIZE246fs/exec.cDUMP_SEEK(PAGE_SIZE);
PAGE_SIZE447fs/exec.coffset = p % PAGE_SIZE;
PAGE_SIZE450fs/exec.cif (!(pag = (char *) page[p/PAGE_SIZE]) &&
PAGE_SIZE451fs/exec.c!(pag = (char *) page[p/PAGE_SIZE] =
PAGE_SIZE473fs/exec.cdata_base -= PAGE_SIZE;
PAGE_SIZE621fs/exec.cbprm.p = PAGE_SIZE*MAX_ARG_PAGES-sizeof(void *);
PAGE_SIZE874fs/exec.cex.a_text+ex.a_data + PAGE_SIZE - 1,
PAGE_SIZE939fs/exec.cfd_offset = setup_arg_pages(ex.a_text,bprm->page) - MAX_ARG_PAGES*PAGE_SIZE;
PAGE_SIZE339fs/ext2/inode.cif((nr & ((PAGE_SIZE >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)) - 1)) != 0)
PAGE_SIZE343fs/ext2/inode.cfor(i=0; i< (PAGE_SIZE >> EXT2_BLOCK_SIZE_BITS(inode->i_sb)); i++) {
PAGE_SIZE76fs/file_table.cnr_files += i = PAGE_SIZE/sizeof(struct file);
PAGE_SIZE97fs/inode.ci=PAGE_SIZE / sizeof(struct inode);
PAGE_SIZE498fs/inode.cinode->i_blksize = PAGE_SIZE;
PAGE_SIZE45fs/msdos/mmap.cclear = PAGE_SIZE;
PAGE_SIZE50fs/msdos/mmap.cif (gap < PAGE_SIZE){
PAGE_SIZE51fs/msdos/mmap.cclear = PAGE_SIZE - gap;
PAGE_SIZE55fs/msdos/mmap.cneed_read = PAGE_SIZE - clear;
PAGE_SIZE69fs/msdos/mmap.cmemset ((char*)page+PAGE_SIZE-clear,0,clear);
PAGE_SIZE39fs/namei.cif (address > PAGE_SIZE)
PAGE_SIZE66fs/namei.ci = PAGE_SIZE;
PAGE_SIZE45fs/nfs/mmap.cif (address + PAGE_SIZE > area->vm_end) {
PAGE_SIZE46fs/nfs/mmap.cclear = address + PAGE_SIZE - area->vm_end;
PAGE_SIZE51fs/nfs/mmap.cfor (i = 0; i < (PAGE_SIZE - clear); i += n) {
PAGE_SIZE54fs/nfs/mmap.chunk = PAGE_SIZE - i;
PAGE_SIZE72fs/nfs/mmap.ctmp = page + PAGE_SIZE;
PAGE_SIZE65fs/proc/array.c#  define FIRST_MAPPED  PAGE_SIZE  /* we don't have page 0 mapped on x86.. */
PAGE_SIZE79fs/proc/array.cmemsize = MAP_NR(high_memory + PAGE_SIZE) << PAGE_SHIFT;
PAGE_SIZE98fs/proc/array.cwhile (count > 0 && p < PAGE_SIZE + FIRST_MAPPED) {
PAGE_SIZE105fs/proc/array.cmemcpy_tofs(buf, (void *) (PAGE_OFFSET + p - PAGE_SIZE), count);
PAGE_SIZE349fs/proc/array.cif (size < PAGE_SIZE)
PAGE_SIZE440fs/proc/array.c# define PT_REG(reg)    (PAGE_SIZE - sizeof(struct pt_regs)  \
PAGE_SIZE562fs/proc/array.caddress += PAGE_SIZE;
PAGE_SIZE122fs/proc/inode.ctmp.f_bsize = PAGE_SIZE/sizeof(long);
PAGE_SIZE181fs/proc/inode.cinode->i_size = (MAP_NR(high_memory) << PAGE_SHIFT) + PAGE_SIZE;
PAGE_SIZE104fs/proc/mem.ci = PAGE_SIZE-(addr & ~PAGE_MASK);
PAGE_SIZE168fs/proc/mem.ci = PAGE_SIZE-(addr & ~PAGE_MASK);
PAGE_SIZE263fs/proc/mem.cstmp += PAGE_SIZE;
PAGE_SIZE296fs/proc/mem.cstmp += PAGE_SIZE;
PAGE_SIZE297fs/proc/mem.cdtmp += PAGE_SIZE;
PAGE_SIZE41fs/smbfs/mmap.cif (address + PAGE_SIZE > area->vm_end) {
PAGE_SIZE42fs/smbfs/mmap.cclear = address + PAGE_SIZE - area->vm_end;
PAGE_SIZE49fs/smbfs/mmap.cclear = PAGE_SIZE;
PAGE_SIZE54fs/smbfs/mmap.cfor (i = 0; i < (PAGE_SIZE - clear); i += n) {
PAGE_SIZE57fs/smbfs/mmap.chunk = PAGE_SIZE - i;
PAGE_SIZE77fs/smbfs/mmap.ctmp = page + PAGE_SIZE;
PAGE_SIZE168fs/super.cwhile (tmp && len < PAGE_SIZE - 80) {
PAGE_SIZE563fs/super.cif (PAGE_SIZE <= (unsigned long) i)
PAGE_SIZE564fs/super.ci = PAGE_SIZE-1;
PAGE_SIZE7include/asm-alpha/page.h#define PAGE_MASK  (~(PAGE_SIZE-1))
PAGE_SIZE70include/asm-alpha/page.h#define PAGE_ALIGN(addr)    (((addr)+PAGE_SIZE-1)&PAGE_MASK)
PAGE_SIZE47include/asm-alpha/shmparam.h#define  SHMLBA PAGE_SIZE    /* attach addr a multiple of this */
PAGE_SIZE46include/asm-alpha/user.h#define NBPG      PAGE_SIZE
PAGE_SIZE7include/asm-i386/page.h#define PAGE_MASK  (~(PAGE_SIZE-1))
PAGE_SIZE89include/asm-i386/page.h#define PAGE_ALIGN(addr)  (((addr)+PAGE_SIZE-1)&PAGE_MASK)
PAGE_SIZE41include/asm-i386/shmparam.h#define  SHMLBA PAGE_SIZE    /* attach addr a multiple of this */
PAGE_SIZE73include/asm-i386/user.h#define NBPG PAGE_SIZE
PAGE_SIZE42include/asm-m68k/system.h: "r" (current->kernel_stack_page + PAGE_SIZE)   \
PAGE_SIZE152include/asm-mips/page.h#define PAGE_MASK      (~(PAGE_SIZE-1))
PAGE_SIZE158include/asm-mips/page.h#define PAGE_ALIGN(addr)    (((addr)+PAGE_SIZE-1)&PAGE_MASK)
PAGE_SIZE176include/asm-mips/page.h#define PTRS_PER_PAGE      (PAGE_SIZE/sizeof(void*))
PAGE_SIZE7include/asm-ppc/page.h#define PAGE_MASK  (~(PAGE_SIZE-1))
PAGE_SIZE56include/asm-ppc/page.h#define PAGE_ALIGN(addr)  (((addr)+PAGE_SIZE-1)&PAGE_MASK)
PAGE_SIZE41include/asm-ppc/shmparam.h#define  SHMLBA PAGE_SIZE    /* attach addr a multiple of this */
PAGE_SIZE36include/asm-sparc/irq.hunsigned char space[PAGE_SIZE - 12];
PAGE_SIZE17include/asm-sparc/mp.hunsigned int kernel_stack[PAGE_SIZE/4];       /* One page */
PAGE_SIZE22include/asm-sparc/mp.hchar filler[PERCPU_ENTSIZE-(PAGE_SIZE*2)-0xc];
PAGE_SIZE20include/asm-sparc/page.h#define PAGE_MASK    (~(PAGE_SIZE-1))
PAGE_SIZE100include/asm-sparc/page.h#define PAGE_ALIGN(addr)  (((addr)+PAGE_SIZE-1)&PAGE_MASK)
PAGE_SIZE93include/asm-sparc/pgtable.h#define PTRS_PER_PAGE   (PAGE_SIZE/sizeof(void*))
PAGE_SIZE42include/asm-sparc/shmparam.h#define  SHMLBA PAGE_SIZE    /* attach addr a multiple of this */
PAGE_SIZE62include/asm-sparc/timer.hvolatile unsigned char space[PAGE_SIZE - 16];
PAGE_SIZE23include/asm-sparc/user.h#define NBPG                   PAGE_SIZE
PAGE_SIZE108include/linux/a.out.h#define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
PAGE_SIZE125include/linux/a.out.h#define SEGMENT_SIZE PAGE_SIZE
PAGE_SIZE133include/linux/a.out.h#define SEGMENT_SIZE  PAGE_SIZE
PAGE_SIZE151include/linux/mm.hmemset((void *) page, 0, PAGE_SIZE);
PAGE_SIZE76ipc/shm.cint numpages = (size + PAGE_SIZE -1) >> PAGE_SHIFT;
PAGE_SIZE437ipc/shm.ctmp += PAGE_SIZE, shm_sgn += SWP_ENTRY(0, 1 << SHM_IDX_SHIFT))
PAGE_SIZE490ipc/shm.caddr > current->mm->start_stack - PAGE_SIZE*(shp->shm_npages + 4))
PAGE_SIZE517ipc/shm.cshmd->vm_end = addr + shp->shm_npages * PAGE_SIZE;
PAGE_SIZE162kernel/module.cnpages = (size + sizeof (long) + PAGE_SIZE - 1) / PAGE_SIZE;
PAGE_SIZE163kernel/module.cif ((addr = vmalloc(npages * PAGE_SIZE)) == 0) {
PAGE_SIZE225kernel/module.cif ((codesize + sizeof (long) + PAGE_SIZE - 1) / PAGE_SIZE > mp->size)
PAGE_SIZE229kernel/module.cmp->size * PAGE_SIZE - (codesize + sizeof (long)));
PAGE_SIZE960kernel/sched.cfor (free = 1; free < PAGE_SIZE/sizeof(long) ; free++) {
PAGE_SIZE447kernel/sys.cif (find_vma_intersection(current, oldbrk, newbrk+PAGE_SIZE))
PAGE_SIZE41mm/filemap.cint i = PAGE_SIZE >> shift;
PAGE_SIZE60mm/filemap.cint nr[PAGE_SIZE/512];
PAGE_SIZE99mm/filemap.csize = offset + PAGE_SIZE;
PAGE_SIZE228mm/filemap.caddress += PAGE_SIZE;
PAGE_SIZE335mm/filemap.cif (vma->vm_offset & (PAGE_SIZE - 1))
PAGE_SIZE93mm/kmalloc.c#if PAGE_SIZE == 4096
PAGE_SIZE111mm/kmalloc.c#elif PAGE_SIZE == 8192
PAGE_SIZE135mm/kmalloc.c#define AREASIZE(order)    (PAGE_SIZE<<(sizes[order].gfporder))
PAGE_SIZE62mm/memory.c#define copy_page(from,to) memcpy((void *) to, (void *) from, PAGE_SIZE)
PAGE_SIZE230mm/memory.caddress += PAGE_SIZE;
PAGE_SIZE329mm/memory.caddress += PAGE_SIZE;
PAGE_SIZE388mm/memory.caddress += PAGE_SIZE;
PAGE_SIZE456mm/memory.caddress += PAGE_SIZE;
PAGE_SIZE457mm/memory.coffset += PAGE_SIZE;
PAGE_SIZE711mm/memory.cstart += PAGE_SIZE;
PAGE_SIZE940mm/memory.cmemset((void *) (old_page + address), 0, PAGE_SIZE - address);
PAGE_SIZE130mm/mlock.cstart += PAGE_SIZE;
PAGE_SIZE187mm/mmap.cstart += PAGE_SIZE;
PAGE_SIZE42mm/mprotect.caddress += PAGE_SIZE;
PAGE_SIZE212mm/swap.cunsigned int zones[PAGE_SIZE/512];
PAGE_SIZE231mm/swap.cfor (i=0, j=0; j< PAGE_SIZE ; i++, j += 512){
PAGE_SIZE242mm/swap.cfor (i=0, j=0; j< PAGE_SIZE ; i++, j +=swapf->i_sb->s_blocksize)
PAGE_SIZE523mm/swap.ctsk->swap_address = address + PAGE_SIZE;
PAGE_SIZE527mm/swap.caddress += PAGE_SIZE;
PAGE_SIZE819mm/swap.cdo { unsigned long size = PAGE_SIZE << high; \
PAGE_SIZE881mm/swap.ctotal += nr * ((PAGE_SIZE>>10) << order);
PAGE_SIZE882mm/swap.cprintk("%lu*%lukB ", nr, (PAGE_SIZE>>10) << order);
PAGE_SIZE955mm/swap.caddress += PAGE_SIZE;
PAGE_SIZE1202mm/swap.cif (memcmp("SWAP-SPACE",p->swap_lockmap+PAGE_SIZE-10,10)) {
PAGE_SIZE1207mm/swap.cmemset(p->swap_lockmap+PAGE_SIZE-10,0,10);
PAGE_SIZE1211mm/swap.cfor (i = 1 ; i < 8*PAGE_SIZE ; i++) {
PAGE_SIZE1237mm/swap.cmemset(p->swap_lockmap,0,PAGE_SIZE);
PAGE_SIZE61mm/vmalloc.caddress += PAGE_SIZE;
PAGE_SIZE127mm/vmalloc.caddress += PAGE_SIZE;
PAGE_SIZE186mm/vmalloc.caddress += PAGE_SIZE;
PAGE_SIZE187mm/vmalloc.coffset += PAGE_SIZE;
PAGE_SIZE243mm/vmalloc.carea->size = size + PAGE_SIZE;
PAGE_SIZE262mm/vmalloc.cif ((PAGE_SIZE-1) & (unsigned long) addr) {
PAGE_SIZE337mm/vmalloc.cn = tmp->size - PAGE_SIZE;