Home | History | Annotate | Download | only in cpufeatures

Lines Matching refs:list1

336 cpulist_and(CpuList* list1, CpuList* list2) {
337 list1->mask &= list2->mask;