Searched refs:mapb (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/sys/powerpc/aim/
H A Dmmu_oea64.c467 const struct ofw_map *mapb; local
470 mapb = b;
471 if (mapa->om_pa_hi < mapb->om_pa_hi)
473 else if (mapa->om_pa_hi > mapb->om_pa_hi)
475 else if (mapa->om_pa_lo < mapb->om_pa_lo)
477 else if (mapa->om_pa_lo > mapb->om_pa_lo)
H A Dmmu_oea.c605 const struct ofw_map *mapb; local
608 mapb = b;
609 if (mapa->om_pa < mapb->om_pa)
611 else if (mapa->om_pa > mapb->om_pa)

Completed in 149 milliseconds