Searched refs:low_address (Results 1 - 8 of 8) sorted by relevance

/haiku/src/libs/compat/freebsd_network/
H A Dmalloc.cpp67 physicalRestrictions.low_address = low;
/haiku/src/system/kernel/device_manager/
H A Ddma_resources.cpp146 restrictions.low_address = value64;
195 fRestrictions.low_address, fRestrictions.high_address,
251 physicalRestrictions.low_address = fRestrictions.low_address;
580 if (base < fRestrictions.low_address) {
581 useBounceBufferSize = fRestrictions.low_address - base;
771 || fRestrictions.low_address != 0
H A Ddma_resources.h25 generic_addr_t low_address; member in struct:dma_restrictions
/haiku/headers/private/kernel/vm/
H A Dvm_types.h52 phys_addr_t low_address; member in struct:physical_address_restrictions
/haiku/src/system/kernel/debug/
H A Dtracing.cpp502 physicalRestrictions.low_address = metaDataAddress;
573 physicalRestrictions.low_address = fPhysicalAddress;
/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp120 restrictions.low_address, restrictions.high_address,
/haiku/src/system/kernel/vm/
H A Dvm.cpp1517 if (physicalAddressRestrictions->low_address != 0
1569 && physicalAddressRestrictions->low_address == 0
H A Dvm_page.cpp3853 to allocate, including \c low_address, the first acceptable physical
3871 = std::max(restrictions->low_address / B_PAGE_SIZE, sPhysicalPageOffset)

Completed in 139 milliseconds