Searched refs:sfix (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-sync.c50 static struct ptunit_result sfix_init(struct sync_fixture *sfix) argument
52 memset(sfix->buffer, 0xcd, sizeof(sfix->buffer));
54 memset(&sfix->config, 0, sizeof(sfix->config));
55 sfix->config.size = sizeof(sfix->config);
56 sfix->config.begin = sfix->buffer;
57 sfix
76 sync_fwd_null(struct sync_fixture *sfix) argument
93 sync_bwd_null(struct sync_fixture *sfix) argument
110 sync_fwd_empty(struct sync_fixture *sfix) argument
123 sync_bwd_empty(struct sync_fixture *sfix) argument
136 sync_fwd_none(struct sync_fixture *sfix) argument
147 sync_bwd_none(struct sync_fixture *sfix) argument
158 sync_fwd_here(struct sync_fixture *sfix) argument
172 sync_bwd_here(struct sync_fixture *sfix) argument
186 sync_fwd(struct sync_fixture *sfix) argument
200 sync_bwd(struct sync_fixture *sfix) argument
214 sync_fwd_past(struct sync_fixture *sfix) argument
228 sync_bwd_past(struct sync_fixture *sfix) argument
242 sync_fwd_cutoff(struct sync_fixture *sfix) argument
258 sync_bwd_cutoff(struct sync_fixture *sfix) argument
276 struct sync_fixture sfix; local
[all...]
H A Dptunit-section.c144 static struct ptunit_result sfix_write_aux(struct section_fixture *sfix, argument
149 written = fwrite(buffer, 1, size, sfix->file);
152 fflush(sfix->file);
157 #define sfix_write(sfix, buffer) \
158 ptu_check(sfix_write_aux, sfix, buffer, sizeof(buffer))
160 static struct ptunit_result create(struct section_fixture *sfix) argument
167 sfix_write(sfix, bytes);
169 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, 0x3ull);
171 ptu_ptr(sfix
185 create_bad_offset(struct section_fixture *sfix) argument
195 create_truncated(struct section_fixture *sfix) argument
220 create_empty(struct section_fixture *sfix) argument
251 memsize_null(struct section_fixture *sfix) argument
364 get_overflow(struct section_fixture *sfix) argument
385 attach_overflow(struct section_fixture *sfix) argument
407 attach_bad_ucount(struct section_fixture *sfix) argument
429 map_change(struct section_fixture *sfix) argument
448 map_put(struct section_fixture *sfix) argument
471 unmap_nomap(struct section_fixture *sfix) argument
488 map_overflow(struct section_fixture *sfix) argument
509 get_put(struct section_fixture *sfix) argument
535 attach_detach(struct section_fixture *sfix) argument
566 attach_bad_iscache(struct section_fixture *sfix) argument
594 detach_bad_iscache(struct section_fixture *sfix) argument
618 map_unmap(struct section_fixture *sfix) argument
644 attach_map(struct section_fixture *sfix) argument
681 attach_bad_map(struct section_fixture *sfix) argument
707 attach_map_overflow(struct section_fixture *sfix) argument
735 read(struct section_fixture *sfix) argument
762 read_null(struct section_fixture *sfix) argument
791 read_offset(struct section_fixture *sfix) argument
818 read_truncated(struct section_fixture *sfix) argument
843 read_from_truncated(struct section_fixture *sfix) argument
868 read_nomem(struct section_fixture *sfix) argument
892 read_overflow(struct section_fixture *sfix) argument
917 read_overflow_32bit(struct section_fixture *sfix) argument
942 read_nomap(struct section_fixture *sfix) argument
960 read_unmap_map(struct section_fixture *sfix) argument
1009 struct section_fixture *sfix; local
1057 struct section_fixture *sfix; local
1100 stress(struct section_fixture *sfix, int (*worker)(void *)) argument
1127 init_no_bcache(struct section_fixture *sfix) argument
1151 bcache_alloc_free(struct section_fixture *sfix) argument
1182 bcache_alloc_twice(struct section_fixture *sfix) argument
1208 bcache_alloc_nomap(struct section_fixture *sfix) argument
1225 memsize_nomap(struct section_fixture *sfix) argument
1244 memsize_unmap(struct section_fixture *sfix) argument
1269 memsize_map_nobcache(struct section_fixture *sfix) argument
1297 memsize_map_bcache(struct section_fixture *sfix) argument
1326 sfix_init(struct section_fixture *sfix) argument
1342 sfix_fini(struct section_fixture *sfix) argument
1398 struct section_fixture sfix; local
[all...]
H A Dptunit-msec_cache.c383 struct test_fixture sfix, ifix, cfix, cifix; local
385 sfix.init = sfix_init;
386 sfix.fini = NULL;
405 ptu_run_f(suite, invalidate, sfix);
408 ptu_run_f(suite, read_nomap, sfix);
413 ptu_run_f(suite, fill_nomap, sfix);
H A Dptunit-image_section_cache.c1945 struct iscache_fixture cfix, dfix, sfix; local
1954 sfix.init = sfix_init;
1955 sfix.fini = cfix_fini;
2022 ptu_run_fp(suite, stress, sfix, worker_map);
2023 ptu_run_fp(suite, stress, sfix, worker_map_limit);
2024 ptu_run_fp(suite, stress, sfix, worker_map_bcache);

Completed in 65 milliseconds