Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read MIDR_EL1 system register on aarch64 #11744

Closed
wants to merge 1 commit into from

Commits on Aug 28, 2020

  1. Read MIDR_EL1 system register on aarch64

    MIDR_EL1 system register exposes microarchitecture information so that
    people can make micro-arch related optimization such as exposing as
    much instruction level parallelism as possible.
    
    MIDR_EL1 register can be read only if HWCAP_CPUID feature is supported.
    
    Change-Id: Iabb8a36c5d31b184dba6399f378598058d394d4e
    zorrorffm committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    b0c8bc8 View commit details
    Browse the repository at this point in the history