Lines Matching refs:pdpes
531 size_t pdpes = I915_PDPES_PER_PDP(dev); in __pdp_init() local
533 pdp->used_pdpes = kcalloc(BITS_TO_LONGS(pdpes), in __pdp_init()
539 pdp->page_directory = kcalloc(pdpes, sizeof(*pdp->page_directory), in __pdp_init()
1084 uint32_t pdpes = I915_PDPES_PER_PDP(dev); in gen8_ppgtt_alloc_page_directories() local
1086 WARN_ON(!bitmap_empty(new_pds, pdpes)); in gen8_ppgtt_alloc_page_directories()
1105 for_each_set_bit(pdpe, new_pds, pdpes) in gen8_ppgtt_alloc_page_directories()
1179 uint32_t pdpes) in alloc_gen8_temp_bitmaps() argument
1184 pds = kcalloc(BITS_TO_LONGS(pdpes), sizeof(unsigned long), GFP_TEMPORARY); in alloc_gen8_temp_bitmaps()
1188 pts = kcalloc(pdpes, BITS_TO_LONGS(I915_PDES) * sizeof(unsigned long), in alloc_gen8_temp_bitmaps()
1227 uint32_t pdpes = I915_PDPES_PER_PDP(dev); in gen8_alloc_va_range_3lvl() local
1239 ret = alloc_gen8_temp_bitmaps(&new_page_dirs, &new_page_tables, pdpes); in gen8_alloc_va_range_3lvl()
1316 for_each_set_bit(pdpe, new_page_dirs, pdpes) in gen8_alloc_va_range_3lvl()
1472 uint32_t pdpes = I915_PDPES_PER_PDP(dev); in gen8_preallocate_top_level_pdps() local
1478 ret = alloc_gen8_temp_bitmaps(&new_page_dirs, &new_page_tables, pdpes); in gen8_preallocate_top_level_pdps()