Searched refs:gMachine (Results 1 - 5 of 5) sorted by relevance

/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dstart.cpp17 gMachine = MACHINE_UNKNOWN;
/haiku/src/system/boot/platform/openfirmware/
H A Dmachine.h12 // Possible gMachine OpenFirmware platforms
23 extern uint32 gMachine;
H A Dstart.cpp33 uint32 gMachine; variable
127 if ((gMachine & MACHINE_QEMU) != 0)
129 else if ((gMachine & MACHINE_PEGASOS) != 0)
H A Ddevices.cpp203 if (gMachine & MACHINE_MAC)
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dstart.cpp38 gMachine = MACHINE_UNKNOWN;
44 // TODO : Probe other OpenFirmware platforms and set gMachine as needed
50 gMachine = MACHINE_CHRP;
52 gMachine = MACHINE_MAC;
54 gMachine = MACHINE_MAC;
60 gMachine |= MACHINE_PEGASOS;
67 gMachine |= MACHINE_QEMU;

Completed in 133 milliseconds