Home
last modified time | relevance | path

Searched refs:guest_pdps (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gvt/
H A Dgtt.h157 u64 guest_pdps[GVT_RING_CTX_NR_PDPS]; member
H A Dgtt.c561 pte_ops->get_entry(guest ? mm->ppgtt_mm.guest_pdps : in _ppgtt_get_root_entry()
585 pte_ops->set_entry(guest ? mm->ppgtt_mm.guest_pdps : in _ppgtt_set_root_entry()
1843 for (index = 0; index < ARRAY_SIZE(mm->ppgtt_mm.guest_pdps); index++) { in shadow_ppgtt_mm()
1924 mm->ppgtt_mm.guest_pdps[0] = pdps[0]; in intel_vgpu_create_ppgtt_mm()
1926 memcpy(mm->ppgtt_mm.guest_pdps, pdps, in intel_vgpu_create_ppgtt_mm()
1927 sizeof(mm->ppgtt_mm.guest_pdps)); in intel_vgpu_create_ppgtt_mm()
2665 if (pdps[0] == mm->ppgtt_mm.guest_pdps[0]) in intel_vgpu_find_ppgtt_mm()
2669 if (!memcmp(pdps, mm->ppgtt_mm.guest_pdps, in intel_vgpu_find_ppgtt_mm()
2670 sizeof(mm->ppgtt_mm.guest_pdps))) in intel_vgpu_find_ppgtt_mm()
H A Dscheduler.c979 (void *)m->ppgtt_mm.guest_pdps); in update_guest_context()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gvt/
H A Dgtt.c558 pte_ops->get_entry(guest ? mm->ppgtt_mm.guest_pdps : in _ppgtt_get_root_entry()
582 pte_ops->set_entry(guest ? mm->ppgtt_mm.guest_pdps : in _ppgtt_set_root_entry()
1801 for (index = 0; index < ARRAY_SIZE(mm->ppgtt_mm.guest_pdps); index++) { in shadow_ppgtt_mm()
1882 mm->ppgtt_mm.guest_pdps[0] = pdps[0]; in intel_vgpu_create_ppgtt_mm()
1884 memcpy(mm->ppgtt_mm.guest_pdps, pdps, in intel_vgpu_create_ppgtt_mm()
1885 sizeof(mm->ppgtt_mm.guest_pdps)); in intel_vgpu_create_ppgtt_mm()
2612 if (pdps[0] == mm->ppgtt_mm.guest_pdps[0]) in intel_vgpu_find_ppgtt_mm()
2616 if (!memcmp(pdps, mm->ppgtt_mm.guest_pdps, in intel_vgpu_find_ppgtt_mm()
2617 sizeof(mm->ppgtt_mm.guest_pdps))) in intel_vgpu_find_ppgtt_mm()
H A Dgtt.h166 u64 guest_pdps[GVT_RING_CTX_NR_PDPS]; member
H A Dscheduler.c1027 (void *)m->ppgtt_mm.guest_pdps); in update_guest_context()

Completed in 13 milliseconds