-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Open
golang/sys
#263Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.LibraryProposalIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.arch-arm64help wanted
Milestone
Description
Proposal Details
When using the ARM64 struct from x/sys/cpu
, there's no field for FEAT_HPDS, FEAT_LOR, FEAT_PAN available for ARMv8.1
Those information are obtained from ID_AA64MMFR1_EL1
register, which we need to get in assembly code
Metadata
Metadata
Assignees
Labels
FeatureRequestIssues asking for a new feature that does not need a proposal.Issues asking for a new feature that does not need a proposal.LibraryProposalIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolIssues describing a requested change to the Go standard library or x/ libraries, but not to a toolNeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.arch-arm64help wanted