PAGE_SIZE          30 arch/x86/include/asm/a.out-core.h 	dump->start_stack = regs->sp & ~(PAGE_SIZE - 1);
PAGE_SIZE          32 arch/x86/include/asm/a.out-core.h 	dump->u_dsize = ((unsigned long)(current->mm->brk + (PAGE_SIZE - 1)))
PAGE_SIZE          44 arch/x86/include/asm/desc.h } __attribute__((aligned(PAGE_SIZE)));
PAGE_SIZE          44 arch/x86/include/asm/fixmap.h #define FIXADDR_TOP	(round_up(VSYSCALL_ADDR + PAGE_SIZE, 1<<PMD_SHIFT) - \
PAGE_SIZE          45 arch/x86/include/asm/fixmap.h 			 PAGE_SIZE)
PAGE_SIZE          76 arch/x86/include/asm/kvm_host.h #define KVM_PAGES_PER_HPAGE(x)	(KVM_HPAGE_SIZE(x) / PAGE_SIZE)
PAGE_SIZE          64 arch/x86/include/asm/microcode_amd.h #define PATCH_MAX_SIZE PAGE_SIZE
PAGE_SIZE          38 arch/x86/include/asm/page_32.h 	memset(page, 0, PAGE_SIZE);
PAGE_SIZE          43 arch/x86/include/asm/page_32.h 	memcpy(to, from, PAGE_SIZE);
PAGE_SIZE          21 arch/x86/include/asm/page_32_types.h #define THREAD_SIZE		(PAGE_SIZE << THREAD_SIZE_ORDER)
PAGE_SIZE           5 arch/x86/include/asm/page_64_types.h #define THREAD_SIZE  (PAGE_SIZE << THREAD_SIZE_ORDER)
PAGE_SIZE           9 arch/x86/include/asm/page_64_types.h #define EXCEPTION_STKSZ (PAGE_SIZE << EXCEPTION_STACK_ORDER)
PAGE_SIZE          12 arch/x86/include/asm/page_64_types.h #define DEBUG_STKSZ (PAGE_SIZE << DEBUG_STACK_ORDER)
PAGE_SIZE          15 arch/x86/include/asm/page_64_types.h #define IRQ_STACK_SIZE (PAGE_SIZE << IRQ_STACK_ORDER)
PAGE_SIZE          10 arch/x86/include/asm/page_types.h #define PAGE_MASK	(~(PAGE_SIZE-1))
PAGE_SIZE          44 arch/x86/include/asm/pgalloc.h 	BUG_ON((unsigned long)pte & (PAGE_SIZE-1));
PAGE_SIZE          96 arch/x86/include/asm/pgalloc.h 	BUG_ON((unsigned long)pmd & (PAGE_SIZE-1));
PAGE_SIZE         133 arch/x86/include/asm/pgalloc.h 	BUG_ON((unsigned long)pud & (PAGE_SIZE-1));
PAGE_SIZE          26 arch/x86/include/asm/pgtable.h extern unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)]
PAGE_SIZE          40 arch/x86/include/asm/pgtable_32_types.h #define PKMAP_BASE ((FIXADDR_BOOT_START - PAGE_SIZE * (LAST_PKMAP + 1))	\
PAGE_SIZE          44 arch/x86/include/asm/pgtable_32_types.h # define VMALLOC_END	(PKMAP_BASE - 2 * PAGE_SIZE)
PAGE_SIZE          46 arch/x86/include/asm/pgtable_32_types.h # define VMALLOC_END	(FIXADDR_START - 2 * PAGE_SIZE)
PAGE_SIZE         898 arch/x86/include/asm/processor.h #define TASK_SIZE_MAX	((1UL << 47) - PAGE_SIZE)
PAGE_SIZE         101 arch/x86/include/asm/pvclock.h #define PVCLOCK_VSYSCALL_NR_PAGES (((NR_CPUS-1)/(PAGE_SIZE/PVTI_SIZE))+1)
PAGE_SIZE           4 arch/x86/include/asm/shmparam.h #define SHMLBA PAGE_SIZE	 /* attach addr a multiple of this */
PAGE_SIZE         126 arch/x86/include/asm/user_32.h #define NBPG PAGE_SIZE
PAGE_SIZE         132 arch/x86/include/asm/user_64.h #define NBPG PAGE_SIZE
PAGE_SIZE          40 arch/x86/include/asm/xen/page.h     ((unsigned long)((u64)CONFIG_XEN_MAX_DOMAIN_MEMORY * 1024 * 1024 * 1024 / PAGE_SIZE))
PAGE_SIZE          62 include/asm-generic/crash-driver.h 	return (vaddr + (offset & (PAGE_SIZE-1)));
PAGE_SIZE          74 include/asm-generic/fixmap.h 	addr = fix_to_virt(idx) + ((phys) & (PAGE_SIZE - 1)); \
PAGE_SIZE          21 include/asm-generic/page.h #define PAGE_MASK	(~(PAGE_SIZE-1))
PAGE_SIZE          30 include/asm-generic/page.h #define clear_page(page)	memset((page), 0, PAGE_SIZE)
PAGE_SIZE          31 include/asm-generic/page.h #define copy_page(to,from)	memcpy((to), (from), PAGE_SIZE)
PAGE_SIZE          58 include/asm-generic/tlb.h 	((PAGE_SIZE - sizeof(struct mmu_table_batch)) / sizeof(void *))
PAGE_SIZE          79 include/asm-generic/tlb.h 	((PAGE_SIZE - sizeof(struct mmu_gather_batch)) / sizeof(void *))
PAGE_SIZE         205 include/asm-generic/vmlinux.lds.h 	. = ALIGN(PAGE_SIZE);						\
PAGE_SIZE         208 include/asm-generic/vmlinux.lds.h 	. = ALIGN(PAGE_SIZE);						\
PAGE_SIZE         698 include/asm-generic/vmlinux.lds.h 	. = ALIGN(PAGE_SIZE);						\
PAGE_SIZE         752 include/asm-generic/vmlinux.lds.h 	. = ALIGN(PAGE_SIZE);						\
PAGE_SIZE         778 include/asm-generic/vmlinux.lds.h 	. = ALIGN(PAGE_SIZE);						\
PAGE_SIZE          37 include/drm/drm_mem_util.h 	if (size * nmemb <= PAGE_SIZE)
PAGE_SIZE          50 include/drm/drm_mem_util.h 	if (size * nmemb <= PAGE_SIZE)
PAGE_SIZE          50 include/linux/a.out.h #define SEGMENT_SIZE	PAGE_SIZE
PAGE_SIZE         195 include/linux/bio.h 	return offset || ((bprv->bv_offset + bprv->bv_len) & (PAGE_SIZE - 1));
PAGE_SIZE         125 include/linux/bootmem.h 	__alloc_bootmem(x, PAGE_SIZE, BOOTMEM_LOW_LIMIT)
PAGE_SIZE         127 include/linux/bootmem.h 	__alloc_bootmem_nopanic(x, PAGE_SIZE, BOOTMEM_LOW_LIMIT)
PAGE_SIZE         133 include/linux/bootmem.h 	__alloc_bootmem_node(pgdat, x, PAGE_SIZE, BOOTMEM_LOW_LIMIT)
PAGE_SIZE         135 include/linux/bootmem.h 	__alloc_bootmem_node_nopanic(pgdat, x, PAGE_SIZE, BOOTMEM_LOW_LIMIT)
PAGE_SIZE         140 include/linux/bootmem.h 	__alloc_bootmem_low_nopanic(x, PAGE_SIZE, 0)
PAGE_SIZE         142 include/linux/bootmem.h 	__alloc_bootmem_low(x, PAGE_SIZE, 0)
PAGE_SIZE         144 include/linux/bootmem.h 	__alloc_bootmem_low_node(pgdat, x, PAGE_SIZE, 0)
PAGE_SIZE          30 include/linux/cred.h #define NGROUPS_PER_BLOCK	((unsigned int)(PAGE_SIZE / sizeof(kgid_t)))
PAGE_SIZE         417 include/linux/f2fs_fs.h #define SIZE_OF_RESERVED	(PAGE_SIZE - ((SIZE_OF_DIR_ENTRY + \
PAGE_SIZE           8 include/linux/flex_array.h #define FLEX_ARRAY_PART_SIZE PAGE_SIZE
PAGE_SIZE           9 include/linux/flex_array.h #define FLEX_ARRAY_BASE_SIZE PAGE_SIZE
PAGE_SIZE        2698 include/linux/fs.h #define SIMPLE_TRANSACTION_LIMIT (PAGE_SIZE - sizeof(struct simple_transaction_argresp))
PAGE_SIZE         198 include/linux/highmem.h 	BUG_ON(end1 > PAGE_SIZE || end2 > PAGE_SIZE);
PAGE_SIZE         324 include/linux/hugetlb.h 	return (unsigned long)PAGE_SIZE << h->order;
PAGE_SIZE         374 include/linux/hugetlb.h 	return size_to_hstate(PAGE_SIZE << compound_order(page));
PAGE_SIZE         414 include/linux/hugetlb.h 	VM_BUG_ON(huge_page_size(h) == PAGE_SIZE);
PAGE_SIZE         438 include/linux/hugetlb.h #define huge_page_size(h) PAGE_SIZE
PAGE_SIZE         440 include/linux/hugetlb.h #define vma_kernel_pagesize(v) PAGE_SIZE
PAGE_SIZE         441 include/linux/hugetlb.h #define vma_mmu_pagesize(v) PAGE_SIZE
PAGE_SIZE         110 include/linux/io-mapping.h 	return ioremap_wc(phys_addr, PAGE_SIZE);
PAGE_SIZE          43 include/linux/kexec.h #define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE
PAGE_SIZE          95 include/linux/kvm_host.h #define KVM_HVA_ERR_RO_BAD	(PAGE_OFFSET + PAGE_SIZE)
PAGE_SIZE         854 include/linux/kvm_host.h 	return slot->userspace_addr + (gfn - slot->base_gfn) * PAGE_SIZE;
PAGE_SIZE          38 include/linux/linkage.h #define __page_aligned_data	__section(.data..page_aligned) __aligned(PAGE_SIZE)
PAGE_SIZE          39 include/linux/linkage.h #define __page_aligned_bss	__section(.bss..page_aligned) __aligned(PAGE_SIZE)
PAGE_SIZE          30 include/linux/lp.h #define LP_BUFFER_SIZE PAGE_SIZE
PAGE_SIZE         512 include/linux/mlx4/device.h 	MLX4_DB_PER_PAGE = PAGE_SIZE / 4
PAGE_SIZE         870 include/linux/mlx4/device.h 			(offset & (PAGE_SIZE - 1));
PAGE_SIZE         535 include/linux/mlx5/driver.h 	MLX5_DB_PER_PAGE = PAGE_SIZE / L1_CACHE_BYTES,
PAGE_SIZE         583 include/linux/mlx5/driver.h 			(offset & (PAGE_SIZE - 1));
PAGE_SIZE          74 include/linux/mm.h #define PAGE_ALIGN(addr) ALIGN(addr, PAGE_SIZE)
PAGE_SIZE          77 include/linux/mm.h #define PAGE_ALIGNED(addr)	IS_ALIGNED((unsigned long)addr, PAGE_SIZE)
PAGE_SIZE         211 include/linux/mm_types.h #if (BITS_PER_LONG > 32) || (PAGE_SIZE >= 65536)
PAGE_SIZE         265 include/linux/mmu_notifier.h 							PAGE_SIZE);	\
PAGE_SIZE        1114 include/linux/mmzone.h #define SECTIONS_PER_ROOT       (PAGE_SIZE / sizeof (struct mem_section))
PAGE_SIZE         111 include/linux/netlink.h #if PAGE_SIZE < 8192UL
PAGE_SIZE         112 include/linux/netlink.h #define NLMSG_GOODSIZE	SKB_WITH_OVERHEAD(PAGE_SIZE)
PAGE_SIZE          18 include/linux/nfsacl.h #define NFSACL_MAXPAGES		((2*(8+12*NFS_ACL_MAX_ENTRIES) + PAGE_SIZE-1) \
PAGE_SIZE          91 include/linux/pagemap.h #define PAGE_CACHE_SIZE		PAGE_SIZE
PAGE_SIZE         611 include/linux/pagemap.h 		uaddr += PAGE_SIZE;
PAGE_SIZE         636 include/linux/pagemap.h 		uaddr += PAGE_SIZE;
PAGE_SIZE         160 include/linux/percpu-defs.h 	__aligned(PAGE_SIZE)
PAGE_SIZE         164 include/linux/percpu-defs.h 	__aligned(PAGE_SIZE)
PAGE_SIZE         909 include/linux/perf_event.h 	BUILD_BUG_ON(sizeof(_format) >= PAGE_SIZE);			\
PAGE_SIZE           8 include/linux/pfn.h #define PFN_ALIGN(x)	(((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK)
PAGE_SIZE           9 include/linux/pfn.h #define PFN_UP(x)	(((x) + PAGE_SIZE-1) >> PAGE_SHIFT)
PAGE_SIZE          17 include/linux/pid_namespace.h #define BITS_PER_PAGE		(PAGE_SIZE * 8)
PAGE_SIZE         118 include/linux/pipe_fs_i.h #define PIPE_SIZE		PAGE_SIZE
PAGE_SIZE          80 include/linux/pktcdvd.h #if (PAGE_SIZE % CD_FRAMESIZE) != 0
PAGE_SIZE          84 include/linux/pktcdvd.h #define FRAMES_PER_PAGE		(PAGE_SIZE / CD_FRAMESIZE)
PAGE_SIZE          27 include/linux/raid/pq.h extern const char raid6_empty_zero_page[PAGE_SIZE];
PAGE_SIZE          48 include/linux/raid/pq.h #ifndef PAGE_SIZE
PAGE_SIZE          51 include/linux/raid/pq.h extern const char raid6_empty_zero_page[PAGE_SIZE];
PAGE_SIZE         155 include/linux/raid/pq.h # define __get_free_pages(x, y)	((unsigned long)mmap(NULL, PAGE_SIZE << (y), \
PAGE_SIZE         159 include/linux/raid/pq.h # define free_pages(x, y)	munmap((void *)(x), PAGE_SIZE << (y))
PAGE_SIZE         256 include/linux/scatterlist.h #define SG_MAX_SINGLE_ALLOC		(PAGE_SIZE / sizeof(struct scatterlist))
PAGE_SIZE          29 include/linux/serial.h #define SERIAL_XMIT_SIZE PAGE_SIZE
PAGE_SIZE         254 include/linux/serial_core.h #define UART_XMIT_SIZE	PAGE_SIZE
PAGE_SIZE         139 include/linux/skbuff.h 	SKB_WITH_OVERHEAD((PAGE_SIZE << (ORDER)) - (X))
PAGE_SIZE         186 include/linux/skbuff.h #if (65536/PAGE_SIZE + 1) < 16
PAGE_SIZE         189 include/linux/skbuff.h #define MAX_SKB_FRAGS (65536/PAGE_SIZE + 1)
PAGE_SIZE         198 include/linux/skbuff.h #if (BITS_PER_LONG > 32) || (PAGE_SIZE >= 65536)
PAGE_SIZE        2122 include/linux/skbuff.h #define NETDEV_FRAG_PAGE_MAX_SIZE  (PAGE_SIZE << NETDEV_FRAG_PAGE_MAX_ORDER)
PAGE_SIZE         173 include/linux/sunrpc/svc.h #define RPCSVC_MAXPAGES		((RPCSVC_MAXPAYLOAD+PAGE_SIZE-1)/PAGE_SIZE \
PAGE_SIZE         341 include/linux/sunrpc/svc.h 	return vec->iov_len <= PAGE_SIZE;
PAGE_SIZE          90 include/linux/swap.h 		char reserved[PAGE_SIZE - 10];
PAGE_SIZE          33 include/linux/threads.h #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : \
PAGE_SIZE          14 include/linux/trace_seq.h 	unsigned char		buffer[PAGE_SIZE];
PAGE_SIZE         821 include/linux/uwb.h 	return scnprintf(buf, PAGE_SIZE, "%d %d %d\n", min, max, avg);
PAGE_SIZE         100 include/linux/vmalloc.h 	return area->size - PAGE_SIZE;
PAGE_SIZE         179 include/media/saa7146.h #define SAA7146_I2C_MEM		( 1*PAGE_SIZE)
PAGE_SIZE         180 include/media/saa7146.h #define SAA7146_RPS_MEM		( 1*PAGE_SIZE)
PAGE_SIZE         189 include/net/inet_hashtables.h 		if (size * sizeof(spinlock_t) > PAGE_SIZE)
PAGE_SIZE         210 include/net/inet_hashtables.h 		if (size > PAGE_SIZE)
PAGE_SIZE        1416 include/net/sock.h #define SK_MEM_QUANTUM ((int)PAGE_SIZE)
PAGE_SIZE        1568 include/sound/emu10k1.h #define snd_emu10k1_memblk_offset(blk)	(((blk)->mapped_page << PAGE_SHIFT) | ((blk)->mem.offset & (PAGE_SIZE - 1)))
PAGE_SIZE         100 include/sound/memalloc.h 	return (size + PAGE_SIZE - 1) >> PAGE_SHIFT;
PAGE_SIZE         111 include/sound/memalloc.h 	addr &= ~((dma_addr_t)PAGE_SIZE - 1);
PAGE_SIZE         112 include/sound/memalloc.h 	return addr + offset % PAGE_SIZE;
PAGE_SIZE         122 include/sound/memalloc.h 	return sgbuf->table[offset >> PAGE_SHIFT].buf + offset % PAGE_SIZE;
PAGE_SIZE           4 include/uapi/asm-generic/shmparam.h #define SHMLBA PAGE_SIZE	 /* attach addr a multiple of this */
PAGE_SIZE         112 include/uapi/linux/a.out.h #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
PAGE_SIZE         129 include/uapi/linux/a.out.h #define SEGMENT_SIZE PAGE_SIZE
PAGE_SIZE          14 include/uapi/linux/binfmts.h #define MAX_ARG_STRLEN (PAGE_SIZE * 32)
PAGE_SIZE         352 include/uapi/linux/kvm.h 	((PAGE_SIZE - sizeof(struct kvm_coalesced_mmio_ring)) / \
PAGE_SIZE          71 include/uapi/linux/resource.h #define MLOCK_LIMIT	((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024)
PAGE_SIZE          67 include/video/udlfb.h #define MAX_TRANSFER (PAGE_SIZE*16 - BULK_SIZE)
PAGE_SIZE         187 include/xen/interface/io/vscsiif.h #define VSCSIIF_SG_PER_PAGE (PAGE_SIZE / sizeof(struct scsiif_request_segment))