Searched refs:om_cmp (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/powerpc/aim/ |
H A D | mmu_oea.c | 639 static int om_cmp(const void *a, const void *b); 642 om_cmp(const void *a, const void *b) in om_cmp() function 912 qsort(translations, sz, sizeof (*translations), om_cmp); in moea_bootstrap()
|
H A D | mmu_oea64.c | 662 static int om_cmp(const void *a, const void *b); 665 om_cmp(const void *a, const void *b) in om_cmp() function 713 qsort(translations, sz, sizeof (*translations), om_cmp); in moea64_add_ofw_mappings()
|