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

/freebsd-10.0-release/sys/powerpc/aim/
H A Dmmu_oea64.c466 const struct ofw_map *mapa; local
469 mapa = a;
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.c604 const struct ofw_map *mapa; local
607 mapa = a;
609 if (mapa->om_pa < mapb->om_pa)
611 else if (mapa->om_pa > mapb->om_pa)

Completed in 200 milliseconds