Home
last modified time | relevance | path

Searched defs:mem_type (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/sys/external/bsd/drm2/dist/drm/ttm/
Dttm_bo.c92 uint32_t *mem_type) in ttm_mem_type_from_place()
105 int mem_type) in ttm_mem_type_debug()
124 int i, ret, mem_type; in ttm_bo_mem_space_debug() local
852 uint32_t mem_type, in ttm_mem_evict_first()
1020 uint32_t mem_type, in ttm_bo_mt_compatible()
1055 uint32_t mem_type = TTM_PL_SYSTEM; in ttm_bo_mem_placement() local
1498 unsigned mem_type) in ttm_bo_force_list_clean()
1542 int ttm_bo_clean_mm(struct ttm_bo_device *bdev, unsigned mem_type) in ttm_bo_clean_mm()
1580 int ttm_bo_evict_mm(struct ttm_bo_device *bdev, unsigned mem_type) in ttm_bo_evict_mm()
/netbsd/src/sys/dev/pci/
Dif_ath_pci.c159 pcireg_t mem_type; in ath_pci_attach() local
Disp_pci.c490 pcireg_t mem_type; in isp_pci_attach() local
/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Dintel_memory_region.c28 enum intel_memory_type mem_type) in intel_memory_region_by_type()
Di915_gem.c258 enum intel_memory_type mem_type; in i915_gem_dumb_create() local
/netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/
Ds390-c.cc500 tree mem_type = build_aligned_type (return_type, in s390_expand_overloaded_builtin() local
513 tree mem_type = build_aligned_type (TREE_TYPE((*arglist)[0]), in s390_expand_overloaded_builtin() local
/netbsd/src/sys/external/bsd/drm2/dist/include/drm/ttm/
Dttm_bo_api.h116 uint32_t mem_type; member
/netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
Dvmwgfx_ttm_buffer.c249 int mem_type; member
/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativeMIPS_common.c1898 # define mem_type WORD_DATA in sljit_emit_op_flags() macro
1900 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
DsljitNativeTILEGX_64.c2091 sljit_s32 mem_type = (op & SLJIT_I32_OP) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
/netbsd/src/sys/external/bsd/drm/dist/shared-core/
Ddrm.h954 unsigned int mem_type; member
962 unsigned int mem_type; member
968 unsigned int mem_type; member
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-loop-ivopts.cc407 tree mem_type; /* The memory type to use when testing whether an member
1527 gimple *stmt, enum use_type type, tree mem_type, in record_use()
1598 tree mem_type) in record_group_use()
2470 tree mem_type = NULL_TREE; in find_address_like_use() local
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dmethod.cc2300 tree mem_type, argtype, rval; in walk_field_subobs() local
/netbsd/src/sys/dev/pci/cxgb/
Dcxgb_t3_hw.c3254 static int mc7_init(struct mc7 *mc7, unsigned int mc7_clock, int mem_type) in mc7_init()