Searched refs:PAGE_SIZE (Results 26 - 50 of 3548) sorted by path

1234567891011>>

/linux-master/arch/nios2/include/asm/
H A Dtlbflush.h33 flush_tlb_range(vma, address, address + PAGE_SIZE);
38 flush_tlb_kernel_range(address, address + PAGE_SIZE);
/linux-master/arch/nios2/kernel/
H A Dhead.S34 .space PAGE_SIZE
/linux-master/arch/powerpc/boot/
H A Dpage.h17 #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) macro
18 #define PAGE_MASK (~(PAGE_SIZE-1))
28 #define PAGE_ALIGN(addr) _ALIGN(addr, PAGE_SIZE)
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dradix-64k.h18 #define RADIX_PTE_FRAG_NR (PAGE_SIZE >> RADIX_PTE_FRAG_SIZE_SHIFT)
21 #define RADIX_PMD_FRAG_NR (PAGE_SIZE >> RADIX_PMD_FRAG_SIZE_SHIFT)
/linux-master/arch/powerpc/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dlscsa_alloc.c32 for (p = lscsa->ls; p < lscsa->ls + LS_SIZE; p += PAGE_SIZE)
46 for (p = csa->lscsa->ls; p < csa->lscsa->ls + LS_SIZE; p += PAGE_SIZE)
/linux-master/arch/s390/include/asm/
H A Dvmlinux.lds.h15 . = ALIGN(PAGE_SIZE); \
28 . = ALIGN(PAGE_SIZE); \
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64_wrapper.S9 .balign PAGE_SIZE
12 .balign PAGE_SIZE
/linux-master/arch/sh/boards/mach-lboxre2/
H A Dsetup.c54 psize = PAGE_SIZE;
/linux-master/arch/sh/boards/mach-sh03/
H A Dsetup.c78 cf_ide_base = ioremap_prot(paddrbase, PAGE_SIZE, pgprot_val(prot));
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S104 .long ___pa(_text+PAGE_SIZE)
106 .long _text+PAGE_SIZE
/linux-master/arch/sh/boot/romimage/
H A Dhead.S36 .long PAGE_SIZE
53 shld r4, r3 /* r3 = PAGE_SIZE / 16 */
/linux-master/arch/sh/include/asm/
H A Dio_trapped.h18 } __aligned(PAGE_SIZE);
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dswsusp.S36 mov #(PAGE_SIZE >> 10), r3
38 shlr2 r3 /* PAGE_SIZE / 16 */
/linux-master/arch/sh/kernel/
H A Drelocate_kernel.S20 mov.l 10f, r0 /* PAGE_SIZE */
175 4: /* else if(cmd & IND_SOURCE) memcpy(dst,addr,PAGE_SIZE) */
179 mov.l 10f,r3 /* PAGE_SIZE */
220 .long PAGE_SIZE
/linux-master/arch/sh/lib/
H A Dcopy_page.S22 * r8 --- from + PAGE_SIZE
34 mov #(PAGE_SIZE >> 10), r0
/linux-master/arch/sh/mm/
H A Dtlbflush_32.c50 size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT;
61 end += (PAGE_SIZE - 1);
69 start += PAGE_SIZE;
85 size = (end - start + (PAGE_SIZE - 1)) >> PAGE_SHIFT;
94 end += (PAGE_SIZE - 1);
99 start += PAGE_SIZE;
/linux-master/arch/sparc/include/asm/
H A Dross.h180 end = page + PAGE_SIZE;
H A Dsetup.h20 extern unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)];
H A Dshmparam_32.h8 #define SHMLBA (vac_cache_size ? vac_cache_size : PAGE_SIZE)
H A Dshmparam_64.h9 #define SHMLBA ((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE)
/linux-master/arch/sparc/kernel/
H A Dadi_64.c134 max_desc = PAGE_SIZE/sizeof(tag_storage_desc_t);
140 ((addr + PAGE_SIZE - 1) <= tag_desc->end))
165 max_desc = PAGE_SIZE/sizeof(tag_storage_desc_t);
169 end_addr = addr + PAGE_SIZE - 1;
189 (tag_desc->end >= (addr + PAGE_SIZE - 1))) {
238 size = TAG_STORAGE_PAGES * PAGE_SIZE;
242 size = PAGE_SIZE;
264 size = PAGE_SIZE;
281 size = (size + (PAGE_SIZE-adi_blksize()))/PAGE_SIZE;
[all...]
H A Dunaligned_64.c271 if (address < PAGE_SIZE) {
/linux-master/arch/sparc/lib/
H A DGENpage.S12 set PAGE_SIZE, %g7
38 set PAGE_SIZE, %g7
H A DM7memset.S99 * Define clear_page(dest) as memset(dest, 0, PAGE_SIZE)
106 set PAGE_SIZE, %o1

Completed in 296 milliseconds

1234567891011>>