Home
last modified time | relevance | path

Searched refs:MACHINE_PEGASOS (Results 1 – 3 of 3) sorted by relevance

/haiku/src/system/boot/platform/openfirmware/
H A Dmachine.h18 #define MACHINE_PEGASOS 0x0100 macro
H A Dstart.cpp126 else if ((gMachine & MACHINE_PEGASOS) != 0) in start()
/haiku/src/system/boot/platform/openfirmware/arch/ppc/
H A Dstart.cpp60 gMachine |= MACHINE_PEGASOS; in determine_machine()