Home
last modified time | relevance | path

Searched refs:instruction_count (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_hwdb.c23 .instruction_count = 256,
54 .instruction_count = 256,
86 .instruction_count = 512,
118 .instruction_count = 512,
149 .instruction_count = 512,
181 .instruction_count = 512,
213 .instruction_count = 512,
245 .instruction_count = 512,
H A Detnaviv_gpu.c137 *value = gpu->identity.instruction_count; in etnaviv_gpu_get_param()
212 gpu->identity.instruction_count = etnaviv_field(specs[1], in etnaviv_hw_specs()
282 switch (gpu->identity.instruction_count) { in etnaviv_hw_specs()
286 gpu->identity.instruction_count = 512; in etnaviv_hw_specs()
288 gpu->identity.instruction_count = 256; in etnaviv_hw_specs()
292 gpu->identity.instruction_count = 1024; in etnaviv_hw_specs()
296 gpu->identity.instruction_count = 2048; in etnaviv_hw_specs()
300 gpu->identity.instruction_count = 256; in etnaviv_hw_specs()
980 gpu->identity.instruction_count); in etnaviv_gpu_debugfs()
H A Detnaviv_gpu.h67 u32 instruction_count; member
/openbmc/qemu/replay/
H A Dreplay.c147 if (replay_state.instruction_count != 0) { in replay_next_event_is()
180 res = replay_state.instruction_count; in replay_get_instructions()
196 if (replay_state.instruction_count > 0) { in replay_account_executed_instructions()
333 replay_state.current_icount, replay_state.instruction_count, in replay_sync_error()
369 replay_state.instruction_count = 0; in replay_enable()
H A Dreplay-snapshot.c41 state->instruction_count = 0; in replay_post_load()
57 VMSTATE_INT32(instruction_count, ReplayState),
H A Dreplay-internal.c180 replay_state.instruction_count = replay_get_dword(); in replay_fetch_data_kind()
259 replay_state.instruction_count -= diff; in replay_advance_current_icount()
261 if (replay_state.instruction_count == 0) { in replay_advance_current_icount()
H A Dreplay-internal.h92 int instruction_count; member
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dinstruction_count_test.c109 int instruction_count(void) in instruction_count() function
166 return test_harness(instruction_count, "instruction_count"); in main()