Makes the physical address space conversion for 32 bit machines more
explicit, using the translation function defined in mem_helper.c.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Anton Johansson <anjo@rev.ng>
Message-ID: <
20260218-phys_addr-v6-2-
a603bf363218@rev.ng>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
static uint64_t translate_pa10(void *dummy, uint64_t addr)
{
- return (uint32_t)addr;
+ return hppa_abs_to_phys_pa1x(addr);
}
static uint64_t translate_pa20(void *dummy, uint64_t addr)