Home
last modified time | relevance | path

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 Dgart_tester.cpp158 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 DAGP.h37 B_APERTURE_NEED_PHYSICAL = 0x02, enumerator
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp537 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 Dintel_extreme.cpp826 ? 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()