Home
last modified time | relevance | path

Searched refs:toAddressSpace (Results 1 – 2 of 2) sorted by relevance

/haiku/src/system/kernel/arch/x86/
H A Darch_thread.cpp137 VMAddressSpace* toAddressSpace = to->team->address_space; in x86_next_page_directory() local
138 if (from->team->address_space == toAddressSpace) { in x86_next_page_directory()
143 if (toAddressSpace == NULL) in x86_next_page_directory()
144 toAddressSpace = VMAddressSpace::Kernel(); in x86_next_page_directory()
146 return static_cast<X86VMTranslationMap*>(toAddressSpace->TranslationMap()) in x86_next_page_directory()
210 VMAddressSpace* toAddressSpace = to->team->address_space; in arch_thread_context_switch() local
213 if (toAddressSpace != NULL in arch_thread_context_switch()
215 toAddressSpace->TranslationMap())->PagingStructures()) in arch_thread_context_switch()
/haiku/src/system/kernel/arch/m68k/
H A Darch_thread.cpp101 VMAddressSpace* toAddressSpace = to->team->address_space; in m68k_next_page_directory() local
102 if (from->team->address_space == toAddressSpace) { in m68k_next_page_directory()
107 if (toAddressSpace == NULL) in m68k_next_page_directory()
108 toAddressSpace = VMAddressSpace::Kernel(); in m68k_next_page_directory()
110 return static_cast<M68KVMTranslationMap*>(toAddressSpace->TranslationMap()) in m68k_next_page_directory()