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

1234567891011>>

/linux-master/arch/xtensa/include/asm/
H A Dshmparam.h19 #define SHMLBA ((PAGE_SIZE > DCACHE_WAY_SIZE)? PAGE_SIZE : DCACHE_WAY_SIZE)
/linux-master/arch/powerpc/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
/linux-master/arch/alpha/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
/linux-master/arch/arm/include/asm/
H A Dshmparam.h10 #define SHMLBA (4 * PAGE_SIZE) /* attach addr a multiple of this */
/linux-master/arch/x86/include/asm/
H A Dshmparam.h5 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
H A Dpgtable_32_areas.h27 #define CPU_ENTRY_AREA_PAGES (NR_CPUS * DIV_ROUND_UP(sizeof(struct cpu_entry_area), PAGE_SIZE))
31 ((FIXADDR_TOT_START - PAGE_SIZE*(CPU_ENTRY_AREA_PAGES+1)) & PMD_MASK)
34 ((CPU_ENTRY_AREA_BASE - PAGE_SIZE) & PMD_MASK)
39 ((LDT_BASE_ADDR - PAGE_SIZE) & PMD_MASK)
42 # define VMALLOC_END (PKMAP_BASE - 2 * PAGE_SIZE)
44 # define VMALLOC_END (LDT_BASE_ADDR - 2 * PAGE_SIZE)
/linux-master/include/asm-generic/
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/csky/include/asm/
H A Dshmparam.h6 #define SHMLBA (4 * PAGE_SIZE)
/linux-master/arch/sparc/include/asm/
H A Dshmparam_64.h9 #define SHMLBA ((PAGE_SIZE > L1DCACHE_SIZE) ? PAGE_SIZE : L1DCACHE_SIZE)
H A Dcachetype.h9 #define cpu_dcache_is_aliasing() (vac_cache_size > PAGE_SIZE)
11 #define cpu_dcache_is_aliasing() (L1DCACHE_SIZE > PAGE_SIZE)
H A Dshmparam_32.h8 #define SHMLBA (vac_cache_size ? vac_cache_size : PAGE_SIZE)
/linux-master/arch/arm64/include/asm/
H A Dpage-def.h15 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
16 #define PAGE_MASK (~(PAGE_SIZE-1))
H A Dshmparam.h11 * the time we can safely use PAGE_SIZE.
13 #define COMPAT_SHMLBA (4 * PAGE_SIZE)
/linux-master/include/linux/
H A Dndctl.h19 ND_MIN_NAMESPACE_SIZE = PAGE_SIZE,
/linux-master/arch/s390/boot/
H A Dsclp_early_core.c6 static char __sclp_early_sccb[EXT_SCCB_READ_SCP] __aligned(PAGE_SIZE);
/linux-master/arch/parisc/include/asm/
H A Dshmparam.h20 #define SHMLBA PAGE_SIZE /* attach addr a multiple of this */
/linux-master/arch/hexagon/mm/
H A Duaccess.c26 while (count > PAGE_SIZE) {
27 uncleared = raw_copy_to_user(dest, &empty_zero_page, PAGE_SIZE);
29 return count - (PAGE_SIZE - uncleared);
30 count -= PAGE_SIZE;
31 dest += 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)
H A Dradix-4k.h17 #define RADIX_PTE_FRAG_NR (PAGE_SIZE >> RADIX_PTE_FRAG_SIZE_SHIFT)
20 #define RADIX_PMD_FRAG_NR (PAGE_SIZE >> RADIX_PMD_FRAG_SIZE_SHIFT)
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64_wrapper.S9 .balign PAGE_SIZE
12 .balign PAGE_SIZE
/linux-master/arch/csky/kernel/vdso/
H A Dvdso.S10 .balign PAGE_SIZE
13 .balign PAGE_SIZE
/linux-master/arch/s390/kernel/vdso32/
H A Dvdso32_wrapper.S9 .balign PAGE_SIZE
12 .balign PAGE_SIZE
/linux-master/arch/parisc/kernel/vdso32/
H A Dvdso32_wrapper.S8 .balign PAGE_SIZE
11 .balign PAGE_SIZE
/linux-master/arch/parisc/kernel/vdso64/
H A Dvdso64_wrapper.S8 .balign PAGE_SIZE
11 .balign PAGE_SIZE

Completed in 622 milliseconds

1234567891011>>