Home
last modified time | relevance | path

Searched refs:am_is_bound (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/dev/agp/
Dagp.c498 mem->am_is_bound = 0; in agp_generic_alloc_memory()
510 if (mem->am_is_bound) in agp_generic_free_memory()
559 if (mem->am_is_bound) { in agp_generic_bind_memory()
607 mem->am_is_bound = 1; in agp_generic_bind_memory()
637 if (!mem->am_is_bound) { in agp_generic_unbind_memory()
663 mem->am_is_bound = 0; in agp_generic_unbind_memory()
826 if (mem->am_is_bound) in agp_close()
985 mi->ami_is_bound = mem->am_is_bound; in agp_memory_info()
Dagppriv.h63 int am_is_bound; /* non-zero if bound */ member
Dagp_i810.c1773 mem->am_is_bound = 0; in agp_i810_alloc_memory()
1786 if (mem->am_is_bound) in agp_i810_free_memory()
1833 if (mem->am_is_bound) { in agp_i810_bind_memory()
1843 mem->am_is_bound = 1; in agp_i810_bind_memory()
1873 if (!mem->am_is_bound) { in agp_i810_unbind_memory()
1882 mem->am_is_bound = 0; in agp_i810_unbind_memory()