Searched refs:stab_size (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/powerpc/platforms/cell/
H A Diommu.c303 unsigned long segments, stab_size; local
311 stab_size = segments * sizeof(unsigned long);
312 page = alloc_pages_node(iommu->nid, GFP_KERNEL, get_order(stab_size));
315 memset(iommu->stab, 0, stab_size);

Completed in 149 milliseconds