Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply TBI to virtual addresses on aarch64.
In tag-based KASAN modes, TCR_EL1.TBI1 is enabled, which causes the top 8 bits of virtual addresses to be ignored for address translation purposes. Do the same in the page table iterator. There is no harm in doing so unconditionally, as the architecture does not support >56 bit VA sizes.
- Loading branch information