Searched refs:iommu_make_shared (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/iommu/amd/
H A Dinit.c3805 static int iommu_make_shared(void *va, size_t size) function
3831 ret = iommu_make_shared(iommu->evt_buf, EVT_BUFFER_SIZE);
3835 ret = iommu_make_shared(iommu->ppr_log, PPR_LOG_SIZE);
3839 ret = iommu_make_shared((void *)iommu->cmd_sem, PAGE_SIZE);

Completed in 311 milliseconds