Searched refs:B_APERTURE_NEED_PHYSICAL (Results 1 – 4 of 4) sorted by relevance
/haiku/src/tests/add-ons/kernel/bus_managers/agp_gart/ |
H A D | gart_tester.cpp | 158 flags & B_APERTURE_NEED_PHYSICAL ? ", need-physical" in allocate() 186 allocate(aperture, 1 * B_PAGE_SIZE, 0, B_APERTURE_NEED_PHYSICAL, base[2], in test_gart()
|
/haiku/headers/private/graphics/ |
H A D | AGP.h | 37 B_APERTURE_NEED_PHYSICAL = 0x02, enumerator
|
/haiku/src/add-ons/kernel/bus_managers/agp_gart/ |
H A D | agp_gart.cpp | 537 if ((flags & B_APERTURE_NEED_PHYSICAL) != 0) { in AllocateMemory() 592 size, B_FULL_LOCK | ((flags & B_APERTURE_NEED_PHYSICAL) != 0 in AllocateMemory() 678 if ((memory->flags & B_APERTURE_NEED_PHYSICAL) != 0) in BindMemory() 717 if ((memory->flags & B_APERTURE_NEED_PHYSICAL) != 0) { in _Free() 781 if ((flags & (B_APERTURE_NON_RESERVED | B_APERTURE_NEED_PHYSICAL)) != 0) in _Insert() 1056 if (_physicalBase != NULL && (flags & B_APERTURE_NEED_PHYSICAL) != 0) { in allocate_memory()
|
/haiku/src/add-ons/kernel/drivers/graphics/intel_extreme/ |
H A D | intel_extreme.cpp | 826 ? B_APERTURE_NEED_PHYSICAL : 0, in intel_extreme_init() 845 if (intel_allocate_memory(info, B_PAGE_SIZE, 0, B_APERTURE_NEED_PHYSICAL, in intel_extreme_init() 851 intel_allocate_memory(info, B_PAGE_SIZE, 0, B_APERTURE_NEED_PHYSICAL, in intel_extreme_init()
|