Page MenuHomeFreeBSD

arm64: add CONTEXTIDR_EL1 reg
ClosedPublic

Authored by zachary.leaf_arm.com on May 13 2024, 9:53 AM.
Tags
None
Referenced Files
F102899480: D45173.id138463.diff
Mon, Nov 18, 12:02 PM
F102898028: D45173.id138653.diff
Mon, Nov 18, 11:35 AM
F102892206: D45173.diff
Mon, Nov 18, 9:44 AM
Unknown Object (File)
Thu, Nov 7, 3:04 PM
Unknown Object (File)
Wed, Oct 23, 3:03 PM
Unknown Object (File)
Wed, Oct 23, 3:03 PM
Unknown Object (File)
Wed, Oct 23, 3:03 PM
Unknown Object (File)
Mon, Oct 21, 3:15 PM
Subscribers

Details

Summary

CONTEXTIDR_EL1 is used in debug and trace features to identify the
current process or context.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 57686
Build 54574: arc lint + arc unit

Event Timeline

sys/arm64/include/armreg.h
142

For historic reasons CONTEXTIDR_EL1 would be a unique number for each register and CONTEXTIDR_EL1_REG would be the S?_?_C?_C?_? name.

  • Retain both MRS_REG + MRS_REG_ALT_NAME variants
This revision is now accepted and ready to land.May 14 2024, 9:59 AM
This revision was automatically updated to reflect the committed changes.