HomeSort by: relevance | last modified time | path
    Searched refs:OEACPU_64_BRIDGE (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/powerpc/include/oea/
cpufeat.h 43 #define OEACPU_64_BRIDGE (1 << 1)
  /src/sys/arch/powerpc/include/
spr.h 95 if ((oeacpufeat & (OEACPU_64_BRIDGE|OEACPU_64)) != 0)
103 if ((oeacpufeat & (OEACPU_64_BRIDGE|OEACPU_64)) != 0) \
  /src/sys/arch/ofppc/ofppc/
locore.S 101 andi. %r12,%r12,OEACPU_64_BRIDGE /* Compare against OEACPU_64_BRIDGE */
  /src/sys/arch/powerpc/oea/
ofw_rascons.c 137 if ((oeacpufeat & OEACPU_64_BRIDGE) != 0) {
cpu_subr.c 300 oeacpufeat |= OEACPU_64_BRIDGE;
599 if ((oeacpufeat & OEACPU_64_BRIDGE) != 0)
673 KASSERT((oeacpufeat & OEACPU_64_BRIDGE) != 0);
726 if ((oeacpufeat & OEACPU_64_BRIDGE) != 0) {
1555 if ((oeacpufeat & OEACPU_64_BRIDGE) != 0) {
ofwoea_machdep.c 212 if (oeacpufeat & OEACPU_64_BRIDGE) {
264 if (oeacpufeat & OEACPU_64_BRIDGE)
oea_machdep.c 158 if (oeacpufeat & OEACPU_64_BRIDGE)
379 if ((oeacpufeat & OEACPU_64_BRIDGE) == 0) {
900 if ((oeacpufeat & OEACPU_64_BRIDGE) == 0) {
  /src/sys/arch/powerpc/powerpc/
locore_subr.S 563 andi. %r5,%r5,OEACPU_64_BRIDGE
586 andi. %r5,%r5,OEACPU_64_BRIDGE
db_interface.c 477 if (oeacpufeat & (OEACPU_64|OEACPU_64_BRIDGE)) {

Completed in 16 milliseconds