Searched refs:max_pasid (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/misc/ocxl/ |
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()
|
/linux-6.6.21/drivers/iommu/intel/ |
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()
|
D | pasid.h | 68 u32 max_pasid; /* max pasid */ member
|
D | iommu.c | 1886 max_pde = table->max_pasid >> PASID_PDE_SHIFT; in context_get_sm_pds()
|
/linux-6.6.21/drivers/scsi/cxlflash/ |
D | ocxl_hw.h | 40 int max_pasid; /* Maximum number of contexts */ member
|
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()
|
/linux-6.6.21/drivers/iommu/amd/ |
D | init.c | 2097 u32 max_pasid; in iommu_init_pci() local 2102 max_pasid = (1 << (pasmax + 1)) - 1; in iommu_init_pci() 2104 amd_iommu_max_pasid = min(amd_iommu_max_pasid, max_pasid); in iommu_init_pci()
|