mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
target/arm: Move get_phys_addr to ptw.c
Begin moving all of the page table walking functions out of helper.c, starting with get_phys_addr(). Create a temporary header file, "ptw.h", in which to share declarations between the two C files while we are moving functions. Move a few declarations to "internals.h", which will remain used by multiple C files. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20220604040607.269301-3-richard.henderson@linaro.org Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
d8cca960a9
commit
8ae0886002
5 changed files with 372 additions and 309 deletions
|
@ -58,6 +58,7 @@ arm_softmmu_ss.add(files(
|
|||
'machine.c',
|
||||
'monitor.c',
|
||||
'psci.c',
|
||||
'ptw.c',
|
||||
))
|
||||
|
||||
subdir('hvf')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue