Home
last modified time | relevance | path

Searched refs:cper_hdr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.h33 #define HDR_LEN (sizeof(struct cper_hdr))
71 struct cper_hdr *hdr,
75 struct cper_hdr *hdr,
79 struct cper_hdr *hdr,
85 struct cper_hdr *hdr,
88 struct cper_hdr *amdgpu_cper_alloc_entry(struct amdgpu_device *adev,
H A Damdgpu_cper.c35 #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()
[all …]
/linux/drivers/gpu/drm/amd/include/
H A Damd_cper.h100 struct cper_hdr { struct