Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_mman.c646 if (mmo->mmap_type == I915_MMAP_TYPE_GTT) in i915_gem_object_release_mmap_offset()
659 enum i915_mmap_type mmap_type) in lookup_mmo() argument
669 if (mmo->mmap_type == mmap_type) { in lookup_mmo()
674 if (mmo->mmap_type < mmap_type) in lookup_mmo()
698 if (pos->mmap_type == mmo->mmap_type) { in insert_mmo()
706 if (pos->mmap_type < mmo->mmap_type) in insert_mmo()
720 enum i915_mmap_type mmap_type, in mmap_offset_attach() argument
729 mmo = lookup_mmo(obj, mmap_type); in mmap_offset_attach()
738 mmo->mmap_type = mmap_type; in mmap_offset_attach()
760 GEM_BUG_ON(lookup_mmo(obj, mmap_type) != mmo); in mmap_offset_attach()
[all …]
/linux/arch/alpha/include/asm/
H A Dpci.h88 enum pci_mmap_state mmap_type);
/linux/arch/powerpc/include/asm/
H A Dpci.h86 enum pci_mmap_state mmap_type);