Home
last modified time | relevance | path

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

/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()
/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c141 *value = gpu->identity.instruction_count; in etnaviv_gpu_get_param()
241 gpu->identity.instruction_count = etnaviv_field(specs[1], in etnaviv_hw_specs()
311 switch (gpu->identity.instruction_count) { in etnaviv_hw_specs()
315 gpu->identity.instruction_count = 512; in etnaviv_hw_specs()
317 gpu->identity.instruction_count = 256; in etnaviv_hw_specs()
321 gpu->identity.instruction_count = 1024; in etnaviv_hw_specs()
325 gpu->identity.instruction_count = 2048; in etnaviv_hw_specs()
329 gpu->identity.instruction_count = 256; in etnaviv_hw_specs()
1044 gpu->identity.instruction_count); in etnaviv_gpu_debugfs()
H A Detnaviv_gpu.h68 u32 instruction_count; member