Home
last modified time | relevance | path

Searched refs:kmap_coherent (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/sh/mm/
Dcache.c66 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()
Dkmap.c28 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent() function
Dnommu.c80 void *kmap_coherent(struct page *page, unsigned long addr) in kmap_coherent() function
Dcache-sh4.c241 vaddr = kmap_coherent(page, address); in sh4_flush_cache_page()
/kernel/linux/linux-5.10/arch/mips/mm/
Dinit.c138 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()
Dcache.c119 kaddr = kmap_coherent(page, vmaddr); in __flush_anon_page()
Dc-r4k.c691 vaddr = kmap_coherent(page, addr); in local_r4k_flush_cache_page()
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dcacheflush.h119 extern void *kmap_coherent(struct page *page, unsigned long addr);
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dcacheflush.h96 void *kmap_coherent(struct page *page, unsigned long addr);