Home
last modified time | relevance | path

Searched refs:NONSTD_SEC_OFFSET (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c180 NONSTD_SEC_OFFSET(hdr->sec_cnt, idx)); in amdgpu_cper_entry_fill_runtime_section()
184 NONSTD_SEC_OFFSET(hdr->sec_cnt, idx)); in amdgpu_cper_entry_fill_runtime_section()
212 NONSTD_SEC_OFFSET(hdr->sec_cnt, idx)); in amdgpu_cper_entry_fill_bad_page_threshold_section()
216 NONSTD_SEC_OFFSET(hdr->sec_cnt, idx)); in amdgpu_cper_entry_fill_bad_page_threshold_section()
H A Damdgpu_cper.h44 #define NONSTD_SEC_OFFSET(count, idx) (HDR_LEN + (SEC_DESC_LEN * count) + (NONSTD_SEC_LEN * idx)) macro