Home
last modified time | relevance | path

Searched refs:KDUMP_MIN_TCE_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/arch/powerpc/include/asm/
Dkdump.h39 #define KDUMP_MIN_TCE_ENTRIES 2048 macro
/linux-2.6.39/arch/powerpc/kernel/
Diommu.c470 if ((tbl->it_size - tcecount) < KDUMP_MIN_TCE_ENTRIES) { in iommu_table_clear()
473 KDUMP_MIN_TCE_ENTRIES); in iommu_table_clear()
474 for (index = tbl->it_size - KDUMP_MIN_TCE_ENTRIES; in iommu_table_clear()