/kernel/linux/linux-5.10/arch/sh/mm/ |
H A D | cache.c | 66 void *vto = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); in copy_to_user_page() 85 void *vfrom = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); in copy_from_user_page() 104 vfrom = kmap_coherent(from, vaddr); in copy_user_highpage() 162 kaddr = kmap_coherent(page, vmaddr); in __flush_anon_page()
|
H A D | nommu.c | 80 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent() function
|
H A D | kmap.c | 28 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent() function
|
H A D | cache-sh4.c | 234 * Use kmap_coherent or kmap_atomic to do flushes for in sh4_flush_cache_page() 241 vaddr = kmap_coherent(page, address); in sh4_flush_cache_page()
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | cache.c | 68 void *vto = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); in copy_to_user_page() 89 void *vfrom = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); in copy_from_user_page() 109 vfrom = kmap_coherent(from, vaddr); in copy_user_highpage() 168 kaddr = kmap_coherent(page, vmaddr); in __flush_anon_page()
|
H A D | nommu.c | 80 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent() function
|
H A D | kmap.c | 28 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent() function
|
H A D | cache-sh4.c | 245 * Use kmap_coherent or kmap_atomic to do flushes for in sh4_flush_cache_page() 252 vaddr = kmap_coherent(page, address); in sh4_flush_cache_page()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | init.c | 138 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent() function 178 vfrom = kmap_coherent(from, vaddr); in copy_user_highpage() 200 void *vto = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); in copy_to_user_page() 218 void *vfrom = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); in copy_from_user_page()
|
H A D | cache.c | 119 kaddr = kmap_coherent(page, vmaddr); in __flush_anon_page()
|
H A D | c-r4k.c | 684 * Use kmap_coherent or kmap_atomic to do flushes for in local_r4k_flush_cache_page() 691 vaddr = kmap_coherent(page, addr); in local_r4k_flush_cache_page()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | init.c | 137 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent() function 178 vfrom = kmap_coherent(from, vaddr); in copy_user_highpage() 202 void *vto = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); in copy_to_user_page() 222 void *vfrom = kmap_coherent(page, vaddr) + (vaddr & ~PAGE_MASK); in copy_from_user_page()
|
H A D | cache.c | 136 kaddr = kmap_coherent(page, vmaddr); in __flush_anon_page()
|
H A D | c-r4k.c | 573 * Use kmap_coherent or kmap_atomic to do flushes for in local_r4k_flush_cache_page() 580 vaddr = kmap_coherent(page, addr); in local_r4k_flush_cache_page()
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | cacheflush.h | 96 void *kmap_coherent(struct page *page, unsigned long addr);
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | cacheflush.h | 119 extern void *kmap_coherent(struct page *page, unsigned long addr);
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | cacheflush.h | 124 extern void *kmap_coherent(struct page *page, unsigned long addr);
|
/kernel/linux/linux-6.6/arch/sh/include/asm/ |
H A D | cacheflush.h | 100 void *kmap_coherent(struct page *page, unsigned long addr);
|