Home
last modified time | relevance | path

Searched refs:be_alloc (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/gpu/drm/xen/
H A Dxen_drm_front.c184 buf_cfg.be_alloc = front_info->cfg.be_alloc; in xen_drm_front_dbuf_create()
202 if (buf_cfg.be_alloc) in xen_drm_front_dbuf_create()
235 bool be_alloc; in xen_drm_front_dbuf_destroy() local
242 be_alloc = front_info->cfg.be_alloc; in xen_drm_front_dbuf_destroy()
248 if (be_alloc) in xen_drm_front_dbuf_destroy()
267 if (!be_alloc) in xen_drm_front_dbuf_destroy()
464 if (front_info->cfg.be_alloc) in xen_drm_drv_release()
578 if (!front_info->cfg.be_alloc) in xen_drm_drv_fini()
H A Dxen_drm_front_gem.c32 bool be_alloc; member
145 if (drm_info->front_info->cfg.be_alloc) { in gem_create()
167 xen_obj->be_alloc = true; in gem_create()
210 if (xen_obj->be_alloc) { in xen_drm_front_gem_free_object_unlocked()
H A Dxen_drm_front_cfg.h31 bool be_alloc; member
H A Dxen_drm_front_cfg.c57 cfg->be_alloc = true; in xen_drm_front_cfg_card()
/openbmc/linux/include/xen/
H A Dxen-front-pgdir-shbuf.h75 int be_alloc; member
/openbmc/linux/drivers/xen/
H A Dxen-front-pgdir-shbuf.c520 if (cfg->be_alloc) in xen_front_pgdir_shbuf_alloc()