Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/
HDdrm_sysctl.c190 if (map->mtrr < 0)
193 DRM_SYSCTL_PRINT("%4d\n", map->mtrr);
HDdrm_bufs.c178 map->mtrr = -1; in drm_addmap_core()
212 map->mtrr = in drm_addmap_core()
283 map->mtrr = dev->agp->agp_mtrr; /* for getmap */ in drm_addmap_core()
426 map->mtrr = -1; in drm_legacy_addmap_ioctl()
480 map->mtrr = r_list->map->mtrr; in drm_legacy_getmap_ioctl()
525 arch_phys_wc_del(map->mtrr); in drm_legacy_rmmap_locked()
/dragonfly/sys/dev/drm/include/drm/
HDdrm_legacy.h140 int mtrr; /**< MTRR slot used */ member
/dragonfly/contrib/zstd/lib/common/
HDcpu.h159 D(mtrr, 12)
/dragonfly/sys/dev/drm/i915/
HDi915_gem_gtt.h395 int mtrr; member
HDi915_gem_gtt.c2887 arch_phys_wc_del(ggtt->mtrr); in i915_ggtt_cleanup_hw()
3555 ggtt->mtrr = arch_phys_wc_add(ggtt->mappable_base, ggtt->mappable_end); in i915_ggtt_init_hw()
/dragonfly/sys/dev/drm/include/uapi/drm/
HDdrm.h223 int mtrr; /**< MTRR slot used */ member