Lines Matching refs:cper_hdr
34 static void __inc_entry_length(struct cper_hdr *hdr, uint32_t size) in __inc_entry_length()
56 struct cper_hdr *hdr, in amdgpu_cper_entry_fill_hdr()
142 struct cper_hdr *hdr, in amdgpu_cper_entry_fill_fatal_section()
167 struct cper_hdr *hdr, in amdgpu_cper_entry_fill_runtime_section()
204 struct cper_hdr *hdr, in amdgpu_cper_entry_fill_bad_page_threshold_section()
247 struct cper_hdr *amdgpu_cper_alloc_entry(struct amdgpu_device *adev, in amdgpu_cper_alloc_entry()
251 struct cper_hdr *hdr; in amdgpu_cper_alloc_entry()
286 struct cper_hdr *fatal = NULL; in amdgpu_cper_generate_ue_record()
319 struct cper_hdr *bp_threshold = NULL; in amdgpu_cper_generate_bp_threshold_record()
360 struct cper_hdr *corrected = NULL; in amdgpu_cper_generate_ce_records()
419 struct cper_hdr *chdr; in amdgpu_cper_is_hdr()
421 chdr = (struct cper_hdr *)&(ring->ring[pos]); in amdgpu_cper_is_hdr()
427 struct cper_hdr *chdr; in amdgpu_cper_ring_get_ent_sz()
431 chdr = (struct cper_hdr *)&(ring->ring[pos]); in amdgpu_cper_ring_get_ent_sz()
444 chdr = (struct cper_hdr *)&(ring->ring[p]); in amdgpu_cper_ring_get_ent_sz()