Page MenuHomeFreeBSD

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

Authored by zachary.leaf_arm.com on Mon, May 13, 9:53 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 17, 7:22 PM
Unknown Object (File)
Fri, May 17, 3:27 PM
Unknown Object (File)
Wed, May 15, 6:41 PM
Unknown Object (File)
Tue, May 14, 4:28 AM
Unknown Object (File)
Mon, May 13, 8:30 PM
Unknown Object (File)
Mon, May 13, 7:36 PM
Unknown Object (File)
Mon, May 13, 7:07 PM
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.Mon, May 13, 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.Tue, May 14, 10:00 AM