Page MenuHomeFreeBSD

arm64: add PMBSR_MSS_{BSC,FSC} status code field
ClosedPublic

Authored by zachary.leaf_arm.com on May 13 2024, 9:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 29, 9:29 PM
Unknown Object (File)
Thu, May 28, 5:37 AM
Unknown Object (File)
Thu, May 28, 4:02 AM
Unknown Object (File)
Wed, May 27, 2:08 PM
Unknown Object (File)
Tue, May 26, 8:18 PM
Unknown Object (File)
Sun, May 24, 1:07 AM
Unknown Object (File)
Tue, May 19, 3:14 PM
Unknown Object (File)
Sun, May 17, 8:00 AM
Subscribers

Details

Summary

Bits [5:0] of PMBSR_MSS encodes either Buffer Status Code (BSC) or Fault
Status Code (FSC) depending on PMBSR_EC value.

Add PMBSR_MSS_{BSC,FSC} to cover this field.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sys/arm64/include/armreg.h
1692

It looks like this is a mask for the FSC field so should be something like this

zachary.leaf_arm.com retitled this revision from arm64: add PMBSR_MSS_SC status code field to arm64: add PMBSR_MSS_{BSC,FSC} status code field.May 13 2024, 4:52 PM
zachary.leaf_arm.com edited the summary of this revision. (Show Details)
zachary.leaf_arm.com edited the summary of this revision. (Show Details)
  • Added both BSC + FSC to cover both readings of this field
This revision is now accepted and ready to land.May 14 2024, 10:00 AM