Searched refs:SparcPlatform (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/arch/sparc/
H A Darch_platform.h18 class SparcPlatform { class in namespace:BPrivate
20 SparcPlatform(sparc_platform_type platformType);
21 virtual ~SparcPlatform();
23 static SparcPlatform *Default();
47 using BPrivate::SparcPlatform;
/haiku/src/system/kernel/arch/sparc/
H A Darch_debug_console.cpp57 return SparcPlatform::Default()->SerialDebugGetChar();
64 return SparcPlatform::Default()->SerialDebugPutChar(c);
88 return SparcPlatform::Default()->InitSerialDebug(args);
H A Darch_platform.cpp20 static SparcPlatform *sSparcPlatform;
24 SparcPlatform::SparcPlatform(sparc_platform_type platformType) function in class:SparcPlatform
30 SparcPlatform::~SparcPlatform()
35 SparcPlatform *
36 SparcPlatform::Default()
47 class SparcOpenFirmware : public SparcPlatform {
99 : SparcPlatform(SPARC_PLATFORM_OPEN_FIRMWARE),
234 // static buffer for constructing the actual SparcPlatform
[all...]

Completed in 31 milliseconds