Searched refs:candidate_gcd (Results 1 – 1 of 1) sorted by relevance
116 uint64_t candidate_gcd = rte_align64prevpow2(*gcd); in mlx5_vdpa_vhost_mem_regions_prepare() local118 while (candidate_gcd > 1 && (*gcd % candidate_gcd)) in mlx5_vdpa_vhost_mem_regions_prepare()119 candidate_gcd /= 2; in mlx5_vdpa_vhost_mem_regions_prepare()121 "GCD is 0x%" PRIx64 ".", *gcd, candidate_gcd); in mlx5_vdpa_vhost_mem_regions_prepare()122 *gcd = candidate_gcd; in mlx5_vdpa_vhost_mem_regions_prepare()