HomeSort by: relevance | last modified time | path
    Searched defs:scratch_pt (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.h 207 struct intel_vgpu_scratch_pt scratch_pt[GTT_TYPE_MAX]; member in struct:intel_vgpu_gtt
gtt.h 207 struct intel_vgpu_scratch_pt scratch_pt[GTT_TYPE_MAX]; member in struct:intel_vgpu_gtt
gtt.c 967 vgpu->gtt.scratch_pt[cur_pt_type].page_mfn)
991 if (!pfn || pfn == vgpu->gtt.scratch_pt[type].page_mfn)
1363 vgpu->gtt.scratch_pt[spt->shadow_page.type].page_mfn)
1634 vgpu->gtt.scratch_pt[type].page_mfn);
1641 vgpu->gtt.scratch_pt[type].page_mfn);
1645 vgpu->gtt.scratch_pt[type].page_mfn);
1753 ops->set_pfn(&se, vgpu->gtt.scratch_pt[type].page_mfn);
2359 void *scratch_pt; local in function:alloc_scratch_pages
2367 scratch_pt = (void *)get_zeroed_page(GFP_KERNEL);
2368 if (!scratch_pt) {
    [all...]
gtt.c 967 vgpu->gtt.scratch_pt[cur_pt_type].page_mfn)
991 if (!pfn || pfn == vgpu->gtt.scratch_pt[type].page_mfn)
1363 vgpu->gtt.scratch_pt[spt->shadow_page.type].page_mfn)
1634 vgpu->gtt.scratch_pt[type].page_mfn);
1641 vgpu->gtt.scratch_pt[type].page_mfn);
1645 vgpu->gtt.scratch_pt[type].page_mfn);
1753 ops->set_pfn(&se, vgpu->gtt.scratch_pt[type].page_mfn);
2359 void *scratch_pt; local in function:alloc_scratch_pages
2367 scratch_pt = (void *)get_zeroed_page(GFP_KERNEL);
2368 if (!scratch_pt) {
    [all...]

Completed in 24 milliseconds