Lines Matching refs:cper_hdr
35 #define CPER_SIGNATURE_SZ (sizeof(((struct cper_hdr *)0)->signature))
37 static void __inc_entry_length(struct cper_hdr *hdr, uint32_t size) in __inc_entry_length()
59 struct cper_hdr *hdr, in amdgpu_cper_entry_fill_hdr()
144 struct cper_hdr *hdr, in amdgpu_cper_entry_fill_fatal_section()
169 struct cper_hdr *hdr, in amdgpu_cper_entry_fill_runtime_section()
206 struct cper_hdr *hdr, in amdgpu_cper_entry_fill_bad_page_threshold_section()
256 struct cper_hdr *amdgpu_cper_alloc_entry(struct amdgpu_device *adev, in amdgpu_cper_alloc_entry()
260 struct cper_hdr *hdr; in amdgpu_cper_alloc_entry()
295 struct cper_hdr *fatal = NULL; in amdgpu_cper_generate_ue_record()
328 struct cper_hdr *bp_threshold = NULL; in amdgpu_cper_generate_bp_threshold_record()
371 struct cper_hdr *corrected = NULL; in amdgpu_cper_generate_ce_records()
449 struct cper_hdr chdr; in amdgpu_cper_ring_get_ent_sz()