Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm/include/asm/mach/
Dmap.h54 extern const struct mem_type *get_mem_type(unsigned int type);
/linux-6.6.21/arch/arm/mm/
Dmm.h46 const struct mem_type *get_mem_type(unsigned int type);
Dioremap.c266 type = get_mem_type(mtype); in __arm_ioremap_pfn_caller()
470 __pgprot(get_mem_type(pci_ioremap_mem_type)->prot_pte)); in pci_remap_iospace()
Dmmu.c349 const struct mem_type *get_mem_type(unsigned int type) in get_mem_type() function
353 EXPORT_SYMBOL(get_mem_type);
/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c8022 static inline uint32_t get_mem_type(struct drm_framebuffer *fb) in get_mem_type() function
8179 get_mem_type(old_plane_state->fb) != get_mem_type(fb))) in amdgpu_dm_commit_planes()
8187 get_mem_type(old_plane_state->fb) == get_mem_type(fb); in amdgpu_dm_commit_planes()
10191 get_mem_type(old_plane_state->fb) != in amdgpu_dm_atomic_check()
10192 get_mem_type(new_plane_state->fb)) in amdgpu_dm_atomic_check()