Searched refs:gr2 (Results 1 – 1 of 1) sorted by relevance
94 static inline int cvmx_gr_same_tag(struct global_resource_tag gr1, struct global_resource_tag gr2) in cvmx_gr_same_tag() argument96 return (gr1.hi == gr2.hi) && (gr1.lo == gr2.lo); in cvmx_gr_same_tag()
Completed in 3 milliseconds