Home
last modified time | relevance | path

Searched refs:M68KVMTranslationMap (Results 1 – 6 of 6) sorted by relevance

/haiku/src/system/kernel/arch/m68k/paging/
H A DM68KVMTranslationMap.cpp27 M68KVMTranslationMap::M68KVMTranslationMap() in M68KVMTranslationMap() function in M68KVMTranslationMap
35 M68KVMTranslationMap::~M68KVMTranslationMap() in ~M68KVMTranslationMap()
41 M68KVMTranslationMap::Init(bool kernel) in Init()
52 M68KVMTranslationMap::Lock() in Lock()
72 M68KVMTranslationMap::Unlock() in Unlock()
86 M68KVMTranslationMap::MappedSize() const in MappedSize()
93 M68KVMTranslationMap::Flush() in Flush()
H A DM68KVMTranslationMap.h19 struct M68KVMTranslationMap : VMTranslationMap { struct
20 M68KVMTranslationMap();
21 virtual ~M68KVMTranslationMap();
45 M68KVMTranslationMap::InvalidatePage(addr_t address) in InvalidatePage() argument
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.h14 struct M68KVMTranslationMap040 : M68KVMTranslationMap {
H A DM68KVMTranslationMap040.cpp136 M68KVMTranslationMap::Init(kernel); in Init()
/haiku/src/system/kernel/arch/m68k/
H A DJamfile76 M68KVMTranslationMap.cpp
H A Darch_thread.cpp110 return static_cast<M68KVMTranslationMap*>(toAddressSpace->TranslationMap()) in m68k_next_page_directory()