Searched refs:sizes (Results 1 – 14 of 14) sorted by relevance
| /tools/testing/selftests/arm64/mte/ |
| A D | check_buffer_fill.c | 16 static int sizes[] = { variable 35 item = ARRAY_SIZE(sizes); in check_buffer_by_byte() 43 for (j = 0; j < sizes[i]; j++) in check_buffer_by_byte() 72 item = ARRAY_SIZE(sizes); in check_buffer_underflow_by_byte() 91 for (j = 0; j < sizes[i]; j++) { in check_buffer_underflow_by_byte() 168 item = ARRAY_SIZE(sizes); in check_buffer_overflow_by_byte() 189 for (j = 0; j < sizes[i]; j++) { in check_buffer_overflow_by_byte() 341 item = ARRAY_SIZE(sizes); in check_buffer_by_block() 369 int total = ARRAY_SIZE(sizes); in check_memory_initial_tags() 407 int item = ARRAY_SIZE(sizes); in main() [all …]
|
| A D | check_child_memory.c | 24 static int sizes[] = { variable 88 int item = ARRAY_SIZE(sizes); in check_child_memory_mapping() 90 item = ARRAY_SIZE(sizes); in check_child_memory_mapping() 110 int total = ARRAY_SIZE(sizes); in check_child_file_mapping() 118 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_child_file_mapping() 127 ptr = mte_insert_tags((void *)ptr, sizes[run]); in check_child_file_mapping() 135 mte_clear_tags((void *)ptr, sizes[run]); in check_child_file_mapping() 147 int item = ARRAY_SIZE(sizes); in main() 154 sizes[item - 3] = page_size - 1; in main() 155 sizes[item - 2] = page_size; in main() [all …]
|
| A D | check_mmap_options.c | 58 static int sizes[] = { variable 118 int item = ARRAY_SIZE(sizes); in check_anonymous_memory_mapping() 125 map_size = sizes[run] + OVERFLOW + UNDERFLOW; in check_anonymous_memory_mapping() 140 mte_clear_tags((void *)ptr, sizes[run]); in check_anonymous_memory_mapping() 153 int total = ARRAY_SIZE(sizes); in check_file_memory_mapping() 182 mte_clear_tags((void *)ptr, sizes[run]); in check_file_memory_mapping() 195 int total = ARRAY_SIZE(sizes); in check_clear_prot_mte_flag() 364 int item = ARRAY_SIZE(sizes); in main() 956 sizes[item - 3] = page_size - 1; in main() 957 sizes[item - 2] = page_size; in main() [all …]
|
| A D | check_user_mem.c | 43 int sizes[] = {1, 2, 3, 8, 16, 32, 4096, page_sz}; in check_usermem_access_fault() local 82 for (i = 0; i < ARRAY_SIZE(sizes); i++) { in check_usermem_access_fault() 83 size = sizes[i]; in check_usermem_access_fault()
|
| /tools/testing/selftests/mm/ |
| A D | uffd-wp-mremap.c | 252 size_t *sizes; member 262 .sizes = &pagesize, 269 .sizes = &pagesize, 276 .sizes = &pagesize, 283 .sizes = &pagesize, 292 .sizes = thpsizes, 299 .sizes = thpsizes, 306 .sizes = thpsizes, 313 .sizes = thpsizes, 322 .sizes = hugetlbsizes, [all …]
|
| A D | vm_util.h | 87 int detect_hugetlb_page_sizes(size_t sizes[], int max);
|
| A D | vm_util.c | 315 int detect_hugetlb_page_sizes(size_t sizes[], int max) in detect_hugetlb_page_sizes() argument 333 sizes[count++] = kb * 1024; in detect_hugetlb_page_sizes()
|
| A D | cow.c | 49 static int detect_thp_sizes(size_t sizes[], int max) in detect_thp_sizes() argument 68 sizes[count++] = kb * 1024; in detect_thp_sizes()
|
| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_zerocopy_small.pkt | 5 // packets of all sizes, including the smallest payload, 1B.
|
| /tools/perf/Documentation/ |
| A D | jitdump-specification.txt | 132 The debug_entry entries are saved in sequence but given that they have variable sizes due to the fi…
|
| A D | perf-record.txt | 640 buffers (-m). It is generally more precise for higher sizes 641 (like >5M), for lower values expect different sizes.
|
| A D | perf-intel-pt.txt | 744 buffer sizes are limited to powers of 2 up to 4MiB (MAX_PAGE_ORDER). In order to 745 provide other sizes, and in particular an arbitrarily large size, multiple 835 have memory limits imposed upon them. That affects what buffer sizes they can
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 3822 struct seccomp_notif_sizes sizes; in TEST() local 3824 ASSERT_EQ(seccomp(SECCOMP_GET_NOTIF_SIZES, 0, &sizes), 0); in TEST() 3825 EXPECT_EQ(sizes.seccomp_notif, sizeof(struct seccomp_notif)); in TEST() 3826 EXPECT_EQ(sizes.seccomp_notif_resp, sizeof(struct seccomp_notif_resp)); in TEST()
|
| /tools/memory-model/Documentation/ |
| A D | litmus-tests.txt | 983 2. Multiple access sizes for a single variable are not supported,
|
Completed in 35 milliseconds