/linux-6.3-rc2/drivers/media/common/siano/ |
A D | smsdvb-debugfs.c | 27 char stats_data[PAGE_SIZE]; 48 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 50 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 52 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 54 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 56 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 58 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 60 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 62 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() 64 n += scnprintf(&buf[n], PAGE_SIZE - n, in smsdvb_print_dvb_stats() [all …]
|
/linux-6.3-rc2/tools/testing/scatterlist/ |
A D | main.c | 25 ((1 + array[i]) * PAGE_SIZE); in set_pages() 56 { -EINVAL, 1, pfn(0), NULL, PAGE_SIZE, 0, 1 }, in main() 57 { 0, 1, pfn(0), NULL, PAGE_SIZE, PAGE_SIZE + 1, 1 }, in main() 58 { 0, 1, pfn(0), NULL, PAGE_SIZE, sgmax, 1 }, in main() 60 { 0, 2, pfn(0, 1), NULL, 2 * PAGE_SIZE, sgmax, 1 }, in main() 61 { 0, 2, pfn(1, 0), NULL, 2 * PAGE_SIZE, sgmax, 2 }, in main() 74 { 0, 5, pfn(0, 1, 2, 3, 4), NULL, 5 * PAGE_SIZE, 2 * PAGE_SIZE, in main() 76 { 0, 6, pfn(0, 1, 2, 3, 4, 5), NULL, 6 * PAGE_SIZE, in main() 77 2 * PAGE_SIZE, 3 }, in main() 79 2 * PAGE_SIZE, 4 }, in main() [all …]
|
/linux-6.3-rc2/arch/s390/kernel/ |
A D | vmlinux.lds.S | 54 . = ALIGN(PAGE_SIZE); 58 RO_DATA(PAGE_SIZE) 60 . = ALIGN(PAGE_SIZE); 63 . = ALIGN(PAGE_SIZE); 70 . = ALIGN(PAGE_SIZE); 83 . = ALIGN(PAGE_SIZE); 90 . = ALIGN(PAGE_SIZE); 94 . = ALIGN(PAGE_SIZE); 154 . = ALIGN(PAGE_SIZE); 169 . = ALIGN(PAGE_SIZE); [all …]
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | va_128TBswitch.c | 15 #define PAGE_SIZE (64 << 10) macro 21 #define PAGE_SIZE (4 << 10) macro 49 .size = PAGE_SIZE, 61 .size = 2 * PAGE_SIZE, 72 .size = PAGE_SIZE, 79 .size = 2 * PAGE_SIZE, 85 .size = 2 * PAGE_SIZE, 92 .size = 2 * PAGE_SIZE, 99 .size = 2 * PAGE_SIZE, 132 .size = PAGE_SIZE, [all …]
|
/linux-6.3-rc2/lib/raid6/test/ |
A D | test.c | 21 const char raid6_empty_zero_page[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); 24 char data[NDISKS][PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); 25 char recovi[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); 26 char recovj[PAGE_SIZE] __attribute__((aligned(PAGE_SIZE))); 33 for (j = 0; j < PAGE_SIZE; j++) in makedata() 56 memset(recovi, 0xf0, PAGE_SIZE); in test_disks() 57 memset(recovj, 0xba, PAGE_SIZE); in test_disks() 64 erra = memcmp(data[i], recovi, PAGE_SIZE); in test_disks() 65 errb = memcmp(data[j], recovj, PAGE_SIZE); in test_disks() 112 memset(data[NDISKS-2], 0xee, 2*PAGE_SIZE); in main() [all …]
|
/linux-6.3-rc2/tools/testing/selftests/iommu/ |
A D | iommufd.c | 290 test_err_ioctl_ioas_unmap(ENOENT, i * PAGE_SIZE, PAGE_SIZE); in TEST_F() 304 PAGE_SIZE); in TEST_F() 344 8 * PAGE_SIZE - 4 * PAGE_SIZE, in TEST_F() 350 3 * 16 * PAGE_SIZE + 8 * PAGE_SIZE + in TEST_F() 515 .add_reserved = { .start = PAGE_SIZE, .length = PAGE_SIZE }, in TEST_F() 1162 check_refs(buf + start / PAGE_SIZE * PAGE_SIZE, in TEST_F() 1163 end / PAGE_SIZE * PAGE_SIZE - in TEST_F() 1164 start / PAGE_SIZE * PAGE_SIZE, in TEST_F() 1211 check_refs(buf + start / PAGE_SIZE * PAGE_SIZE, in TEST_F() 1212 end / PAGE_SIZE * PAGE_SIZE - in TEST_F() [all …]
|
/linux-6.3-rc2/lib/ |
A D | test_user_copy.c | 62 start = PAGE_SIZE - (size / 2); in test_check_nonzero_user() 213 memset(kmem, 0x3a, PAGE_SIZE * 2); in test_user_copy_init() 216 memset(kmem, 0x0, PAGE_SIZE); in test_user_copy_init() 219 ret |= test(memcmp(kmem, kmem + PAGE_SIZE, PAGE_SIZE), in test_user_copy_init() 257 memset(kmem, 0x5a, PAGE_SIZE); in test_user_copy_init() 258 memset(kmem + PAGE_SIZE, 0, PAGE_SIZE); in test_user_copy_init() 262 PAGE_SIZE), in test_user_copy_init() 266 ret |= test(memcmp(kmem + PAGE_SIZE, kmem, PAGE_SIZE), in test_user_copy_init() 277 PAGE_SIZE), in test_user_copy_init() 281 PAGE_SIZE), in test_user_copy_init() [all …]
|
A D | fortify_kunit.c | 214 checker((expected_pages) * PAGE_SIZE, \ 216 checker((expected_pages) * PAGE_SIZE, \ 218 checker((expected_pages) * PAGE_SIZE, \ 229 checker((expected_pages) * PAGE_SIZE, \ 232 checker((expected_pages) * PAGE_SIZE, \ 235 checker((expected_pages) * PAGE_SIZE, \ 238 checker((expected_pages) * PAGE_SIZE, \ 241 checker((expected_pages) * PAGE_SIZE, \ 244 checker((expected_pages) * PAGE_SIZE, \ 247 checker((expected_pages) * PAGE_SIZE, \ [all …]
|
/linux-6.3-rc2/arch/um/kernel/ |
A D | mem.c | 62 memset(empty_zero_page, 0, PAGE_SIZE); in mem_init() 86 pte_t *pte = (pte_t *) memblock_alloc_low(PAGE_SIZE, in one_page_table_init() 87 PAGE_SIZE); in one_page_table_init() 90 __func__, PAGE_SIZE, PAGE_SIZE); in one_page_table_init() 101 pmd_t *pmd_table = (pmd_t *) memblock_alloc_low(PAGE_SIZE, PAGE_SIZE); in one_md_table_init() 104 __func__, PAGE_SIZE, PAGE_SIZE); in one_md_table_init() 155 __func__, size, PAGE_SIZE); in fixaddr_user_init() 159 for ( ; size > 0; size -= PAGE_SIZE, vaddr += PAGE_SIZE, in fixaddr_user_init() 160 p += PAGE_SIZE) { in fixaddr_user_init() 173 PAGE_SIZE); in paging_init() [all …]
|
/linux-6.3-rc2/arch/arm64/kernel/ |
A D | vmlinux.lds.S | 18 . = ALIGN(PAGE_SIZE); \ 22 . = ALIGN(PAGE_SIZE); \ 27 . = ALIGN(PAGE_SIZE); \ 42 . = ALIGN(PAGE_SIZE); \ 200 RO_DATA(PAGE_SIZE) 210 . = ALIGN(PAGE_SIZE); 214 . += PAGE_SIZE; 218 . += PAGE_SIZE; 222 . += PAGE_SIZE; 225 . += PAGE_SIZE; [all …]
|
/linux-6.3-rc2/arch/csky/kernel/ |
A D | vmlinux.lds.S | 27 . = 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-6.3-rc2/drivers/target/iscsi/ |
A D | iscsi_target_stat.c | 53 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_instance_inst_show() 72 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_instance_portals_show() 85 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_instance_sessions_show() 111 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_instance_fail_type_show() 121 return snprintf(page, PAGE_SIZE, "%s\n", in iscsi_stat_instance_fail_rem_name_show() 199 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_sess_err_inst_show() 261 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_tgt_attr_inst_show() 401 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_login_inst_show() 533 return snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_logout_inst_show() 611 ret = snprintf(page, PAGE_SIZE, "%u\n", in iscsi_stat_sess_node_show() [all …]
|
/linux-6.3-rc2/drivers/target/ |
A D | target_core_stat.c | 141 return snprintf(page, PAGE_SIZE, "%lu\n", in target_stat_tgt_resets_show() 148 return snprintf(page, PAGE_SIZE, "%lu\n", in target_stat_tgt_aborts_complete_show() 155 return snprintf(page, PAGE_SIZE, "%lu\n", in target_stat_tgt_aborts_no_task_show() 205 return snprintf(page, PAGE_SIZE, "%u\n", in target_stat_lu_dev_show() 225 return snprintf(page, PAGE_SIZE, "%s\n", in target_stat_lu_lu_name_show() 259 return snprintf(page, PAGE_SIZE, "%u\n", in target_stat_lu_dev_type_show() 268 return snprintf(page, PAGE_SIZE, "%s\n", in target_stat_lu_status_show() 285 return snprintf(page, PAGE_SIZE, "%lu\n", in target_stat_lu_num_cmds_show() 295 return snprintf(page, PAGE_SIZE, "%lu\n", in target_stat_lu_read_mbytes_show() 868 ret = snprintf(page, PAGE_SIZE, "%u\n", in target_stat_auth_inst_show() [all …]
|
/linux-6.3-rc2/mm/kmsan/ |
A D | shadow.c | 52 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); in kmsan_get_shadow_origin_ptr() 148 off = addr % PAGE_SIZE; in kmsan_get_metadata() 213 PAGE_SIZE << compound_order(page), in kmsan_free_page() 235 nr = (end - start) / PAGE_SIZE; in kmsan_vmap_pages_range_noflush() 275 start = (void *)ALIGN_DOWN((u64)start, PAGE_SIZE); in kmsan_init_alloc_meta_for_range() 276 size = ALIGN((u64)end - (u64)start, PAGE_SIZE); in kmsan_init_alloc_meta_for_range() 277 shadow = memblock_alloc(size, PAGE_SIZE); in kmsan_init_alloc_meta_for_range() 278 origin = memblock_alloc(size, PAGE_SIZE); in kmsan_init_alloc_meta_for_range() [all …]
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | vmlinux.lds.S | 151 . = ALIGN(PAGE_SIZE); 154 RO_DATA(PAGE_SIZE) 188 . = ALIGN(PAGE_SIZE); 209 . = ALIGN(__vvar_page + PAGE_SIZE, PAGE_SIZE); 212 . = ALIGN(PAGE_SIZE); 365 . = ALIGN(PAGE_SIZE); 376 . = ALIGN(PAGE_SIZE); 380 . = ALIGN(PAGE_SIZE); 391 . = ALIGN(PAGE_SIZE); 395 . = ALIGN(PAGE_SIZE); [all …]
|
/linux-6.3-rc2/arch/m68k/mm/ |
A D | sun3mmu.c | 47 empty_zero_page = memblock_alloc(PAGE_SIZE, PAGE_SIZE); in paging_init() 50 __func__, PAGE_SIZE, PAGE_SIZE); in paging_init() 58 size = (size + PAGE_SIZE) & ~(PAGE_SIZE-1); in paging_init() 60 next_pgtable = (unsigned long)memblock_alloc(size, PAGE_SIZE); in paging_init() 63 __func__, size, PAGE_SIZE); in paging_init() 64 bootmem_end = (next_pgtable + size + PAGE_SIZE) & PAGE_MASK; in paging_init() 82 address += PAGE_SIZE; in paging_init()
|
/linux-6.3-rc2/arch/m68k/kernel/ |
A D | sys_m68k.c | 113 tmp = PAGE_SIZE; in cache_flush_040() 125 i = (PAGE_SIZE - (paddr & ~PAGE_MASK)) >> 4; in cache_flush_040() 159 addr += PAGE_SIZE; in cache_flush_040() 160 i = PAGE_SIZE / 16; in cache_flush_040() 170 addr += PAGE_SIZE; in cache_flush_040() 274 tmp = PAGE_SIZE; in cache_flush_060() 286 i = (PAGE_SIZE - (paddr & ~PAGE_MASK)) >> 4; in cache_flush_060() 318 addr += PAGE_SIZE; in cache_flush_060() 321 i = PAGE_SIZE / 16; in cache_flush_060() 331 addr += PAGE_SIZE; in cache_flush_060() [all …]
|
/linux-6.3-rc2/drivers/misc/lkdtm/ |
A D | usercopy.c | 81 user_addr = vm_mmap(NULL, 0, PAGE_SIZE, in do_usercopy_stack() 127 vm_munmap(user_addr, PAGE_SIZE); in do_usercopy_stack() 192 vm_munmap(user_addr, PAGE_SIZE); in do_usercopy_slab_size() 269 vm_munmap(user_alloc, PAGE_SIZE); in do_usercopy_slab_whitelist() 334 unconst + PAGE_SIZE)) { in lkdtm_USERCOPY_KERNEL() 342 vm_munmap(user_addr, PAGE_SIZE); in lkdtm_USERCOPY_KERNEL() 363 memset(kaddr, 0xAA, PAGE_SIZE); in do_usercopy_page_span() 366 kaddr += PAGE_SIZE / 2; in do_usercopy_page_span() 371 unconst + (PAGE_SIZE / 2))) { in do_usercopy_page_span() 387 vm_munmap(uaddr, PAGE_SIZE); in do_usercopy_page_span() [all …]
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | cpu_entry_area.c | 32 max_cea = (CPU_ENTRY_AREA_MAP_SIZE - PAGE_SIZE) / CPU_ENTRY_AREA_SIZE; in init_cea_offsets() 66 BUILD_BUG_ON(sizeof(struct cpu_entry_area) % PAGE_SIZE != 0); in get_cpu_entry_area() 94 for ( ; pages; pages--, cea_vaddr+= PAGE_SIZE, ptr += PAGE_SIZE) in cea_map_percpu_pages() 108 npages = sizeof(struct debug_store) / PAGE_SIZE; in percpu_setup_debug_store() 109 BUILD_BUG_ON(sizeof(struct debug_store) % PAGE_SIZE != 0); in percpu_setup_debug_store() 118 npages = sizeof(struct debug_store_buffers) / PAGE_SIZE; in percpu_setup_debug_store() 119 for (; npages; npages--, cea += PAGE_SIZE) in percpu_setup_debug_store() 127 npages = sizeof(estacks->name## _stack) / PAGE_SIZE; \ 138 BUILD_BUG_ON(sizeof(exception_stacks) % PAGE_SIZE != 0); in percpu_setup_exception_stacks() 217 BUILD_BUG_ON(sizeof(struct tss_struct) % PAGE_SIZE != 0); in setup_cpu_entry_area() [all …]
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | zcrypt_cex4.c | 126 n += scnprintf(buf + n, PAGE_SIZE, in cca_mkvps_show() 134 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 142 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 150 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 158 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 166 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 174 n += scnprintf(buf + n, PAGE_SIZE, in cca_mkvps_show() 183 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 192 n += scnprintf(buf + n, PAGE_SIZE - n, in cca_mkvps_show() 233 return scnprintf(buf, PAGE_SIZE, "\n"); in ep11_api_ordinalnr_show() [all …]
|
A D | ap_queue.c | 495 return scnprintf(buf, PAGE_SIZE, "-\n"); in request_count_show() 650 rc = scnprintf(buf, PAGE_SIZE, "SHUTDOWN"); in states_show() 653 rc = scnprintf(buf, PAGE_SIZE, "ERROR"); in states_show() 656 rc = scnprintf(buf, PAGE_SIZE, "UNKNOWN"); in states_show() 662 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show() 666 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show() 670 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show() 674 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show() 678 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show() 682 rc += scnprintf(buf + rc, PAGE_SIZE - rc, in states_show() [all …]
|
/linux-6.3-rc2/arch/parisc/kernel/ |
A D | vmlinux.lds.S | 64 . = ALIGN(PAGE_SIZE); 65 INIT_DATA_SECTION(PAGE_SIZE) 85 .text ALIGN(PAGE_SIZE) : { 104 . = ALIGN(PAGE_SIZE); 148 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, PAGE_SIZE) 160 BSS_SECTION(PAGE_SIZE, PAGE_SIZE, PAGE_SIZE)
|
/linux-6.3-rc2/drivers/scsi/lpfc/ |
A D | lpfc_attr.c | 141 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 161 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 182 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 199 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 220 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 237 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 254 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 269 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_cmf_info_show() 371 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_nvme_info_show() 381 if (strlcat(buf, tmp, PAGE_SIZE) >= PAGE_SIZE) in lpfc_nvme_info_show() [all …]
|
/linux-6.3-rc2/arch/riscv/kernel/ |
A D | vmlinux-xip.lds.S | 30 INIT_TEXT_SECTION(PAGE_SIZE) 65 __data_loc = ALIGN(PAGE_SIZE); /* location in file */ 73 RW_DATA(L1_CACHE_BYTES, PAGE_SIZE, THREAD_SIZE) 81 . = ALIGN(PAGE_SIZE); 116 . = ALIGN(PAGE_SIZE); 123 BSS_SECTION(PAGE_SIZE, PAGE_SIZE, 0) 139 . = ALIGN(PAGE_SIZE);
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable_32_areas.h | 27 #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)
|