Searched refs:PAGE_SIZE (Results 1 - 25 of 3548) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
/linux-master/arch/arc/include/asm/
H A Dshmparam.h10 #define SHMLBA (2 * PAGE_SIZE)
/linux-master/arch/arc/kernel/
H A Darc_hostlink.c16 static unsigned char __HOSTLINK__[4 * PAGE_SIZE] __aligned(PAGE_SIZE);
/linux-master/arch/arm/include/asm/hardware/
H A Dmemc.h7 #define VDMA_ALIGNMENT PAGE_SIZE
/linux-master/arch/arm/include/asm/
H A Dpage-nommu.h11 #define clear_page(page) memset((page), 0, PAGE_SIZE)
12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
H A Dshmparam.h10 #define SHMLBA (4 * PAGE_SIZE) /* attach addr a multiple of this */
/linux-master/arch/arm/kernel/
H A Datags_compat.c96 if (params->u1.s.page_size != PAGE_SIZE) {
155 params->u1.s.pages_in_bank[i] * PAGE_SIZE);
158 tag = memtag(tag, PHYS_OFFSET, params->u1.s.nr_pages * PAGE_SIZE);
/linux-master/arch/arm/mach-pxa/
H A Dam200epd.c234 padding_size = PAGE_SIZE + (4 * fw);
/linux-master/arch/arm/mach-rpc/
H A Ddma.c64 if (end > PAGE_SIZE)
65 end = PAGE_SIZE;
/linux-master/arch/arm/mach-rpc/include/mach/
H A Disa-dma.h23 #define IOMD_DMA_BOUNDARY (PAGE_SIZE - 1)
H A Duncompress.h116 unsigned int nr_pages = 0, page_size = PAGE_SIZE;
129 page_size = PAGE_SIZE;
130 nr_pages += (t->u.mem.size / PAGE_SIZE);
/linux-master/arch/arm/mach-shmobile/
H A Dsmp-emev2.c35 smu = ioremap(EMEV2_SMU_BASE, PAGE_SIZE);
/linux-master/arch/arm/mm/
H A Dcache-l2x0-pmu.c346 return snprintf(buf, PAGE_SIZE, "config=0x%x\n", lattr->config);
H A Dcopypage-fa.c34 : "2" (PAGE_SIZE / 32)
74 : "0" (kaddr), "I" (PAGE_SIZE / 32)
H A Dcopypage-v4wb.c43 : "2" (PAGE_SIZE / 64)
84 : "0" (kaddr), "I" (PAGE_SIZE / 64)
H A Dcopypage-v4wt.c39 : "2" (PAGE_SIZE / 64)
77 : "0" (kaddr), "I" (PAGE_SIZE / 64)
/linux-master/arch/arm/vdso/
H A Dvdso.S17 .balign PAGE_SIZE
20 .balign PAGE_SIZE
/linux-master/arch/arm64/include/asm/
H A Dshmparam.h11 * the time we can safely use PAGE_SIZE.
13 #define COMPAT_SHMLBA (4 * PAGE_SIZE)
/linux-master/arch/hexagon/include/asm/
H A Dmem-layout.h65 #define VMALLOC_OFFSET PAGE_SIZE
97 #define PKMAP_BASE (FIXADDR_START-PAGE_SIZE*LAST_PKMAP)
103 #define VMALLOC_END (PKMAP_BASE-PAGE_SIZE*2)
/linux-master/arch/hexagon/kernel/
H A Dasm-offsets.c27 DEFINE(_PAGE_SIZE, PAGE_SIZE);
/linux-master/arch/m68k/amiga/
H A Dchipram.c82 PAGE_SIZE, NULL, NULL);
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h84 #define ELF_EXEC_PAGESIZE PAGE_SIZE
/linux-master/arch/microblaze/kernel/cpu/
H A Dmb.c131 seq_printf(m, "Page size:\t%lu\n", PAGE_SIZE);
/linux-master/arch/mips/dec/
H A Dkn01-berr.c110 entryhi = asid & (PAGE_SIZE - 1);
111 entryhi |= vaddr & ~(PAGE_SIZE - 1);
119 offset = vaddr & (PAGE_SIZE - 1);
120 address = (entrylo & ~(PAGE_SIZE - 1)) | offset;
/linux-master/arch/mips/include/asm/mach-ip22/
H A Dcpu-feature-overrides.h31 #define cpu_has_dc_aliases (PAGE_SIZE < 0x4000)

Completed in 523 milliseconds

1234567891011>>