Home
last modified time | relevance | path

Searched refs:diff_mmio (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/i915/gvt/
Ddebugfs.c35 struct diff_mmio { struct
46 struct diff_mmio *ma; in mmio_offset_compare()
47 struct diff_mmio *mb; in mmio_offset_compare()
49 ma = container_of(a, struct diff_mmio, node); in mmio_offset_compare()
50 mb = container_of(b, struct diff_mmio, node); in mmio_offset_compare()
62 struct diff_mmio *node; in mmio_diff_handler()
93 struct diff_mmio *node, *next; in vgpu_mmio_diff_show()