Page MenuHomeFreeBSD

arm64: add CONTEXTIDR_EL1 reg
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:21 PM
Unknown Object (File)
Fri, May 17, 3:27 PM
Unknown Object (File)
Thu, May 16, 7:16 PM
Unknown Object (File)
Tue, May 14, 4:29 AM
Unknown Object (File)
Mon, May 13, 8:27 PM
Unknown Object (File)
Mon, May 13, 7:37 PM
Unknown Object (File)
Mon, May 13, 7:25 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 Not Applicable
Unit
Tests Not Applicable

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.Tue, May 14, 9:59 AM
This revision was automatically updated to reflect the committed changes.