Home
last modified time | relevance | path

Searched refs:mappable_size (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/
Di915_vgpu.c259 unsigned long mappable_base, mappable_size, mappable_end; in intel_vgt_balloon() local
268 mappable_size = in intel_vgt_balloon()
275 mappable_end = mappable_base + mappable_size; in intel_vgt_balloon()
281 mappable_base, mappable_size / 1024); in intel_vgt_balloon()
/linux-6.12.1/drivers/accel/habanalabs/common/
Dmemory_mgr.c254 if (user_mem_size != ALIGN(buf->mappable_size, PAGE_SIZE)) {
257 buf->behavior->topic, user_mem_size, buf->mappable_size);
296 buf->real_mapped_size = buf->mappable_size;
Dcommand_buffer.c220 cb->buf->mappable_size = cb->size; in hl_cb_mmap_mem_alloc()
Dmemory.c2134 buf->mappable_size = size; in hl_ts_alloc_buf()
Dhabanalabs.h958 u64 mappable_size; member