Re: [PATCH v4 2/4] target/riscv: add support for svnapot extension

2022-01-15 Thread Anup Patel
On Sun, Jan 16, 2022 at 8:31 AM Weiwei Li wrote: > > - add PTE_N bit > - add PTE_N bit check for inner PTE > - update address translation to support 64KiB continuous region (napot_bits = > 4) > > Signed-off-by: Weiwei Li > Signed-off-by: Junqiang Wang Looks good to me. Reviewed-by: Anup Patel

[PATCH v4 2/4] target/riscv: add support for svnapot extension

2022-01-15 Thread Weiwei Li
- add PTE_N bit - add PTE_N bit check for inner PTE - update address translation to support 64KiB continuous region (napot_bits = 4) Signed-off-by: Weiwei Li Signed-off-by: Junqiang Wang --- target/riscv/cpu.c| 2 ++ target/riscv/cpu.h| 1 + target/riscv/cpu_bits.h | 1 + t