Home
last modified time | relevance | path

Searched refs:map_mode (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c431 vsgt->mode = dev_priv->map_mode; in vmw_ttm_map_dma()
437 switch (dev_priv->map_mode) { in vmw_ttm_map_dma()
512 switch (dev_priv->map_mode) { in vmw_ttm_unmap_dma()
634 if (vmw_be->dev_priv->map_mode == vmw_dma_map_bind) in vmw_ttm_unbind()
647 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_destroy()
670 if (dev_priv->map_mode == vmw_dma_alloc_coherent) { in vmw_ttm_populate()
701 if (dev_priv->map_mode == vmw_dma_alloc_coherent) { in vmw_ttm_unpopulate()
731 if (vmw_be->dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_ttm_tt_create()
H A Dvmwgfx_drv.c588 dev_priv->map_mode = vmw_dma_alloc_coherent; in vmw_dma_select_mode()
590 dev_priv->map_mode = vmw_dma_map_bind; in vmw_dma_select_mode()
592 dev_priv->map_mode = vmw_dma_map_populate; in vmw_dma_select_mode()
595 (dev_priv->map_mode == vmw_dma_alloc_coherent)) in vmw_dma_select_mode()
598 DRM_INFO("DMA map mode: %s\n", names[dev_priv->map_mode]); in vmw_dma_select_mode()
620 if (dev_priv->map_mode != vmw_dma_phys && in vmw_dma_masks()
H A Dvmwgfx_bo.c452 if (dev_priv->map_mode == vmw_dma_alloc_coherent) in vmw_bo_acc_size()
H A Dvmwgfx_drv.h627 enum vmw_dma_map_mode map_mode; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm-builtins.c2969 arm_expand_builtin_args (rtx target, machine_mode map_mode, int fcode, in arm_expand_builtin_args() argument
3009 other_mode, map_mode); in arm_expand_builtin_args()
3015 map_mode); in arm_expand_builtin_args()
3042 GET_MODE_NUNITS (map_mode), exp); in arm_expand_builtin_args()
3045 GEN_INT (NEON_ENDIAN_LANE_N (map_mode, INTVAL (op[argc]))); in arm_expand_builtin_args()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm-builtins.cc2928 arm_expand_builtin_args (rtx target, machine_mode map_mode, int fcode, in arm_expand_builtin_args() argument
2968 other_mode, map_mode); in arm_expand_builtin_args()
2974 map_mode); in arm_expand_builtin_args()
3007 GET_MODE_NUNITS (map_mode), exp); in arm_expand_builtin_args()
3010 GEN_INT (NEON_ENDIAN_LANE_N (map_mode, INTVAL (op[argc]))); in arm_expand_builtin_args()