Re: [PATCH 5/8] mm: Factor out the pdx compression logic in ma/va converters

2023-07-21 Thread Julien Grall
Hi Alejandro, On 17/07/2023 17:03, Alejandro Vallejo wrote: This patch factors out the pdx compression logic hardcoded in both ports for the maddr<->vaddr conversion functions. Touches both x86 and arm ports. Signed-off-by: Alejandro Vallejo --- xen/arch/arm/include/asm/mm.h | 3 +

[PATCH 5/8] mm: Factor out the pdx compression logic in ma/va converters

2023-07-17 Thread Alejandro Vallejo
This patch factors out the pdx compression logic hardcoded in both ports for the maddr<->vaddr conversion functions. Touches both x86 and arm ports. Signed-off-by: Alejandro Vallejo --- xen/arch/arm/include/asm/mm.h | 3 +-- xen/arch/x86/include/asm/x86_64/page.h | 28 +++-