Searched refs:__alloc_pd (Results 1 – 4 of 4) sorted by relevance
35 struct i915_page_directory *__alloc_pd(size_t sz) in __alloc_pd() function51 pd = __alloc_pd(sizeof(*pd)); in alloc_pd()
597 struct i915_page_directory *__alloc_pd(size_t sz);
521 ppgtt->base.pd = __alloc_pd(sizeof(*ppgtt->base.pd)); in gen6_ppgtt_create()
736 pd = __alloc_pd(offsetof(typeof(*pd), entry[count])); in gen8_alloc_top_pd()