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

/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KVMTranslationMap.h19 struct M68KVMTranslationMap : VMTranslationMap { struct in inherits:VMTranslationMap
20 M68KVMTranslationMap();
21 virtual ~M68KVMTranslationMap();
45 M68KVMTranslationMap::InvalidatePage(addr_t address)
H A DM68KVMTranslationMap.cpp11 #include "paging/M68KVMTranslationMap.h"
27 M68KVMTranslationMap::M68KVMTranslationMap() function in class:M68KVMTranslationMap
35 M68KVMTranslationMap::~M68KVMTranslationMap()
41 M68KVMTranslationMap::Init(bool kernel)
52 M68KVMTranslationMap::Lock()
54 TRACE("%p->M68KVMTranslationMap::Lock()\n", this);
72 M68KVMTranslationMap::Unlock()
74 TRACE("%p->M68KVMTranslationMap
[all...]
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.h9 #include "paging/M68KVMTranslationMap.h"
14 struct M68KVMTranslationMap040 : M68KVMTranslationMap {
H A DM68KVMTranslationMap040.cpp136 M68KVMTranslationMap::Init(kernel);
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp31 #include "paging/M68KVMTranslationMap.h"
110 return static_cast<M68KVMTranslationMap*>(toAddressSpace->TranslationMap())

Completed in 114 milliseconds