target/loongarch: Only support 64bit pte width
authorBibo Mao <maobibo@loongson.cn>
Tue, 31 Dec 2024 10:07:18 +0000 (18:07 +0800)
committerBibo Mao <maobibo@loongson.cn>
Thu, 9 Jan 2025 06:13:17 +0000 (14:13 +0800)
commit38adceb4c38de657f03132ccd9fd380395957a9f
tree927d96e1232f4e7a864e267c6aeafc601e5ce7e3
parentcc4ba2c2d25229ad39bf04a620f7d3b071b2af1d
target/loongarch: Only support 64bit pte width

iFrom LoongArch Reference Manual pte width can be 64bit, 128bit
or more. Instead real hardware only supports 64bit pte width.
For 12bit pte, there is no detail definition for all 128bit
from manual.

Here only 64bit pte width is supported for simplicity, will add
this in later if real hw support it and there is definition for
all the bits from manual.

Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Reviewed-by: Bibo Mao <maobibo@loongson.cn>
target/loongarch/helper.h
target/loongarch/tcg/csr_helper.c
target/loongarch/tcg/insn_trans/trans_privileged.c.inc
target/loongarch/tcg/tlb_helper.c