Searched refs:apertureBase (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/graphics/
H A DAGP.h63 status_t (*free_memory)(aperture_id id, addr_t apertureBase);
66 status_t (*unreserve_aperture)(aperture_id id, addr_t apertureBase);
70 status_t (*unbind_aperture)(aperture_id id, addr_t apertureBase);
/haiku/src/tests/add-ons/kernel/bus_managers/agp_gart/
H A Dgart_tester.cpp173 addr_t apertureBase; local
174 aperture_id aperture = sGART->map_aperture(0, 0, 0, 0, &apertureBase);
175 printf("Map Aperture: %ld, base %lx\n", aperture, apertureBase);
/haiku/src/add-ons/kernel/bus_managers/agp_gart/
H A Dagp_gart.cpp1106 unreserve_aperture(aperture_id id, addr_t apertureBase) argument

Completed in 40 milliseconds