Searched refs:am_obj (Results 1 – 3 of 3) sorted by relevance
514 vm_object_deallocate(mem->am_obj); in agp_generic_free_memory()541 VM_OBJECT_WLOCK(mem->am_obj); in agp_generic_bind_memory()554 VM_OBJECT_WUNLOCK(mem->am_obj); in agp_generic_bind_memory()561 VM_OBJECT_WLOCK(mem->am_obj); in agp_generic_bind_memory()570 VM_OBJECT_WLOCK(mem->am_obj); in agp_generic_bind_memory()598 VM_OBJECT_WUNLOCK(mem->am_obj); in agp_generic_bind_memory()613 VM_OBJECT_ASSERT_WLOCKED(mem->am_obj); in agp_generic_bind_memory()620 VM_OBJECT_WUNLOCK(mem->am_obj); in agp_generic_bind_memory()649 VM_OBJECT_WLOCK(mem->am_obj); in agp_generic_unbind_memory()651 m = vm_page_lookup(mem->am_obj, atop(i)); in agp_generic_unbind_memory()[all …]
60 struct vm_object *am_obj; /* VM object owning pages */ member
1747 mem->am_obj = vm_object_allocate(OBJT_DEFAULT, in agp_i810_alloc_memory()1750 mem->am_obj = 0; in agp_i810_alloc_memory()1758 VM_OBJECT_WLOCK(mem->am_obj); in agp_i810_alloc_memory()1759 m = vm_page_grab(mem->am_obj, 0, VM_ALLOC_NOBUSY | in agp_i810_alloc_memory()1761 VM_OBJECT_WUNLOCK(mem->am_obj); in agp_i810_alloc_memory()1796 VM_OBJECT_WLOCK(mem->am_obj); in agp_i810_free_memory()1797 m = vm_page_lookup(mem->am_obj, 0); in agp_i810_free_memory()1799 VM_OBJECT_WUNLOCK(mem->am_obj); in agp_i810_free_memory()1808 if (mem->am_obj) in agp_i810_free_memory()1809 vm_object_deallocate(mem->am_obj); in agp_i810_free_memory()