Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_fw_attestation.c62 struct FW_ATT_RECORD fw_att_record = {0}; in amdgpu_fw_attestation_debugfs_read() local
98 (uint32_t *)&fw_att_record, in amdgpu_fw_attestation_debugfs_read()
102 if (fw_att_record.RecordValid != FW_ATTESTATION_RECORD_VALID) in amdgpu_fw_attestation_debugfs_read()
105 if (copy_to_user(buf, (void *)&fw_att_record, sizeof(struct FW_ATT_RECORD))) in amdgpu_fw_attestation_debugfs_read()