]> xenbits.xensource.com Git - qemu-xen.git/commit
target/mips: Pass page table entry size as MemOp to get_pte()
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Aug 2024 13:30:31 +0000 (15:30 +0200)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 19 Aug 2024 22:38:48 +0000 (00:38 +0200)
commit453ba4f675f751fe4dceaff57ac1ebf72f28f6d0
tree655f958d1be86fe07c6160f0d43bc9caef31be31
parent68baeaafa562e360188fb3be8a9451db1c5bd862
target/mips: Pass page table entry size as MemOp to get_pte()

In order to simplify the next commit, pass the PTE size as MemOp.

Rename:

  native_shift -> native_op
  directory_shift -> directory_mop
  leaf_shift -> leaf_mop

Suggested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240814090452.2591-2-philmd@linaro.org>
target/mips/tcg/sysemu/tlb_helper.c