mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-03 03:41:05 +00:00
4e5ec9c0dc
For the TT instruction we're going to need to do an MPU lookup that also tells us which MPU region the access hit. This requires us to do the MPU lookup without first doing the SAU security access check, so pull the MPU lookup parts of get_phys_addr_pmsav8() out into their own function. The TT instruction also needs to know the MPU region number which the lookup hit, so provide this information to the caller of the MPU lookup code, even though get_phys_addr_pmsav8() doesn't need to know it. Backports commit 54317c0ff3a3c0f6b2c3a1d3c8b5d93686a86d24 from qemu |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
m68k | ||
mips | ||
sparc |