Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.h37 #define FATAL_SEC_LEN (sizeof(struct cper_sec_crashdump_fatal)) macro
43 #define FATAL_SEC_OFFSET(count, idx) (HDR_LEN + (SEC_DESC_LEN * count) + (FATAL_SEC_LEN * idx))
H A Damdgpu_cper.c154 CPER_SEV_FATAL, CRASHDUMP, FATAL_SEC_LEN, in amdgpu_cper_entry_fill_fatal_section()
161 __inc_entry_length(hdr, SEC_DESC_LEN + FATAL_SEC_LEN); in amdgpu_cper_entry_fill_fatal_section()
263 size += (FATAL_SEC_LEN * section_count); in amdgpu_cper_alloc_entry()