Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/drm2/ttm/
H A Dttm_bo.c48 static inline int ttm_mem_type_from_flags(uint32_t flags, uint32_t *mem_type) in ttm_mem_type_from_flags()
60 static void ttm_mem_type_debug(struct ttm_bo_device *bdev, int mem_type) in ttm_mem_type_debug()
78 int i, ret, mem_type; in ttm_bo_mem_space_debug() local
859 uint32_t mem_type, in ttm_mem_evict_first()
918 uint32_t mem_type, in ttm_bo_mem_force_space()
971 uint32_t mem_type, in ttm_bo_mt_compatible()
1005 uint32_t mem_type = TTM_PL_SYSTEM; in ttm_bo_mem_space() local
1361 unsigned mem_type, bool allow_errors) in ttm_bo_force_list_clean()
1388 int ttm_bo_clean_mm(struct ttm_bo_device *bdev, unsigned mem_type) in ttm_bo_clean_mm()
1418 int ttm_bo_evict_mm(struct ttm_bo_device *bdev, unsigned mem_type) in ttm_bo_evict_mm()
H A Dttm_bo_api.h106 uint32_t mem_type; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp46 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() argument
66 void *MmapOrDieOnFatalError(uptr size, const char *mem_type) { in MmapOrDieOnFatalError() argument
84 const char *mem_type) { in MmapAlignedOrDieOnFatalError() argument
111 void *MmapNoReserveOrDie(uptr size, const char *mem_type) { in MmapNoReserveOrDie() argument
132 char mem_type[40]; MmapFixedImpl() local
[all...]
H A Dsanitizer_fuchsia.cpp186 static void *DoAnonymousMmapOrDie(uptr size, const char *mem_type, in DoAnonymousMmapOrDie() argument
218 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() argument
222 void *MmapNoReserveOrDie(uptr size, const char *mem_type) { in MmapNoReserveOrDie() argument
226 void *MmapOrDieOnFatalError(uptr size, const char *mem_type) { in MmapOrDieOnFatalError() argument
354 MmapAlignedOrDieOnFatalError(uptr size,uptr alignment,const char * mem_type) MmapAlignedOrDieOnFatalError() argument
[all...]
H A Dsanitizer_win.cpp139 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie() argument
175 return ReturnNullptrOnOOMOrDie(size, mem_type, "allocate"); in MmapOrDieOnFatalError() argument
167 ReturnNullptrOnOOMOrDie(uptr size,const char * mem_type,const char * mmap_type) ReturnNullptrOnOOMOrDie() argument
184 MmapAlignedOrDieOnFatalError(uptr size,uptr alignment,const char * mem_type) MmapAlignedOrDieOnFatalError() argument
281 char mem_type[30]; MmapFixedOrDie() local
313 char mem_type[30]; MmapFixedOrDieOnFatalError() local
321 MmapNoReserveOrDie(uptr size,const char * mem_type) MmapNoReserveOrDie() argument
[all...]
H A Dsanitizer_common.cpp38 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie() argument
H A Dsanitizer_stack_store.cpp100 void *StackStore::Map(uptr size, const char *mem_type) { in Map()
H A Dsanitizer_common.h94 MmapOrDieQuietly(uptr size,const char * mem_type) MmapOrDieQuietly() argument
/freebsd-src/sys/dev/ixl/
H A Di40e_hmc.c57 enum i40e_memory_type mem_type; in i40e_add_sd_table_entry() local
/freebsd-src/sys/contrib/xen/hvm/
H A Ddm_op.h299 uint16_t mem_type; member
H A Dhvm_op.h178 uint16_t mem_type; member
/freebsd-src/sys/contrib/dev/athk/ath10k/
H A Dqmi_wlfw_v01.h482 u32 mem_type; member
501 u32 mem_type; member
/freebsd-src/sys/contrib/rdma/krping/
H A Dkrping.c77 enum mem_type { enum
/freebsd-src/sys/dev/cxgbe/cudbg/
H A Dcudbg_lib.c2462 static int get_payload_range(struct adapter *padap, u8 mem_type, in get_payload_range()
2546 struct cudbg_buffer *dbg_buff, u8 mem_type, in read_fw_mem()
/freebsd-src/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c3950 static int mc7_init(struct mc7 *mc7, unsigned int mc7_clock, int mem_type) in mc7_init()
/freebsd-src/sys/dev/smartpqi/
H A Dsmartpqi_structures.h668 uint8_t mem_type : 1; member