Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A 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()
/openbmc/linux/drivers/accel/habanalabs/common/
H A 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;
H A Dcommand_buffer.c220 cb->buf->mappable_size = cb->size; in hl_cb_mmap_mem_alloc()
H A Dmemory.c2117 buf->mappable_size = size; in hl_ts_alloc_buf()
H A Dhabanalabs.h932 u64 mappable_size; member