Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/mach/
H A Dmap.h54 extern const struct mem_type *get_mem_type(unsigned int type);
/openbmc/linux/arch/arm/mm/
H A Dmm.h46 const struct mem_type *get_mem_type(unsigned int type);
H A Dioremap.c291 type = get_mem_type(mtype); in __arm_ioremap_pfn_caller()
495 __pgprot(get_mem_type(pci_ioremap_mem_type)->prot_pte)); in pci_remap_iospace()
H A Dmmu.c349 const struct mem_type *get_mem_type(unsigned int type) in get_mem_type() function
353 EXPORT_SYMBOL(get_mem_type);
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c8062 static inline uint32_t get_mem_type(struct drm_framebuffer *fb) in get_mem_type() function
8219 get_mem_type(old_plane_state->fb) != get_mem_type(fb))) in amdgpu_dm_commit_planes()
8227 get_mem_type(old_plane_state->fb) == get_mem_type(fb); in amdgpu_dm_commit_planes()
10232 get_mem_type(old_plane_state->fb) != in amdgpu_dm_atomic_check()
10233 get_mem_type(new_plane_state->fb)) in amdgpu_dm_atomic_check()