Home
last modified time | relevance | path

Searched refs:agp_bind_memory (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/sys/modules/agp/
H A DMakefile30 agp_bind_memory \
/freebsd-12.1/sys/dev/agp/
H A Dagpvar.h113 int agp_bind_memory(device_t dev, void *handle, vm_offset_t offset);
H A Dagp_sis.c277 DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
H A Dagp_ali.c257 DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
H A Dagp_apple.c282 DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
H A Dagp_intel.c423 DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
H A Dagp_via.c412 DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
H A Dagp_ati.c370 DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
H A Dagp_amd.c396 DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
H A Dagp_amd64.c500 DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
H A Dagp_nvidia.c445 DEVMETHOD(agp_bind_memory, agp_generic_bind_memory),
H A Dagp.c965 int agp_bind_memory(device_t dev, void *handle, vm_offset_t offset) in agp_bind_memory() function
H A Dagp_i810.c1917 DEVMETHOD(agp_bind_memory, agp_i810_bind_memory),
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_memory.c77 return -agp_bind_memory(agpdev, handle, start * PAGE_SIZE); in drm_bind_agp()
H A Ddrm_agpsupport.c456 ret = agp_bind_memory(mem, gtt_offset / PAGE_SIZE); in drm_agp_bind_pages()
/freebsd-12.1/sys/dev/drm/
H A Ddrm_agpsupport.c422 return agp_bind_memory(agpdev, handle, start * PAGE_SIZE); in drm_agp_bind_memory()