Searched refs:PAGE_SIZE (Results 151 - 175 of 3548) sorted by relevance

1234567891011>>

/linux-master/arch/parisc/mm/
H A Dfixmap.c24 flush_tlb_kernel_range(vaddr, vaddr + PAGE_SIZE);
37 flush_tlb_kernel_range(vaddr, vaddr + PAGE_SIZE);
/linux-master/arch/arm/include/asm/
H A Dtlb.h52 __tlb_adjust_range(tlb, addr - PAGE_SIZE, 2 * PAGE_SIZE);
/linux-master/arch/hexagon/mm/
H A Dvm_tlb.c40 __vmclrmap((void *)vaddr, PAGE_SIZE);
72 __vmclrmap((void *)vaddr, PAGE_SIZE);
/linux-master/drivers/video/fbdev/core/
H A Dfb_io_fops.c35 buffer = kmalloc((count > PAGE_SIZE) ? PAGE_SIZE : count,
46 c = (count > PAGE_SIZE) ? PAGE_SIZE : count;
105 buffer = kmalloc((count > PAGE_SIZE) ? PAGE_SIZE : count,
116 c = (count > PAGE_SIZE) ? PAGE_SIZE : count;
/linux-master/arch/m68k/include/asm/
H A Dpage.h11 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
12 #define PAGE_MASK (~(PAGE_SIZE-1))
H A Dpage_mm.h25 : "0" (to), "1" (from), "2" (PAGE_SIZE / 32 - 1));
47 "1" ((PAGE_SIZE - 16) / 16 - 1));
51 #define clear_page(page) memset((page), 0, PAGE_SIZE)
52 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
/linux-master/drivers/block/zram/
H A Dzcomp.c57 zstrm->buffer = vzalloc(2 * PAGE_SIZE);
87 sz += scnprintf(buf + sz, PAGE_SIZE - sz - 2,
90 sz += scnprintf(buf + sz, PAGE_SIZE - sz - 2,
100 sz += scnprintf(buf + sz, PAGE_SIZE - sz - 2,
103 sz += scnprintf(buf + sz, PAGE_SIZE - sz, "\n");
122 * Our dst memory (zstrm->buffer) is always `2 * PAGE_SIZE' sized
129 * `compressed_size > PAGE_SIZE' case easily in ZRAM, but when we
135 *dst_len = PAGE_SIZE * 2;
138 src, PAGE_SIZE,
145 unsigned int dst_len = PAGE_SIZE;
[all...]
/linux-master/arch/riscv/mm/
H A Dtlbflush.c72 local_flush_tlb_range_asid(start, end - start, PAGE_SIZE, FLUSH_TLB_NO_ASID);
151 0, FLUSH_TLB_MAX_SIZE, PAGE_SIZE); local
165 addr, PAGE_SIZE, PAGE_SIZE);
174 stride_size = PAGE_SIZE;
193 stride_size = PAGE_SIZE;
204 start, end - start, PAGE_SIZE);
236 FLUSH_TLB_MAX_SIZE, PAGE_SIZE);
/linux-master/arch/mips/include/asm/mach-ip22/
H A Dcpu-feature-overrides.h31 #define cpu_has_dc_aliases (PAGE_SIZE < 0x4000)
/linux-master/drivers/xen/
H A Dbiomerge.c11 #if XEN_PAGE_SIZE == PAGE_SIZE
/linux-master/arch/m68k/mm/
H A Dinit.c71 empty_zero_page = memblock_alloc(PAGE_SIZE, PAGE_SIZE);
74 __func__, PAGE_SIZE, PAGE_SIZE);
/linux-master/arch/parisc/include/asm/
H A Dkfence.h39 flush_tlb_kernel_range(addr, addr + PAGE_SIZE);
/linux-master/arch/x86/entry/vdso/
H A Dvdso-layout.lds.S19 vvar_start = . - 4 * PAGE_SIZE;
27 pvclock_page = vvar_start + PAGE_SIZE;
28 hvclock_page = vvar_start + 2 * PAGE_SIZE;
29 timens_page = vvar_start + 3 * PAGE_SIZE;
/linux-master/arch/arm64/lib/
H A Dclear_page.S26 tst x0, #(PAGE_SIZE - 1)
35 tst x0, #(PAGE_SIZE - 1)
/linux-master/arch/mips/include/asm/mach-loongson64/
H A Dcpu-feature-overrides.h27 #define cpu_has_dc_aliases (PAGE_SIZE < 0x4000)
/linux-master/arch/sh/kernel/
H A Dcrash_dump.c22 vaddr = ioremap(pfn << PAGE_SHIFT, PAGE_SIZE);
/linux-master/arch/riscv/kernel/
H A Dcrash_dump.c20 vaddr = memremap(__pfn_to_phys(pfn), PAGE_SIZE, MEMREMAP_WB);
/linux-master/arch/arm/kernel/
H A Dcrash_dump.c27 vaddr = ioremap(__pfn_to_phys(pfn), PAGE_SIZE);
/linux-master/arch/loongarch/kernel/
H A Dcrash_dump.c14 vaddr = memremap(__pfn_to_phys(pfn), PAGE_SIZE, MEMREMAP_WB);
/linux-master/sound/soc/intel/avs/
H A Dtrace.c15 #define MAX_CHUNK_SIZE ((PAGE_SIZE - 150) /* Place for trace header */ \
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_user_pages.c63 phys = dma_map_page(&hwdev->dev, page, 0, PAGE_SIZE, DMA_FROM_DEVICE);
68 dma_unmap_page(&hwdev->dev, phys, PAGE_SIZE, DMA_FROM_DEVICE);
69 phys = dma_map_page(&hwdev->dev, page, 0, PAGE_SIZE,
111 ret = pin_user_pages(start_page + got * PAGE_SIZE,
/linux-master/arch/microblaze/include/asm/
H A Dcacheflush.h74 flush_dcache_range((unsigned) (addr), (unsigned) (addr) + PAGE_SIZE); \
86 flush_dcache_range(pfn << PAGE_SHIFT, (pfn << PAGE_SHIFT) + PAGE_SIZE);
95 invalidate_icache_range(addr, addr + PAGE_SIZE);
96 flush_dcache_range(addr, addr + PAGE_SIZE);
/linux-master/arch/csky/abiv2/
H A Dcacheflush.c27 icache_inv_range(address, address + nr*PAGE_SIZE);
30 i * PAGE_SIZE);
32 dcache_wb_range(addr, addr + PAGE_SIZE);
34 icache_inv_range(addr, addr + PAGE_SIZE);
/linux-master/mm/kmsan/
H A Dshadow.c52 static char dummy_load_page[PAGE_SIZE] __aligned(PAGE_SIZE);
53 static char dummy_store_page[PAGE_SIZE] __aligned(PAGE_SIZE);
91 KMSAN_WARN_ON(size > PAGE_SIZE);
160 kmsan_internal_unpoison_memory(page_address(dst), PAGE_SIZE, local
166 __memcpy(shadow_ptr_for(dst), shadow_ptr_for(src), PAGE_SIZE); local
167 __memcpy(origin_ptr_for(dst), origin_ptr_for(src), PAGE_SIZE); local
186 __memset(page_address(shadow), 0, PAGE_SIZE * pages);
187 __memset(page_address(origin), 0, PAGE_SIZE * page
[all...]
/linux-master/arch/mips/include/asm/
H A Ddmi.h14 #define dmi_alloc(l) memblock_alloc_low(l, PAGE_SIZE)

Completed in 373 milliseconds

1234567891011>>