lkml.org 
[lkml]   [2023]   [Nov]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH 05/16] iommu/io-pgtable-arm-v7s: use page allocation function provided by iommu-pages.h
From
On 2023-11-28 10:55 pm, Pasha Tatashin wrote:
>>> kmem_cache_free(data->l2_tables, table);
>
> We only account page allocations, not subpages, however, this is
> something I was surprised about this particular architecture of why do
> we allocate l2 using kmem ? Are the second level tables on arm v7s
> really sub-page in size?

Yes, L2 tables are 1KB, so the kmem_cache could still quite easily end
up consuming significantly more memory than the L1 table, which is
usually 16KB (but could potentially be smaller depending on the config,
or up to 64KB with the Mediatek hacks).

Thanks,
Robin.

\
 
 \ /
  Last update: 2023-11-29 00:09    [W:0.080 / U:0.028 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site