Searched refs:PAGE_SIZE (Results 176 - 200 of 3548) sorted by path

1234567891011>>

/linux-master/arch/arm/kernel/
H A Dsetup.c294 aliasing_icache = (line_size * num_sets) > PAGE_SIZE;
808 size = size & ~(phys_addr_t)(PAGE_SIZE - 1);
H A Dsignal.c656 PAGE_SIZE / sizeof(u32));
667 flush_icache_range(ptr, ptr + PAGE_SIZE);
H A Dtraps.c575 unsigned long chunk = min(PAGE_SIZE, end - start);
877 for (i = 0; i < PAGE_SIZE / sizeof(u32); i++)
890 flush_vectors(vectors_base, 0, PAGE_SIZE * 2);
H A Dvdso.c203 page = virt_to_page(vdso_start + i * PAGE_SIZE);
224 vma = _install_special_mapping(mm, addr, PAGE_SIZE,
246 addr += PAGE_SIZE;
H A Dvmlinux-xip.lds.S61 RO_DATA(PAGE_SIZE)
116 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
122 . = ALIGN(PAGE_SIZE);
146 . = ALIGN(PAGE_SIZE);
H A Dvmlinux.lds.S72 RO_DATA(PAGE_SIZE)
88 . = ALIGN(PAGE_SIZE);
145 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_ALIGN)
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c248 ret = __copy_to_user_memcpy(user_ptr, kernel_ptr, PAGE_SIZE);
250 for (size = PAGE_SIZE; size >= 4; size /= 2) {
259 for (size = PAGE_SIZE; size >= 4; size /= 2) {
/linux-master/arch/arm/mach-hisi/
H A Dplatsmp.c110 virt = ioremap(start_addr, PAGE_SIZE);
/linux-master/arch/arm/mach-omap1/
H A Dsram-init.c71 pages = PAGE_ALIGN(size) / PAGE_SIZE;
107 omap_sram_start = ROUND_DOWN(omap_sram_start, PAGE_SIZE);
124 pages = PAGE_ALIGN(omap_sram_size) / PAGE_SIZE;
/linux-master/arch/arm/mach-omap2/
H A Domap4-common.c141 sram_sync = (void __iomem *)gen_pool_alloc(sram_pool, PAGE_SIZE);
151 dram_sync_size = ALIGN(PAGE_SIZE, SZ_1M);
H A Dsram.c93 pages = PAGE_ALIGN(size) / PAGE_SIZE;
200 omap_sram_start = ROUND_DOWN(omap_sram_start, PAGE_SIZE);
217 pages = PAGE_ALIGN(omap_sram_size) / PAGE_SIZE;
/linux-master/arch/arm/mach-rpc/
H A Driscpc.c48 vram_size += PAGE_SIZE * 256;
51 vram_size += PAGE_SIZE * 256;
/linux-master/arch/arm/mach-shmobile/
H A Dplatsmp-scu.c37 shmobile_scu_base = ioremap(scu_base_phys, PAGE_SIZE);
H A Dregulator-quirk-rcar-gen2.c206 irqc = ioremap(IRQC_BASE, PAGE_SIZE);
H A Dsetup-rcar-gen2.c99 base = ioremap(0xe6080000, PAGE_SIZE);
H A Dsetup-sh73a0.c29 l2x0_init(ioremap(0xf0100000, PAGE_SIZE), 0x00400000, 0xc20f0fff);
H A Dsmp-sh73a0.c35 void __iomem *cpg2 = ioremap(CPG_BASE2, PAGE_SIZE);
55 ap = ioremap(AP_BASE, PAGE_SIZE);
56 sysc = ioremap(SYSC_BASE, PAGE_SIZE);
/linux-master/arch/arm/mm/
H A Dcache-feroceon-l2.c162 if (range_end > (start | (PAGE_SIZE - 1)) + 1)
163 range_end = (start | (PAGE_SIZE - 1)) + 1;
H A Dcopypage-feroceon.c62 : "2" (PAGE_SIZE)
99 : "0" (kaddr), "I" (PAGE_SIZE / 32)
H A Dcopypage-v4mc.c60 : "2" (PAGE_SIZE / 64)
105 : "0" (kaddr), "I" (PAGE_SIZE / 64)
H A Dcopypage-v6.c62 "r" ((unsigned long)kto + PAGE_SIZE - 1)
H A Dcopypage-xsc3.c60 : "2" (PAGE_SIZE / 64 - 1)
96 : "0" (kaddr), "I" (PAGE_SIZE / 32)
H A Dcopypage-xscale.c80 : "2" (PAGE_SIZE / 64 - 1)
126 : "0" (kaddr), "I" (PAGE_SIZE / 32)
H A Ddma-mapping.c118 memset(ptr, 0, PAGE_SIZE);
120 dmac_flush_range(ptr, ptr + PAGE_SIZE);
123 size -= PAGE_SIZE;
634 pfn = page_to_pfn(page) + offset / PAGE_SIZE;
635 offset %= PAGE_SIZE;
650 if (len + offset > PAGE_SIZE)
651 len = PAGE_SIZE - offset;
711 if (dir != DMA_TO_DEVICE && size >= PAGE_SIZE) {
712 struct folio *folio = pfn_folio(paddr / PAGE_SIZE);
926 __dma_clear_buffer(pages[i], PAGE_SIZE << orde
[all...]
H A Ddump.c32 { VECTORS_BASE + PAGE_SIZE * 2, "Vectors End" },
258 st->wx_pages += (addr - st->start_address) / PAGE_SIZE;
318 addr = start + i * PAGE_SIZE;

Completed in 503 milliseconds

1234567891011>>