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

  /src/sys/arch/epoc32/stand/e32boot/ldd/
epoc32.h 1 /* $NetBSD: epoc32.h,v 1.2 2016/02/01 17:44:19 christos Exp $ */
30 class EPOC32 {
33 EPOC32(const EPOC32 &);
36 EPOC32(void);
37 ~EPOC32(void);
epoc32.cpp 1 /* $NetBSD: epoc32.cpp,v 1.2 2016/02/01 17:44:19 christos Exp $ */
35 #include "epoc32.h"
60 EPOC32::EPOC32(const EPOC32& c)
65 EPOC32::EPOC32(void)
82 EPOC32::~EPOC32(void)
87 EPOC32::GetPhysicalAddress(TAny *address
    [all...]
e32boot.cpp 35 #include "epoc32.h"
57 EPOC32 *epoc32; member in class:E32BootChannel
112 epoc32 = new EPOC32;
172 mmu_disabled = epoc32->GetPhysicalAddress(mmu_disabled);
177 ttb = epoc32->GetPhysicalAddress(epoc32->GetTTB());
230 * That addr used to framebuffer by EPOC32. \

Completed in 37 milliseconds