dolphin/Source/Core/Core/HW/DSPLLE
magumagu ac54c6a4e2 Make address translation respect the CPU translation mode.
The PowerPC CPU has bits in MSR (DR and IR) which control whether
addresses are translated. We should respect these instead of mixing
physical addresses and translated addresses into the same address space.

This is mostly mass-renaming calls to memory accesses APIs from places
which expect address translation to use a different version from those
which do not expect address translation.

This does very little on its own, but it's the first step to a correct BAT
implementation.
2015-02-11 13:56:22 -08:00
..
DSPDebugInterface.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
DSPDebugInterface.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
DSPHost.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
DSPLLE.cpp Make address translation respect the CPU translation mode. 2015-02-11 13:56:22 -08:00
DSPLLE.h DSPLLE: Silence -Wshadow warning and conform more to style. 2014-12-28 09:52:31 -06:00
DSPLLEGlobals.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
DSPLLEGlobals.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
DSPLLETools.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
DSPLLETools.h Add missing includes where headers depend on other headers having been included first. 2014-10-21 21:22:16 -04:00
DSPSymbols.cpp Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00
DSPSymbols.h Include CommonTypes.h instead of Common.h. 2014-09-08 15:39:58 -04:00