Searched refs:sq_remap (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/cpu-sh4/cpu/ |
H A D | sq.h | 28 unsigned long sq_remap(unsigned long phys, unsigned int size,
|
/kernel/linux/linux-6.6/arch/sh/include/cpu-sh4/cpu/ |
H A D | sq.h | 28 unsigned long sq_remap(unsigned long phys, unsigned int size,
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 133 * sq_remap - Map a physical address through the Store Queues 143 unsigned long sq_remap(unsigned long phys, unsigned int size, in sq_remap() function 197 EXPORT_SYMBOL(sq_remap); variable 204 * sq_remap(). Also frees up the pte that was previously inserted into 311 int ret = sq_remap(base, len, "Userspace", PAGE_SHARED); in mapping_store()
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh4/ |
H A D | sq.c | 133 * sq_remap - Map a physical address through the Store Queues 143 unsigned long sq_remap(unsigned long phys, unsigned int size, in sq_remap() function 197 EXPORT_SYMBOL(sq_remap); variable 204 * sq_remap(). Also frees up the pte that was previously inserted into 311 int ret = sq_remap(base, len, "Userspace", PAGE_SHARED); in mapping_store()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | pvr2fb.c | 848 pvr2fb_map = sq_remap(fb_info->fix.smem_start, fb_info->fix.smem_len, in pvr2fb_common_init()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | pvr2fb.c | 852 pvr2fb_map = sq_remap(fb_info->fix.smem_start, fb_info->fix.smem_len, in pvr2fb_common_init()
|
Completed in 6 milliseconds