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)
Wed, Aug 19, 5:51 AM
Unknown Object (File)
Wed, Aug 19, 12:30 AM
Unknown Object (File)
Mon, Aug 17, 7:37 AM
Unknown Object (File)
Fri, Aug 14, 3:40 AM
Unknown Object (File)
Thu, Aug 6, 10:54 PM
Unknown Object (File)
Mon, Aug 3, 8:50 PM
Unknown Object (File)
Mon, Aug 3, 7:50 AM
Unknown Object (File)
Mon, Aug 3, 5:47 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 57674
Build 54562: arc lint + arc unit

Event Timeline

sys/arm64/include/armreg.h
1673

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