Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/hwcnt/
H A Dmali_kbase_hwcnt_gpu_narrow.c201 const size_t dump_buf_offset = dump_buf_bytes * buf_idx; in kbase_hwcnt_dump_buffer_narrow_array_alloc() local
207 .dump_buf = (u32 *)(addr + dump_buf_offset), in kbase_hwcnt_dump_buffer_narrow_array_alloc()
H A Dmali_kbase_hwcnt_types.c260 const size_t dump_buf_offset = dump_buf_bytes * buf_idx; in kbase_hwcnt_dump_buffer_array_alloc() local
265 buffers[buf_idx].dump_buf = (u64 *)(addr + dump_buf_offset); in kbase_hwcnt_dump_buffer_array_alloc()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_prfcnt.c1363 const size_t dump_buf_offset = in kbasep_kinstr_prfcnt_sample_array_alloc() local
1366 dump_buf_offset + dump_buf_bytes; in kbasep_kinstr_prfcnt_sample_array_alloc()
1373 (u64 *)(sample_arr->user_buf + dump_buf_offset); in kbasep_kinstr_prfcnt_sample_array_alloc()