Lines Matching defs:bo
76 struct bochs_bo *bo; in bochs_bo_ttm_destroy() local
83 static bool bochs_ttm_bo_is_bochs_bo(struct ttm_buffer_object *bo) in bochs_ttm_bo_is_bochs_bo()
115 bochs_bo_evict_flags(struct ttm_buffer_object *bo, struct ttm_placement *pl) in bochs_bo_evict_flags()
126 static int bochs_bo_verify_access(struct ttm_buffer_object *bo, in bochs_bo_verify_access()
168 static int bochs_bo_move(struct ttm_buffer_object *bo, in bochs_bo_move()
258 static void bochs_ttm_placement(struct bochs_bo *bo, int domain) in bochs_ttm_placement()
285 static inline u64 bochs_bo_gpu_offset(struct bochs_bo *bo) in bochs_bo_gpu_offset()
290 int bochs_bo_pin(struct bochs_bo *bo, u32 pl_flag, u64 *gpu_addr) in bochs_bo_pin()
314 int bochs_bo_unpin(struct bochs_bo *bo) in bochs_bo_unpin()
434 static void bochs_bo_unref(struct bochs_bo **bo) in bochs_bo_unref()
458 struct bochs_bo *bo; in bochs_dumb_mmap_offset() local