Lines Matching refs:bochs_bo
10 static void bochs_ttm_placement(struct bochs_bo *bo, int domain);
76 struct bochs_bo *bo; in bochs_bo_ttm_destroy()
78 bo = container_of(tbo, struct bochs_bo, bo); in bochs_bo_ttm_destroy()
117 struct bochs_bo *bochsbo = bochs_bo(bo); in bochs_bo_evict_flags()
129 struct bochs_bo *bochsbo = bochs_bo(bo); in bochs_bo_verify_access()
252 static void bochs_ttm_placement(struct bochs_bo *bo, int domain) in bochs_ttm_placement()
279 static inline u64 bochs_bo_gpu_offset(struct bochs_bo *bo) in bochs_bo_gpu_offset()
284 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr) in bochs_bo_pin()
308 int bochs_bo_unpin(struct bochs_bo *bo) in bochs_bo_unpin()
346 uint32_t flags, struct bochs_bo **pbochsbo) in bochs_bo_create()
349 struct bochs_bo *bochsbo; in bochs_bo_create()
353 bochsbo = kzalloc(sizeof(struct bochs_bo), GFP_KERNEL); in bochs_bo_create()
369 sizeof(struct bochs_bo)); in bochs_bo_create()
385 struct bochs_bo *bochsbo; in bochs_gem_create()
428 static void bochs_bo_unref(struct bochs_bo **bo) in bochs_bo_unref()
442 struct bochs_bo *bochs_bo = gem_to_bochs_bo(obj); in bochs_gem_free_object() local
444 bochs_bo_unref(&bochs_bo); in bochs_gem_free_object()
451 struct bochs_bo *bo; in bochs_dumb_mmap_offset()