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)
Tue, Jan 7, 9:35 AM
Unknown Object (File)
Mon, Dec 30, 5:17 PM
Unknown Object (File)
Sun, Dec 29, 6:24 PM
Unknown Object (File)
Sat, Dec 28, 5:38 PM
Unknown Object (File)
Fri, Dec 27, 5:07 PM
Unknown Object (File)
Fri, Dec 27, 2:49 PM
Unknown Object (File)
Dec 3 2024, 2:41 PM
Unknown Object (File)
Nov 23 2024, 4:16 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