Searched refs:dump_buf_offset (Results 1 – 3 of 3) sorted by relevance
201 const size_t dump_buf_offset = dump_buf_bytes * buf_idx; in kbase_hwcnt_dump_buffer_narrow_array_alloc() local207 .dump_buf = (u32 *)(addr + dump_buf_offset), in kbase_hwcnt_dump_buffer_narrow_array_alloc()
260 const size_t dump_buf_offset = dump_buf_bytes * buf_idx; in kbase_hwcnt_dump_buffer_array_alloc() local265 buffers[buf_idx].dump_buf = (u64 *)(addr + dump_buf_offset); in kbase_hwcnt_dump_buffer_array_alloc()
1363 const size_t dump_buf_offset = in kbasep_kinstr_prfcnt_sample_array_alloc() local1366 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()