Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c109 int instruction_count(void) in instruction_count() function
166 return test_harness(instruction_count, "instruction_count"); in main()
/Linux-v4.19/drivers/gpu/drm/etnaviv/
Detnaviv_hwdb.c19 .instruction_count = 512,
Detnaviv_gpu.c133 *value = gpu->identity.instruction_count; in etnaviv_gpu_get_param()
189 gpu->identity.instruction_count = etnaviv_field(specs[1], in etnaviv_hw_specs()
259 switch (gpu->identity.instruction_count) { in etnaviv_hw_specs()
263 gpu->identity.instruction_count = 512; in etnaviv_hw_specs()
265 gpu->identity.instruction_count = 256; in etnaviv_hw_specs()
269 gpu->identity.instruction_count = 1024; in etnaviv_hw_specs()
273 gpu->identity.instruction_count = 2048; in etnaviv_hw_specs()
277 gpu->identity.instruction_count = 256; in etnaviv_hw_specs()
903 gpu->identity.instruction_count); in etnaviv_gpu_debugfs()
Detnaviv_gpu.h64 u32 instruction_count; member