Home
last modified time | relevance | path

Searched refs:ctx_lowest_free (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/sparc/include/asm/
Diommu_64.h41 unsigned long ctx_lowest_free; member
/linux-2.6.39/arch/sparc/kernel/
Diommu.c188 iommu->ctx_lowest_free = 1; in iommu_table_init()
257 int lowest = iommu->ctx_lowest_free; in iommu_alloc_ctx()
277 if (ctx < iommu->ctx_lowest_free) in iommu_free_ctx()
278 iommu->ctx_lowest_free = ctx; in iommu_free_ctx()
Dpci_sun4v.c604 iommu->ctx_lowest_free = 1; in pci_sun4v_iommu_init()