Searched refs:ads_map (Results 1 – 2 of 2) sorted by relevance
163 if (unlikely(iosys_map_is_null(&guc->ads_map))) in intel_guc_ads_print_policy_info()192 if (iosys_map_is_null(&guc->ads_map)) in intel_guc_global_policies_update()526 if (!iosys_map_is_null(&guc->ads_map)) { in guc_prep_golden_context()529 info_map = IOSYS_MAP_INIT_OFFSET(&guc->ads_map, in guc_prep_golden_context()547 if (iosys_map_is_null(&guc->ads_map)) in guc_prep_golden_context()605 GEM_BUG_ON(iosys_map_is_null(&guc->ads_map)); in guc_init_golden_context()658 ads_is_mapped = !iosys_map_is_null(&guc->ads_map); in guc_capture_prep_lists()662 info_map = IOSYS_MAP_INIT_OFFSET(&guc->ads_map, in guc_capture_prep_lists()861 iosys_map_set_vaddr(&guc->ads_map, ads_blob); in intel_guc_ads_create()883 iosys_map_clear(&guc->ads_map); in intel_guc_ads_destroy()[all …]
174 struct iosys_map ads_map; member
Completed in 9 milliseconds