Home
last modified time | relevance | path

Searched refs:SLOTS (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Ddirty_log_page_splitting_test.c22 #define SLOTS 2 macro
104 SLOTS, backing_src, false); in run_test()
109 pages_per_slot = host_num_pages / SLOTS; in run_test()
111 bitmaps = memstress_alloc_bitmaps(SLOTS, pages_per_slot); in run_test()
130 memstress_enable_dirty_logging(vm, SLOTS); in run_test()
139 memstress_get_dirty_log(vm, bitmaps, SLOTS); in run_test()
142 memstress_clear_dirty_log(vm, bitmaps, SLOTS, pages_per_slot); in run_test()
149 memstress_disable_dirty_logging(vm, SLOTS); in run_test()
165 memstress_free_bitmaps(bitmaps, SLOTS); in run_test()
/openbmc/qemu/target/hexagon/
H A Diclass.c23 #define DEF_PP_ICLASS32(TYPE, SLOTS, UNITS) \ argument
24 [ICLASS_FROM_TYPE(TYPE)] = SLOTS_##SLOTS,
25 #define DEF_EE_ICLASS32(TYPE, SLOTS, UNITS) \ argument
26 [ICLASS_FROM_TYPE(TYPE)] = SLOTS_##SLOTS,
H A Diclass.h27 #define DEF_PP_ICLASS32(TYPE, SLOTS, UNITS) ICLASS_FROM_TYPE(TYPE), argument
28 #define DEF_EE_ICLASS32(TYPE, SLOTS, UNITS) ICLASS_FROM_TYPE(TYPE), argument
/openbmc/linux/samples/bpf/
H A Dtracex3_user.c15 #define SLOTS 100 macro
24 for (key = 0; key < SLOTS; key++) in clear_stats()
80 __u64 cnt[SLOTS]; in print_hist()
85 for (key = 0; key < SLOTS; key++) { in print_hist()
96 for (key = full_range ? 0 : 29; key < SLOTS; key++) { in print_hist()
H A Dtracex3.bpf.c48 #define SLOTS 100 macro
54 __uint(max_entries, SLOTS);
90 if (index >= SLOTS) in bpf_prog2()
91 index = SLOTS - 1; in bpf_prog2()
/openbmc/linux/tools/perf/Documentation/
H A Dtopdown.txt38 On Ice Lake, there is a new fixed counter 3: SLOTS, which reports
39 "pipeline SLOTS" (cycles multiplied by core issue width) and a
52 The application opens a group with fixed counter 3 (SLOTS) and any
300 - All the TopDown metric events must be in a group with the SLOTS event.
301 - The SLOTS event must be the leader of the group.
305 The SLOTS event and the TopDown metric events can be counting members of
306 a sampling read group. Since the SLOTS event must be the leader of a TopDown
/openbmc/qemu/target/hexagon/imported/
H A Diclass.def18 /* DEF_*(TYPE,SLOTS,UNITS) */
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.h560 #define SLOTS(x) (((x) & 0xff) << 0) macro
H A Dhub.c385 value = SLOTS(1); in tegra_dc_assign_shared_plane()