Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/ocxl/
Dpasid.c83 int max_pasid; in ocxl_pasid_afu_alloc() local
87 max_pasid = 1 << fn->config.max_pasid_log; in ocxl_pasid_afu_alloc()
88 return range_alloc(&fn->pasid_list, size, max_pasid, "afu pasid"); in ocxl_pasid_afu_alloc()
/Linux-v5.4/drivers/iommu/
Dintel-pasid.c128 int max_pasid = 0; in intel_pasid_alloc_table() local
150 max_pasid = min_t(int, pci_max_pasids(to_pci_dev(dev)), in intel_pasid_alloc_table()
153 size = max_pasid >> (PASID_PDE_SHIFT - 3); in intel_pasid_alloc_table()
164 pasid_table->max_pasid = 1 << (order + PAGE_SHIFT + 3); in intel_pasid_alloc_table()
192 max_pde = pasid_table->max_pasid >> PASID_PDE_SHIFT; in intel_pasid_free_table()
221 return info->pasid_table->max_pasid; in intel_pasid_get_dev_max_id()
Dintel-pasid.h52 int max_pasid; /* max pasid */ member
Damd_iommu_init.c1747 u32 max_pasid; in iommu_init_pci() local
1752 max_pasid = (1 << (pasmax + 1)) - 1; in iommu_init_pci()
1754 amd_iommu_max_pasid = min(amd_iommu_max_pasid, max_pasid); in iommu_init_pci()
Dintel-iommu.c1932 max_pde = table->max_pasid >> PASID_PDE_SHIFT; in context_get_sm_pds()
/Linux-v5.4/drivers/scsi/cxlflash/
Docxl_hw.h41 int max_pasid; /* Maximum number of contexts */ member
Docxl_hw.c497 rc = idr_alloc(&afu->idr, ctx, 0, afu->max_pasid, GFP_NOWAIT); in ocxlflash_dev_context_init()
885 afu->max_pasid = 1 << acfg->pasid_supported_log; in ocxlflash_config_afu()