]> git.proxmox.com Git - mirror_qemu.git/commit
target/loongarch: Support 4K page size
authorSong Gao <gaosong@loongson.cn>
Mon, 23 Oct 2023 02:40:59 +0000 (10:40 +0800)
committerSong Gao <gaosong@loongson.cn>
Fri, 3 Nov 2023 06:13:13 +0000 (14:13 +0800)
commit1d832c19db1e895b7d8015c3b33fc6311e20a69c
tree39e8a657f12a6546176ea8fd3fd1e395d2b6764c
parent31f694b91188d2077c5d85a5064b54b127635718
target/loongarch: Support 4K page size

The LoongArch kernel supports 4K page size.
Change TARGET_PAGE_BITS to 12.

Signed-off-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20231023024059.3858349-1-gaosong@loongson.cn>
target/loongarch/cpu-param.h
target/loongarch/tlb_helper.c