iommu/arm-smmu: Pool secure page table memory
The hypervisor assign call has substantial overhead, so calling it every time we need to allocate some page table memory is currently killing performance. Fix this by hanging on to secure page table memory when it's freed, keeping it in a pool of pre-assigned memory for future allocations. Change-Id: Iefa45e6bc23e841d168be4f17c1f669f2e932a3b Signed-off-by:Mitchel Humpherys <mitchelh@codeaurora.org> Signed-off-by:
Patrick Daly <pdaly@codeaurora.org>
Loading
Please register or sign in to comment