| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| H A D | qxl_object.h | 68 static inline int qxl_bo_wait(struct qxl_bo *bo, u32 *mem_type, argument
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_object.h | 42 static inline unsigned radeon_mem_type_to_domain(u32 mem_type) argument
|
| H A D | radeon_object.c | 862 int radeon_bo_wait(struct radeon_bo *bo, u32 *mem_type, boo argument 60 radeon_update_memory_usage(struct radeon_bo * bo,unsigned mem_type,int sign) argument [all...] |
| H A D | radeon_ni.c | 647 u32 mem_type, running, blackout = 0; local in function:ni_mc_load_microcode
|
| /src/sys/dev/pci/ |
| H A D | if_ath_pci.c | 159 pcireg_t mem_type; local in function:ath_pci_attach
|
| H A D | isp_pci.c | 490 pcireg_t mem_type; local in function:isp_pci_attach
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| H A D | intel_memory_region.c | 27 intel_memory_region_by_type(struct drm_i915_private * i915,enum intel_memory_type mem_type) argument
|
| H A D | i915_gem.c | 258 enum intel_memory_type mem_type; local in function:i915_gem_dumb_create
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| H A D | amdgpu_atombios.h | 89 u8 mem_type; member in struct:atom_memory_info
|
| H A D | amdgpu_atomfirmware.c | 191 u8 mem_type; local in function:amdgpu_atomfirmware_get_vram_info
|
| H A D | amdgpu_object.h | 130 static inline unsigned amdgpu_mem_type_to_domain(u32 mem_type) argument
|
| H A D | amdgpu_object.c | 919 uint32_t mem_type = bo->tbo.mem.mem_type; local in function:amdgpu_bo_pin_restricted [all...] |
| H A D | amdgpu_vm.c | 1845 uint32_t mem_type = bo->tbo.mem.mem_type; local in function:amdgpu_vm_bo_update
|
| /src/sys/external/bsd/drm2/dist/include/drm/ttm/ |
| H A D | ttm_bo_api.h | 116 uint32_t mem_type; member in struct:ttm_mem_reg
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_posix.cc | 45 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { argument 68 void *MmapOrDieOnFatalError(uptr size, const char *mem_type) { argument 106 void *MmapNoReserveOrDie(uptr size, const char *mem_type) { argument 131 char mem_type[40]; local in function:__sanitizer::MmapFixedImpl 86 MmapAlignedOrDieOnFatalError(uptr size,uptr alignment,const char * mem_type) argument [all...] |
| H A D | sanitizer_common.cc | 37 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, argument
|
| H A D | sanitizer_rtems.cc | 148 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { argument 158 void *MmapOrDieOnFatalError(uptr size, const char *mem_type) { argument 184 void *MmapNoReserveOrDie(uptr size, const char *mem_type) { argument 171 MmapAlignedOrDieOnFatalError(uptr size,uptr alignment,const char * mem_type) argument
|
| H A D | sanitizer_fuchsia.cc | 160 static void *DoAnonymousMmapOrDie(uptr size, const char *mem_type, argument 194 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { argument 198 void *MmapNoReserveOrDie(uptr size, const char *mem_type) { argument 202 void *MmapOrDieOnFatalError(uptr size, const char *mem_type) { argument 306 MmapAlignedOrDieOnFatalError(uptr size,uptr alignment,const char * mem_type) argument [all...] |
| /src/sys/stand/efiboot/ |
| H A D | boot.c | 361 const char *mem_type = "<unknown>"; local in function:command_mem
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
| H A D | hvm_op.h | 159 uint16_t mem_type; member in struct:xen_hvm_get_mem_type
|
| H A D | dm_op.h | 292 uint16_t mem_type; member in struct:xen_dm_op_set_mem_type
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| H A D | vmwgfx_ttm_buffer.c | 249 int mem_type; member in struct:vmw_ttm_tt
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| H A D | kfd_topology.c | 330 static struct kobj_type mem_type = { variable in typeref:struct:kobj_type
|
| /src/sys/external/bsd/drm2/dist/drm/ttm/ |
| H A D | ttm_bo.c | 124 int i, ret, mem_type; local in function:ttm_bo_mem_space_debug 91 ttm_mem_type_from_place(const struct ttm_place * place,uint32_t * mem_type) argument 104 ttm_mem_type_debug(struct ttm_bo_device * bdev,struct drm_printer * p,int mem_type) argument 851 ttm_mem_evict_first(struct ttm_bo_device * bdev,uint32_t mem_type,const struct ttm_place * place,struct ttm_operation_ctx * ctx,struct ww_acquire_ctx * ticket) argument 1019 ttm_bo_mt_compatible(struct ttm_mem_type_manager * man,uint32_t mem_type,const struct ttm_place * place,uint32_t * masked_placement) argument 1055 uint32_t mem_type = TTM_PL_SYSTEM; local in function:ttm_bo_mem_placement 1497 ttm_bo_force_list_clean(struct ttm_bo_device * bdev,unsigned mem_type) argument 1542 ttm_bo_clean_mm(struct ttm_bo_device * bdev,unsigned mem_type) argument 1580 ttm_bo_evict_mm(struct ttm_bo_device * bdev,unsigned mem_type) argument [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
| H A D | kvmgt.c | 865 u32 mem_type; local in function:intel_vgpu_get_bar_addr
|