Home
last modified time | relevance | path

Searched refs:record_length (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/ras/amd/
H A Dfmpm.c491 if (hdr->record_length && hdr->record_length < max_rec_len) { in set_rec_fields()
493 hdr->record_id, hdr->record_length, max_rec_len); in set_rec_fields()
524 hdr->record_length = max_rec_len; in set_rec_fields()
537 if (rec->hdr.record_length == max_rec_len) in save_new_records()
540 if (!rec->hdr.record_length) in save_new_records()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cper.c36 hdr->record_length += size; in __inc_entry_length()
317 amdgpu_cper_ring_write(ring, fatal, fatal->record_length); in amdgpu_cper_generate_ue_record()
342 amdgpu_cper_ring_write(ring, bp_threshold, bp_threshold->record_length); in amdgpu_cper_generate_bp_threshold_record()
419 amdgpu_cper_ring_write(ring, corrected, corrected->record_length); in amdgpu_cper_generate_ce_records()
443 rec_len = chdr->record_length; in amdgpu_cper_ring_get_ent_sz()
H A Damdgpu_virt.c1702 amdgpu_cper_ring_write(ring, entry, entry->record_length); in amdgpu_virt_write_cpers_to_ring()
1704 entry->record_length); in amdgpu_virt_write_cpers_to_ring()
/linux/drivers/acpi/apei/
H A Derst.c820 if (record->record_length > erst_erange.size) in erst_write()
825 memcpy(erst_erange.vaddr, record, record->record_length); in erst_write()
864 len = rcd_tmp->record_length; in __erst_read()
1149 rcd->hdr.record_length = sizeof(*rcd) + record->size; in erst_writer()
H A Derst-dbg.c183 if (rcd->record_length != usize) in erst_dbg_write()
/linux/arch/x86/kernel/cpu/mce/
H A Dapei.c205 rcd.hdr.record_length = sizeof(rcd); in apei_write_mce()
/linux/drivers/gpu/drm/amd/include/
H A Damd_cper.h115 uint32_t record_length; /* Total size of CPER Entry */ member