commit | fa25c0b0b8842cdec386d1a40081bd6d3e66519f | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Fri Dec 01 16:51:46 2023 -0800 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Wed Dec 27 15:59:05 2023 +0000 |
tree | 7a228bf34c4a0c548085ad5b953db648d58716d3 | |
parent | 949e5120d3f8234d43a60c4b0e760e7ff30b38bb [diff] |
xtensa: mmu: invalidate mem domain TLBs during page table swap This adds a kconfig to enable invalidating the TLBs related to the incoming thread's memory domain during page table swaps. It provides a workaround, if needed, to clear out stale TLB entries used by the thread being swapped out. Those stale entries may contain incorrect permissions and rings. Signed-off-by: Daniel Leung <daniel.leung@intel.com>