Home
last modified time | relevance | path

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

/openbmc/linux/arch/sparc/include/asm/
H A Diommu_64.h70 unsigned long ctx_lowest_free; member
/openbmc/linux/arch/sparc/kernel/
H A Diommu.c104 iommu->ctx_lowest_free = 1; in iommu_table_init()
172 int lowest = iommu->ctx_lowest_free; in iommu_alloc_ctx()
192 if (ctx < iommu->ctx_lowest_free) in iommu_free_ctx()
193 iommu->ctx_lowest_free = ctx; in iommu_free_ctx()
H A Dpci_sun4v.c891 iommu->ctx_lowest_free = 1; in pci_sun4v_iommu_init()