gtt.c | 950 enum intel_gvt_gtt_type cur_pt_type; local in function:ppgtt_invalidate_spt_by_shadow_entry 956 cur_pt_type = get_next_pt_type(e->type); 958 if (!gtt_type_is_pt(cur_pt_type) || 959 !gtt_type_is_pt(cur_pt_type + 1)) { 960 WARN(1, "Invalid page table type, cur_pt_type is: %d\n", cur_pt_type); 964 cur_pt_type += 1; 967 vgpu->gtt.scratch_pt[cur_pt_type].page_mfn)
|