Searched refs:nextAddress (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/arch/x86/disasm/
H A DDisassemblerX86.cpp122 DisassemblerX86::GetPreviousInstruction(target_addr_t nextAddress, argument
125 if (nextAddress < fAddress || nextAddress > fAddress + fCodeSize)
135 if (address + size == nextAddress) {
H A DDisassemblerX86.h30 target_addr_t nextAddress,
/haiku/src/kits/debugger/arch/x86_64/disasm/
H A DDisassemblerX8664.h31 target_addr_t nextAddress,
H A DDisassemblerX8664.cpp133 DisassemblerX8664::GetPreviousInstruction(target_addr_t nextAddress, argument
136 if (nextAddress < fAddress || nextAddress > fAddress + fCodeSize)
146 if (address + size == nextAddress) {
/haiku/src/system/kernel/vm/
H A Dvm.cpp5893 addr_t nextAddress = lockBaseAddress; local
5894 while (nextAddress != lockEndAddress) {
5896 VMArea* area = addressSpace->LookupArea(nextAddress);
5902 addr_t areaStart = nextAddress;
5926 nextAddress = areaEnd;
5936 for (; nextAddress != areaEnd; nextAddress += B_PAGE_SIZE) {
5941 if (map->Query(nextAddress, &physicalAddress, &flags) == B_OK
5957 error = vm_soft_fault(addressSpace, nextAddress, writable,
5978 if (nextAddress
6052 addr_t nextAddress = lockBaseAddress; local
7151 addr_t nextAddress = address; local
[all...]

Completed in 53 milliseconds