Home
last modified time | relevance | path

Searched hist:e8a9c0fbffe80946ae1a6004b77a18a030cce6f1 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu_common.cdiff e8a9c0fbffe80946ae1a6004b77a18a030cce6f1 Sun May 12 18:27:52 CDT 2024 BALATON Zoltan <balaton@eik.bme.hu> target/ppc: Don't use mmu_ctx_t in mmubooke206_get_physical_address()

mmubooke206_get_physical_address() only uses the raddr and prot fields
from mmu_ctx_t. Pass these directly instead of using a ctx struct.

Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>