| 785 | } |
| 786 | |
| 787 | int |
| 788 | cpu_search_highest(const struct cpu_group *cg, struct cpu_search *high) |
| 789 | { |
| 790 | return cpu_search(cg, NULL, high, CPU_SEARCH_HIGHEST); |
| 791 | } |
| 792 | |
| 793 | int |
| 794 | cpu_search_both(const struct cpu_group *cg, struct cpu_search *low, |
no test coverage detected