Searched refs:max_pasid (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/misc/ocxl/ |
H A D | pasid.c | 83 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()
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | pasid.c | 99 u32 max_pasid = 0; in intel_pasid_alloc_table() local 114 max_pasid = min_t(u32, pci_max_pasids(to_pci_dev(dev)), in intel_pasid_alloc_table() 117 size = max_pasid >> (PASID_PDE_SHIFT - 3); in intel_pasid_alloc_table() 128 pasid_table->max_pasid = 1 << (order + PAGE_SHIFT + 3); in intel_pasid_alloc_table() 154 max_pde = pasid_table->max_pasid >> PASID_PDE_SHIFT; in intel_pasid_free_table() 183 return info->pasid_table->max_pasid; in intel_pasid_get_dev_max_id()
|
H A D | pasid.h | 68 u32 max_pasid; /* max pasid */ member
|
H A D | iommu.c | 1898 max_pde = table->max_pasid >> PASID_PDE_SHIFT; in context_get_sm_pds()
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | ocxl_hw.h | 40 int max_pasid; /* Maximum number of contexts */ member
|
H A D | ocxl_hw.c | 499 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()
|
/openbmc/linux/drivers/iommu/amd/ |
H A D | init.c | 2109 u32 max_pasid; in iommu_init_pci() local 2114 max_pasid = (1 << (pasmax + 1)) - 1; in iommu_init_pci() 2116 amd_iommu_max_pasid = min(amd_iommu_max_pasid, max_pasid); in iommu_init_pci()
|