Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dipmmu-vmsa.c44 unsigned int number_of_contexts; member
887 .number_of_contexts = 1, /* software only tested with one context */
901 .number_of_contexts = 8,
915 .number_of_contexts = 16,
1020 mmu->num_ctx = min(IPMMU_CTX_MAX, mmu->features->number_of_contexts); in ipmmu_probe()