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

1234567891011>>

/linux-master/arch/powerpc/kernel/
H A Dvdso32_wrapper.S8 .balign PAGE_SIZE
11 .balign PAGE_SIZE
H A Dvdso64_wrapper.S8 .balign PAGE_SIZE
11 .balign PAGE_SIZE
/linux-master/arch/loongarch/vdso/
H A Dvdso.S16 .balign PAGE_SIZE
19 .balign PAGE_SIZE
/linux-master/arch/x86/boot/compressed/
H A Dpgtable.h4 #define TRAMPOLINE_32BIT_SIZE (2 * PAGE_SIZE)
6 #define TRAMPOLINE_32BIT_CODE_OFFSET PAGE_SIZE
/linux-master/arch/arc/include/uapi/asm/
H A Dpage.h29 #define PAGE_SIZE _BITUL(PAGE_SHIFT) /* Default 8K */ macro
32 #define PAGE_MASK (~(PAGE_SIZE-1))
/linux-master/arch/xtensa/include/asm/
H A Dcachetype.h8 #define cpu_dcache_is_aliasing() (DCACHE_WAY_SIZE > PAGE_SIZE)
/linux-master/arch/nios2/include/asm/
H A Dcachetype.h8 #define cpu_dcache_is_aliasing() (NIOS2_DCACHE_SIZE > PAGE_SIZE)
/linux-master/tools/testing/scatterlist/
H A Dmain.c25 ((1 + array[i]) * PAGE_SIZE);
56 { -EINVAL, 1, pfn(0), NULL, PAGE_SIZE, 0, 1 },
57 { 0, 1, pfn(0), NULL, PAGE_SIZE, PAGE_SIZE + 1, 1 },
58 { 0, 1, pfn(0), NULL, PAGE_SIZE, sgmax, 1 },
60 { 0, 2, pfn(0, 1), NULL, 2 * PAGE_SIZE, sgmax, 1 },
61 { 0, 2, pfn(1, 0), NULL, 2 * PAGE_SIZE, sgmax, 2 },
62 { 0, 3, pfn(0, 1, 2), NULL, 3 * PAGE_SIZE, sgmax, 1 },
63 { 0, 3, pfn(0, 1, 2), NULL, 3 * PAGE_SIZE, sgmax, 1 },
64 { 0, 3, pfn(0, 1, 2), pfn(3, 4, 5), 3 * PAGE_SIZE, sgma
[all...]
/linux-master/arch/openrisc/kernel/
H A Dvmlinux.lds.S47 . = ALIGN(PAGE_SIZE);
70 RO_DATA(PAGE_SIZE)
76 RW_DATA(32, PAGE_SIZE, PAGE_SIZE)
83 . = ALIGN(PAGE_SIZE);
89 INIT_TEXT_SECTION(PAGE_SIZE)
/linux-master/arch/csky/include/asm/
H A Dmemory.h13 #define VMALLOC_START (PAGE_OFFSET + LOWMEM_LIMIT + (PAGE_SIZE * 8))
14 #define VMALLOC_END (PKMAP_BASE - (PAGE_SIZE * 2))
22 #define FIXADDR_TCM _AC(FIXADDR_TOP - (TCM_NR_PAGES * PAGE_SIZE), UL)
/linux-master/include/uapi/linux/
H A Dbinfmts.h15 #define MAX_ARG_STRLEN (PAGE_SIZE * 32)
/linux-master/arch/openrisc/mm/
H A Dioremap.c41 pte = memblock_alloc(PAGE_SIZE, PAGE_SIZE);
44 __func__, PAGE_SIZE, PAGE_SIZE);
/linux-master/arch/csky/kernel/
H A Dvmlinux.lds.S27 . = ALIGN(PAGE_SIZE);
45 . = ALIGN(PAGE_SIZE);
47 INIT_TEXT_SECTION(PAGE_SIZE)
48 INIT_DATA_SECTION(PAGE_SIZE)
50 . = ALIGN(PAGE_SIZE);
54 RO_DATA(PAGE_SIZE)
55 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
60 . = ALIGN(PAGE_SIZE);
80 #define ITCM_SIZE CONFIG_ITCM_NR_PAGES * PAGE_SIZE
101 . = ALIGN(PAGE_SIZE);
[all...]
/linux-master/arch/s390/include/asm/
H A Dvmlinux.lds.h15 . = ALIGN(PAGE_SIZE); \
28 . = ALIGN(PAGE_SIZE); \
/linux-master/include/linux/
H A Dpfn.h18 #define PFN_ALIGN(x) (((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK)
19 #define PFN_UP(x) (((x) + PAGE_SIZE-1) >> PAGE_SHIFT)
/linux-master/arch/arm/vdso/
H A Dvdso.S17 .balign PAGE_SIZE
20 .balign PAGE_SIZE
/linux-master/arch/um/kernel/
H A Dmaccess.c12 void *psrc = (void *)rounddown((unsigned long)src, PAGE_SIZE);
14 if ((unsigned long)src < PAGE_SIZE || size <= 0)
/linux-master/arch/arm64/kernel/
H A Dvdso-wrap.S16 .balign PAGE_SIZE
19 .balign PAGE_SIZE
H A Dvdso32-wrap.S13 .balign PAGE_SIZE
16 .balign PAGE_SIZE
/linux-master/arch/arc/include/asm/
H A Dpgtable.h24 extern char empty_zero_page[PAGE_SIZE];
27 extern pgd_t swapper_pg_dir[] __aligned(PAGE_SIZE);
/linux-master/arch/riscv/kernel/vdso/
H A Dvdso.S17 .balign PAGE_SIZE
20 .balign PAGE_SIZE
/linux-master/arch/mips/include/asm/vdso/
H A Dvdso.h63 return (const struct vdso_data *)(get_vdso_base() - PAGE_SIZE);
70 return (void __iomem *)((unsigned long)data & PAGE_MASK) - PAGE_SIZE;
/linux-master/arch/nios2/kernel/
H A Dvmlinux.lds.S43 . = ALIGN(PAGE_SIZE);
45 INIT_TEXT_SECTION(PAGE_SIZE)
46 INIT_DATA_SECTION(PAGE_SIZE)
51 RO_DATA(PAGE_SIZE)
52 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE)
/linux-master/arch/s390/kernel/
H A Dvmlinux.lds.S57 . = ALIGN(PAGE_SIZE);
61 RO_DATA(PAGE_SIZE)
71 . = ALIGN(PAGE_SIZE);
74 . = ALIGN(PAGE_SIZE);
80 . = ALIGN(PAGE_SIZE);
83 RW_DATA(0x100, PAGE_SIZE, THREAD_SIZE)
96 . = ALIGN(PAGE_SIZE);
100 . = ALIGN(PAGE_SIZE); /* Init code and data */
103 . = ALIGN(PAGE_SIZE);
107 . = ALIGN(PAGE_SIZE);
[all...]
/linux-master/arch/hexagon/kernel/
H A Dvmlinux.lds.S24 #define PAGE_SIZE _PAGE_SIZE define
32 INIT_TEXT_SECTION(PAGE_SIZE)
50 INIT_DATA_SECTION(PAGE_SIZE)
53 RW_DATA(32,PAGE_SIZE,_THREAD_SIZE)
54 RO_DATA(PAGE_SIZE)

Completed in 306 milliseconds

1234567891011>>