Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.h38 #define NONSTD_SEC_LEN (sizeof(struct cper_sec_nonstd_err)) macro
44 #define NONSTD_SEC_OFFSET(count, idx) (HDR_LEN + (SEC_DESC_LEN * count) + (NONSTD_SEC_LEN * idx))
H A Damdgpu_cper.c185 sev, RUNTIME, NONSTD_SEC_LEN, in amdgpu_cper_entry_fill_runtime_section()
200 __inc_entry_length(hdr, SEC_DESC_LEN + NONSTD_SEC_LEN); in amdgpu_cper_entry_fill_runtime_section()
218 CPER_SEV_FATAL, RUNTIME, NONSTD_SEC_LEN, in amdgpu_cper_entry_fill_bad_page_threshold_section()
251 __inc_entry_length(hdr, SEC_DESC_LEN + NONSTD_SEC_LEN); in amdgpu_cper_entry_fill_bad_page_threshold_section()
269 size += (NONSTD_SEC_LEN * section_count); in amdgpu_cper_alloc_entry()