Re: [PATCH v5 2/7] KVM: arm/arm64: Introduce helpers to manupulate page table entries

2018-07-11 Thread Punit Agrawal
Suzuki K Poulose writes: > On 09/07/18 15:41, Punit Agrawal wrote: >> Introduce helpers to abstract architectural handling of the conversion >> of pfn to page table entries and marking a PMD page table entry as a >> block entry. >> >> The helpers are introduced in preparation for supporting PUD h

Re: [PATCH v5 2/7] KVM: arm/arm64: Introduce helpers to manupulate page table entries

2018-07-11 Thread Suzuki K Poulose
On 09/07/18 15:41, Punit Agrawal wrote: Introduce helpers to abstract architectural handling of the conversion of pfn to page table entries and marking a PMD page table entry as a block entry. The helpers are introduced in preparation for supporting PUD hugepages at stage 2 - which are supported

[PATCH v5 2/7] KVM: arm/arm64: Introduce helpers to manupulate page table entries

2018-07-09 Thread Punit Agrawal
Introduce helpers to abstract architectural handling of the conversion of pfn to page table entries and marking a PMD page table entry as a block entry. The helpers are introduced in preparation for supporting PUD hugepages at stage 2 - which are supported on arm64 but do not exist on arm. Signed