Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • I ipipe-x86
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • xenomai
  • ipipe-x86
  • Repository
Switch branch/tag
  • ipipe-x86
  • arch
  • arm64
  • mm
  • tlb.S
Find file BlameHistoryPermalink
  • Matthew Leach's avatar
    arm64: use correct register width when retrieving ASID · fc18047c
    Matthew Leach authored Sep 25, 2013
    
    
    The ASID is represented as an unsigned int in mm_context_t and we
    currently use the mmid assembler macro to access this element of the
    struct. This should be accessed with a register of 32-bit width. If
    the incorrect register width is used the ASID will be returned in
    bits[32:63] of the register when running under big-endian.
    
    Fix a use of the mmid macro in tlb.S to use a 32-bit access.
    Signed-off-by: default avatarWill Deacon <will.deacon@arm.com>
    Signed-off-by: default avatarMatthew Leach <matthew.leach@arm.com>
    Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
    fc18047c

Imprint & Privacy Policy