- 
                Notifications
    
You must be signed in to change notification settings  - Fork 8.2k
 
Closed as not planned
Labels
Stalearea: ARM64ARM (64-bit) ArchitectureARM (64-bit) ArchitecturebugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Milestone
Description
The problem came up in #45737
In same (rare) cases you want to map a MMIO region that is either smaller or not aligned to 4K. This is currently not supported by the MMU driver.
We have two solutions here:
- We map the physical 4k-aligned address to different virtual addresses.
 - We check whether the mapping overlaps with an existing mapping and fix / extend the mapping when required.
 
Metadata
Metadata
Assignees
Labels
Stalearea: ARM64ARM (64-bit) ArchitectureARM (64-bit) ArchitecturebugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug