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

/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingStructures64Bit.cpp7 #include "paging/64bit/X86PagingStructures64Bit.h"
19 X86PagingStructures64Bit::X86PagingStructures64Bit() function in class:X86PagingStructures64Bit
26 X86PagingStructures64Bit::~X86PagingStructures64Bit()
34 X86PagingStructures64Bit::Init(uint64* virtualPMLTop,
43 X86PagingStructures64Bit::Delete()
H A DX86PagingStructures64Bit.h13 struct X86PagingStructures64Bit final : X86PagingStructures {
14 X86PagingStructures64Bit();
15 virtual ~X86PagingStructures64Bit();
H A DX86VMTranslationMap64Bit.h13 struct X86PagingStructures64Bit;
61 inline X86PagingStructures64Bit* PagingStructures64Bit() const
65 X86PagingStructures64Bit* fPagingStructures;
H A DX86VMTranslationMap64Bit.cpp24 #include "paging/64bit/X86PagingStructures64Bit.h"
123 fPagingStructures = new(std::nothrow) X86PagingStructures64Bit;

Completed in 31 milliseconds