Searched refs:TestAndSetTableEntry (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.h81 static uint64_t TestAndSetTableEntry(uint64_t* entry,
171 X86PagingMethodPAE::TestAndSetTableEntry(uint64_t* entry, function in class:X86PagingMethodPAE
H A DX86VMTranslationMapPAE.cpp1043 oldEntry = X86PagingMethodPAE::TestAndSetTableEntry(
1155 if (X86PagingMethodPAE::TestAndSetTableEntry(entry, 0, oldEntry)
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingMethod64Bit.h94 static uint64 TestAndSetTableEntry(uint64* entry,
144 X86PagingMethod64Bit::TestAndSetTableEntry(uint64* entry, uint64 newEntry, uint64 oldEntry) function in class:X86PagingMethod64Bit
H A DX86VMTranslationMap64Bit.cpp717 oldEntry = X86PagingMethod64Bit::TestAndSetTableEntry(
806 if (X86PagingMethod64Bit::TestAndSetTableEntry(entry, 0, oldEntry)

Completed in 93 milliseconds