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

/linux-master/arch/arm/include/asm/mach/
H A Dmap.h54 extern const struct mem_type *get_mem_type(unsigned int type);
/linux-master/arch/arm/mm/
H A Dmm.h46 const struct mem_type *get_mem_type(unsigned int type);
H A Dioremap.c266 type = get_mem_type(mtype);
470 __pgprot(get_mem_type(pci_ioremap_mem_type)->prot_pte));
H A Dmmu.c349 const struct mem_type *get_mem_type(unsigned int type) function
353 EXPORT_SYMBOL(get_mem_type); variable
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c8323 static inline uint32_t get_mem_type(struct drm_framebuffer *fb) function
8486 get_mem_type(old_plane_state->fb) != get_mem_type(fb)))
8494 get_mem_type(old_plane_state->fb) == get_mem_type(fb);
10729 get_mem_type(old_plane_state->fb) !=
10730 get_mem_type(new_plane_state->fb))

Completed in 178 milliseconds