mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-07 00:54:57 +00:00
Add a new method to CPUClass which the memory system core can
use to obtain the correct address space index to use for a memory
access with a given set of transaction attributes, together
with the wrapper function cpu_asidx_from_attrs() which implements
the default behaviour ("always use asidx 0") for CPU classes
which don't provide the method.
Backports commit d7f25a9e6a6b2c69a0be6033903b7d6087bcf47d from qemu
|
||
|---|---|---|
| .. | ||
| cpu.h | ||
| object.h | ||
| qom-qobject.h | ||