Re: [PATCH v1 0/7] riscv: add Svnapot-based contiguous PTE support
"David Hildenbrand (Arm)" <[email protected]>
| Newsgroups | org.kernel.vger.linux-efi,org.infradead.lists.kvm-riscv,org.infradead.lists.linux-riscv,org.kernel.vger.kvm,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 4/21/26 11:24, Yunhui Cui wrote: > Hi, > > First of all, thanks to Ryan Roberts for the work on mTHP and > Contiguous PTE support on arm64. That work provides a very useful > reference for reducing page fault overhead and TLB pressure for > large but still PTE-mapped memory ranges. > > This series adds Svnapot-based contiguous PTE support for RISC-V. > > To achieve similar benefits on RISC-V, this series introduces a > Contiguous-PTE-like mechanism built on top of the Svnapot extension. > The intent is to preserve the core-MM PTE semantics while allowing > RISC-V to transparently fold eligible base-page mappings into > Svnapot-encoded contiguous mappings when possible. > > The series splits the low-level raw PTE helpers from the public > core-MM-facing PTE helpers, so that: > > -the __xxx helpers expose the raw hardware PTE encoding, > -the xxx helpers provide the semantic view expected by core MM, > -and Svnapot-aware handling is centralized in the public wrapper layer. Just curious, is there opportunity to share some of the code with arm64, factoring out helpers that handle something like CONFIG_ARCH_HAS_CONTIG_PTES ? -- Cheers, David