Searched refs:_EarlyQuery (Results 1 - 12 of 12) sorted by relevance

/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingMethod32Bit.h88 static status_t _EarlyQuery(addr_t virtualAddress,
H A DX86PagingMethod32Bit.cpp563 _EarlyQuery(virtualTable, &physicalTable);
575 X86PagingMethod32Bit::_EarlyQuery(addr_t virtualAddress, function in class:X86PagingMethod32Bit
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingMethod040.h97 static status_t _EarlyQuery(addr_t virtualAddress,
H A DM68KPagingMethod040.cpp691 _EarlyQuery(virtualTable, &physicalTable);
704 M68KPagingMethod040::_EarlyQuery(addr_t virtualAddress, function in class:M68KPagingMethod040
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingMethod460.h107 static status_t _EarlyQuery(addr_t virtualAddress,
H A DPPCPagingMethod460.cpp392 _EarlyQuery(virtualTable, &physicalTable);
404 PPCPagingMethod460::_EarlyQuery(addr_t virtualAddress,
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingMethodClassic.h107 static status_t _EarlyQuery(addr_t virtualAddress,
H A DPPCPagingMethodClassic.cpp392 _EarlyQuery(virtualTable, &physicalTable);
404 PPCPagingMethodClassic::_EarlyQuery(addr_t virtualAddress,
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86PagingMethodPAE.h102 bool _EarlyQuery(addr_t virtualAddress,
H A DX86PagingMethodPAE.cpp422 method->_EarlyQuery((addr_t)pageTable, &physicalTable);
917 X86PagingMethodPAE::_EarlyQuery(addr_t virtualAddress, function in class:X86PagingMethodPAE
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingMethod32Bit.cpp541 _EarlyQuery(virtualTable, &physicalTable);
553 ARMPagingMethod32Bit::_EarlyQuery(addr_t virtualAddress, function in class:ARMPagingMethod32Bit
H A DARMPagingMethod32Bit.h93 static status_t _EarlyQuery(addr_t virtualAddress,

Completed in 143 milliseconds