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

/haiku/src/tests/system/kernel/device_manager/
H A Ddma_resource_test.cpp314 if (fSuite.IsContiguous() || (fFlags & B_PHYSICAL_IO_REQUEST) != 0
317 = ((fFlags & B_PHYSICAL_IO_REQUEST) == 0
360 if ((fFlags & B_PHYSICAL_IO_REQUEST) != 0) {
374 if ((fFlags & B_PHYSICAL_IO_REQUEST) != 0) {
807 suite.AddTest(0, 1024, false, B_PHYSICAL_IO_REQUEST)
812 suite.AddTest(0, 2559, true, B_PHYSICAL_IO_REQUEST)
818 suite.AddTest(0, 51, true, B_PHYSICAL_IO_REQUEST)
823 suite.AddTest(32, 51, true, B_PHYSICAL_IO_REQUEST)
886 suite.AddTest(0, 2560, false, B_PHYSICAL_IO_REQUEST)
/haiku/src/system/kernel/cache/
H A Dvnode_store.cpp73 if ((flags & B_PHYSICAL_IO_REQUEST) != 0)
H A Dfile_cache.cpp183 fSize, B_PHYSICAL_IO_REQUEST, this);
411 vecCount, B_PHYSICAL_IO_REQUEST, &numBytes);
545 B_PHYSICAL_IO_REQUEST, &bytesRead);
569 &readVec, 1, B_PHYSICAL_IO_REQUEST, &bytesRead);
607 vecCount, B_PHYSICAL_IO_REQUEST, &numBytes);
655 vecs, count, B_PHYSICAL_IO_REQUEST, &length);
/haiku/src/system/kernel/device_manager/
H A DIORequest.h23 #define B_PHYSICAL_IO_REQUEST 0x01 /* buffer points to physical memory */ macro
H A DIOCache.cpp559 B_PHYSICAL_IO_REQUEST | (isVIP ? B_VIP_IO_REQUEST : 0));
H A DIORequest.cpp129 fPhysical = (flags & B_PHYSICAL_IO_REQUEST) != 0;
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp2196 flags | B_PHYSICAL_IO_REQUEST, this);
2200 flags | B_PHYSICAL_IO_REQUEST, &writeLength);
H A Dvm.cpp4776 B_PHYSICAL_IO_REQUEST, &bytesRead);

Completed in 143 milliseconds