]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Use tlb_set_page_full
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Oct 2022 16:22:56 +0000 (09:22 -0700)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Oct 2022 13:52:25 +0000 (14:52 +0100)
commit7fa7ea8f480cd6f3f5f2a9453eea5733510b6c8b
tree4772971df5fd081a5495c0d7027faacfde250cf9
parent5b74f9b4ed9033dc5427cd69f5ee37e7b726ecfd
target/arm: Use tlb_set_page_full

Adjust GetPhysAddrResult to fill in CPUTLBEntryFull,
so that it may be passed directly to tlb_set_page_full.

The change is large, but mostly mechanical.  The major
non-mechanical change is page_size -> lg_page_size.
Most of the time this is obvious, and is related to
TARGET_PAGE_BITS.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 20221001162318.153420-21-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/helper.c
target/arm/internals.h
target/arm/m_helper.c
target/arm/ptw.c
target/arm/tlb_helper.c