Searched refs:extlists (Results 1 – 2 of 2) sorted by relevance
287 struct __guc_mmio_reg_descr_group *extlists; in guc_capture_alloc_steered_lists_xe_lpd() local295 if (!list || guc->capture->extlists) in guc_capture_alloc_steered_lists_xe_lpd()308 extlists = kcalloc(2, sizeof(struct __guc_mmio_reg_descr_group), GFP_KERNEL); in guc_capture_alloc_steered_lists_xe_lpd()309 if (!extlists) in guc_capture_alloc_steered_lists_xe_lpd()312 if (__alloc_ext_regs(&extlists[0], list, num_tot_regs)) { in guc_capture_alloc_steered_lists_xe_lpd()313 kfree(extlists); in guc_capture_alloc_steered_lists_xe_lpd()317 extarray = extlists[0].extlist; in guc_capture_alloc_steered_lists_xe_lpd()325 guc->capture->extlists = extlists; in guc_capture_alloc_steered_lists_xe_lpd()347 struct __guc_mmio_reg_descr_group *extlists; in guc_capture_alloc_steered_lists_xe_hpg() local354 if (!list || guc->capture->extlists) in guc_capture_alloc_steered_lists_xe_hpg()[all …]
182 struct __guc_mmio_reg_descr_group *extlists; member