* cpu_search instantiations must pass constants to maintain the inline * optimization. */
| 779 | * optimization. |
| 780 | */ |
| 781 | int |
| 782 | cpu_search_lowest(const struct cpu_group *cg, struct cpu_search *low) |
| 783 | { |
| 784 | return cpu_search(cg, low, NULL, CPU_SEARCH_LOWEST); |
| 785 | } |
| 786 | |
| 787 | int |
| 788 | cpu_search_highest(const struct cpu_group *cg, struct cpu_search *high) |
no test coverage detected