Home
last modified time | relevance | path

Searched defs:vbo (Results 1 – 24 of 24) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c55 bool vmw_bo_is_dirty(struct vmw_bo *vbo) in vmw_bo_is_dirty() argument
68 static void vmw_bo_dirty_scan_pagetable(struct vmw_bo *vbo) in vmw_bo_dirty_scan_pagetable() argument
106 vmw_bo_dirty_scan_mkwrite(struct vmw_bo * vbo) vmw_bo_dirty_scan_mkwrite() argument
149 vmw_bo_dirty_scan(struct vmw_bo * vbo) vmw_bo_dirty_scan() argument
170 vmw_bo_dirty_pre_unmap(struct vmw_bo * vbo,pgoff_t start,pgoff_t end) vmw_bo_dirty_pre_unmap() argument
195 vmw_bo_dirty_unmap(struct vmw_bo * vbo,pgoff_t start,pgoff_t end) vmw_bo_dirty_unmap() argument
216 vmw_bo_dirty_add(struct vmw_bo * vbo) vmw_bo_dirty_add() argument
273 vmw_bo_dirty_release(struct vmw_bo * vbo) vmw_bo_dirty_release() argument
295 struct vmw_bo *vbo = res->guest_memory_bo; vmw_bo_dirty_transfer_to_res() local
330 vmw_bo_dirty_clear(struct vmw_bo * vbo) vmw_bo_dirty_clear() argument
377 struct vmw_bo *vbo = res->guest_memory_bo; vmw_bo_dirty_clear_res() local
404 struct vmw_bo *vbo = to_vmw_bo(&bo->base); vmw_bo_vm_mkwrite() local
442 struct vmw_bo *vbo = to_vmw_bo(&bo->base); vmw_bo_vm_fault() local
[all...]
H A Dvmwgfx_bo.c35 static void vmw_bo_release(struct vmw_bo *vbo) in vmw_bo_release() argument
75 struct vmw_bo *vbo = to_vmw_bo(&bo->base); vmw_bo_free() local
303 vmw_bo_pin_reserved(struct vmw_bo * vbo,bool pin) vmw_bo_pin_reserved() argument
351 vmw_bo_map_and_cache(struct vmw_bo * vbo) vmw_bo_map_and_cache() argument
356 vmw_bo_map_and_cache_size(struct vmw_bo * vbo,size_t size) vmw_bo_map_and_cache_size() argument
386 vmw_bo_unmap(struct vmw_bo * vbo) vmw_bo_unmap() argument
570 struct vmw_bo *vbo; vmw_user_bo_synccpu_ioctl() local
724 struct vmw_bo *vbo = to_vmw_bo(&bo->base); vmw_bo_move_notify() local
853 vmw_bo_add_detached_resource(struct vmw_bo * vbo,struct vmw_resource * res) vmw_bo_add_detached_resource() argument
858 vmw_bo_del_detached_resource(struct vmw_bo * vbo,struct vmw_resource * res) vmw_bo_del_detached_resource() argument
863 vmw_bo_surface(struct vmw_bo * vbo) vmw_bo_surface() argument
893 vmw_bo_mobid(struct vmw_bo * vbo) vmw_bo_mobid() argument
[all...]
H A Dvmwgfx_validation.c158 struct vmw_bo *vbo) in vmw_validation_find_bo_dup() argument
247 struct vmw_bo *vbo) in vmw_validation_add_bo() argument
382 vmw_validation_res_switch_backup(struct vmw_validation_context * ctx,void * val_private,struct vmw_bo * vbo,unsigned long guest_memory_offset) vmw_validation_res_switch_backup() argument
423 struct vmw_bo *vbo = res->guest_memory_bo; vmw_validation_res_reserve() local
497 struct vmw_bo *vbo = to_vmw_bo(&bo->base); vmw_validation_bo_validate_single() local
538 struct vmw_bo *vbo = to_vmw_bo(&entry->base.bo->base); vmw_validation_bo_validate() local
600 struct vmw_bo *vbo = res->guest_memory_bo; vmw_validation_res_validate() local
838 struct vmw_bo *vbo = to_vmw_bo(&entry->base.bo->base); vmw_validation_bo_backoff() local
[all...]
H A Dvmwgfx_bo.h157 static inline void vmw_bo_prio_adjust(struct vmw_bo *vbo) in vmw_bo_prio_adjust() argument
180 vmw_bo_prio_add(struct vmw_bo * vbo,int prio) vmw_bo_prio_add() argument
195 vmw_bo_prio_del(struct vmw_bo * vbo,int prio) vmw_bo_prio_del() argument
216 vmw_user_bo_ref(struct vmw_bo * vbo) vmw_user_bo_ref() argument
[all...]
H A Dvmwgfx_gem.c56 struct vmw_bo *vbo = to_vmw_bo(obj); in vmw_gem_object_pin() local
65 struct vmw_bo *vbo = to_vmw_bo(obj); in vmw_gem_object_unpin() local
188 struct vmw_bo *vbo; in vmw_prime_import_sg_table() local
223 struct vmw_bo *vbo; in vmw_gem_object_create_ioctl() local
[all...]
H A Dvmwgfx_resource.c760 void vmw_resource_unbind_list(struct vmw_bo *vbo) in vmw_resource_unbind_list() argument
978 struct vmw_bo *vbo = NULL; in vmw_resource_pin() local
1039 struct vmw_bo *vbo = res->guest_memory_bo; vmw_resource_unpin() local
1100 vmw_resources_clean(struct vmw_bo * vbo,pgoff_t start,pgoff_t end,pgoff_t * num_prefault) vmw_resources_clean() argument
[all...]
H A Dvmwgfx_cursor_plane.c150 static void vmw_cursor_mob_destroy(struct vmw_bo **vbo) in vmw_cursor_mob_destroy() argument
171 struct vmw_bo *vbo = vps->cursor.mob; in vmw_cursor_mob_unmap() local
431 struct vmw_bo *vbo = vps->cursor.mob; vmw_cursor_mob_map() local
[all...]
H A Dvmwgfx_prime.c95 struct vmw_bo *vbo; in vmw_prime_handle_to_fd() local
H A Dvmwgfx_ttm_buffer.c568 struct vmw_bo *vbo; in vmw_bo_create_and_populate() local
H A Dvmwgfx_drv.c377 struct vmw_bo *vbo; in vmw_dummy_query_bo_create() local
H A Dvmwgfx_execbuf.c51 struct vmw_bo *vbo; member
1696 struct vmw_bo *vbo; in vmw_cmd_res_switch_backup() local
H A Dvmwgfx_surface.c2241 struct vmw_bo *vbo = NULL; in vmw_dumb_create() local
/linux/fs/ntfs3/
H A Dfsntfs.c774 u64 vbo; in ntfs_clear_mft_tail() local
1108 u64 vbo, const void *buf, size_t bytes, int sync) in ntfs_sb_write_run() argument
1156 const struct runs_tree *run, u64 vbo) in ntfs_bread_run() argument
1172 ntfs_read_run_nb(struct ntfs_sb_info * sbi,const struct runs_tree * run,u64 vbo,void * buf,u32 bytes,struct ntfs_buffers * nb) ntfs_read_run_nb() argument
1289 ntfs_read_bh(struct ntfs_sb_info * sbi,const struct runs_tree * run,u64 vbo,struct NTFS_RECORD_HEADER * rhdr,u32 bytes,struct ntfs_buffers * nb) ntfs_read_bh() argument
1300 ntfs_get_bh(struct ntfs_sb_info * sbi,const struct runs_tree * run,u64 vbo,u32 bytes,struct ntfs_buffers * nb) ntfs_get_bh() argument
1478 ntfs_bio_pages(struct ntfs_sb_info * sbi,const struct runs_tree * run,struct page ** pages,u32 nr_pages,u64 vbo,u32 bytes,enum req_op op) ntfs_bio_pages() argument
1647 ntfs_vbo_to_lbo(struct ntfs_sb_info * sbi,const struct runs_tree * run,u64 vbo,u64 * lbo,u64 * bytes) ntfs_vbo_to_lbo() argument
[all...]
H A Dattrib.c1247 u64 vbo; in attr_data_read_resident() local
1274 u64 vbo; in attr_data_write_resident() local
1383 u64 vbo[2], off[2], wof_size; attr_wof_frame_info() local
1857 attr_collapse_range(struct ntfs_inode * ni,u64 vbo,u64 bytes) attr_collapse_range() argument
2115 attr_punch_hole(struct ntfs_inode * ni,u64 vbo,u64 bytes,u32 * frame_size) attr_punch_hole() argument
2333 attr_insert_range(struct ntfs_inode * ni,u64 vbo,u64 bytes) attr_insert_range() argument
[all...]
H A Ddir.c355 const struct INDEX_HDR *hdr, u64 vbo, u64 pos, in ntfs_read_hdr() argument
402 u64 vbo; in ntfs_readdir() local
H A Drecord.c121 u64 vbo = (u64)mi->rno << sbi->record_bits; in mi_read() local
420 u64 vbo = (u64)rno << sbi->record_bits; in mi_format_new() local
H A Dfslog.c911 static inline void *alloc_rsttbl_from_idx(struct RESTART_TABLE **tbl, u32 vbo) in alloc_rsttbl_from_idx() argument
1001 u32 vbo; member
1081 u32 vbo = (lsn << log->seq_num_bits) >> (log->seq_num_bits - 3); in lsn_to_vbo() local
1142 static int read_log_page(struct ntfs_log *log, u32 vbo, in read_log_page() argument
1207 u64 vbo; log_read_rst() local
1469 u32 vbo = lsn_to_vbo(log, this_lsn); next_log_lsn() local
1565 check_subseq_log_page(struct ntfs_log * log,const struct RECORD_PAGE_HDR * rp,u32 vbo,u64 seq) check_subseq_log_page() argument
2256 u32 vbo = lsn_to_vbo(log, lsn) & ~log->page_mask; read_log_rec_buf() local
3062 u64 vbo = cbo + tvo; do_action() local
3762 u32 vbo, tail, off, dlen; log_replay() local
[all...]
H A Dbitmap.c508 size_t wpos, wbit, iw, vbo; in wnd_rescan() local
682 size_t vbo; in wnd_map() local
1346 u64 vbo, lbo, bytes; wnd_extend() local
[all...]
H A Dfrecord.c898 u64 vbo; in ni_ins_attr_ext() local
1858 __u64 vbo, __u64 len) in ni_fiemap() argument
2035 u64 frame_vbo, vbo = (u64)index << PAGE_SHIFT; ni_readpage_cmpr() local
2123 u64 vbo; ni_decompress_file() local
[all...]
H A Dindex.c208 size_t data_size, valid_size, vbo, off = bit >> 3; in bmp_buf_get() local
375 size_t vbo = from >> 3; in scan_nres_bitmap() local
940 u64 vbo = (u64)vbn << indx->vbn2vbo_bits; indx_new() local
1044 u64 vbo = (u64)vbn << indx->vbn2vbo_bits; indx_read() local
[all...]
H A Dfile.c198 static int ntfs_zero_range(struct inode *inode, u64 vbo, u64 vbo_to) in ntfs_zero_range() argument
492 static long ntfs_fallocate(struct file *file, int mode, loff_t vbo, loff_t len) in ntfs_fallocate() argument
[all...]
H A Dinode.c564 static noinline int ntfs_get_block_vbo(struct inode *inode, u64 vbo, in ntfs_get_block_vbo() argument
796 loff_t vbo = iocb->ki_pos; ntfs_direct_IO() local
[all...]
/linux/drivers/gpu/drm/imx/ipuv3/
H A Dipuv3-plane.c377 unsigned long eba, ubo, vbo, old_ubo, old_vbo, alpha_eba; in ipu_plane_atomic_check() local
586 unsigned long eba, ubo, vbo; in ipu_plane_atomic_update() local
[all...]
/linux/drivers/gpu/drm/vc4/
H A Dvc4_validate.c891 struct drm_gem_dma_object *vbo = in validate_gl_shader_rec() local