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
Unknown Object (File)
Fri, Feb 7, 6:27 PM
Unknown Object (File)
Sun, Jan 19, 1:49 PM
Unknown Object (File)
Jan 1 2025, 5:33 AM
Unknown Object (File)
Dec 31 2024, 6:10 AM
Unknown Object (File)
Dec 30 2024, 5:15 AM
Unknown Object (File)
Dec 29 2024, 6:20 AM
Unknown Object (File)
Dec 28 2024, 5:06 AM
Unknown Object (File)
Dec 27 2024, 3:13 AM
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.May 14 2024, 9:59 AM
This revision was automatically updated to reflect the committed changes.