Searched hist:"8 ae0886002aaf917601701df933617b2449e94b5" (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | meson.build | diff 8ae0886002aaf917601701df933617b2449e94b5 Wed Jun 08 13:38:48 CDT 2022 Richard Henderson <richard.henderson@linaro.org> 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>
|
H A D | ptw.c | 8ae0886002aaf917601701df933617b2449e94b5 Wed Jun 08 13:38:48 CDT 2022 Richard Henderson <richard.henderson@linaro.org> 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>
|
H A D | internals.h | diff 8ae0886002aaf917601701df933617b2449e94b5 Wed Jun 08 13:38:48 CDT 2022 Richard Henderson <richard.henderson@linaro.org> 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>
|
H A D | helper.c | diff 8ae0886002aaf917601701df933617b2449e94b5 Wed Jun 08 13:38:48 CDT 2022 Richard Henderson <richard.henderson@linaro.org> 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>
|