Searched refs:kvaddr (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/xtensa/mm/ |
| H A D | cache.c | 63 unsigned long kvaddr; in kmap_invalidate_coherent() local 66 kvaddr = (unsigned long)page_to_virt(page); in kmap_invalidate_coherent() 68 __invalidate_dcache_page(kvaddr); in kmap_invalidate_coherent() 70 kvaddr = TLBTEMP_BASE_1 + in kmap_invalidate_coherent() 74 __invalidate_dcache_page_alias(kvaddr, in kmap_invalidate_coherent() 92 void *kvaddr = coherent_kvaddr(page, TLBTEMP_BASE_1, vaddr, &paddr); in clear_user_highpage() local 97 clear_page_alias(kvaddr, paddr); in clear_user_highpage()
|
| /linux/arch/sh/mm/ |
| H A D | kmap.c | 51 void kunmap_coherent(void *kvaddr) in kunmap_coherent() argument 53 if (kvaddr >= (void *)FIXADDR_START) { in kunmap_coherent() 54 unsigned long vaddr = (unsigned long)kvaddr & PAGE_MASK; in kunmap_coherent()
|
| H A D | nommu.c | 88 void kunmap_coherent(void *kvaddr) in kunmap_coherent() argument
|
| /linux/arch/arc/mm/ |
| H A D | highmem.c | 50 static noinline pte_t * __init alloc_kmap_pgtable(unsigned long kvaddr) in alloc_kmap_pgtable() argument 52 pmd_t *pmd_k = pmd_off_k(kvaddr); in alloc_kmap_pgtable()
|
| /linux/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_gem.h | 16 void *kvaddr; member
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | sdma.h | 626 int type, void *kvaddr, struct page *page, 797 void *kvaddr, in sdma_txadd_kvaddr() argument 805 kvaddr, NULL, 0, len); in sdma_txadd_kvaddr() 812 kvaddr, in sdma_txadd_kvaddr()
|
| /linux/drivers/gpu/drm/exynos/ |
| H A D | exynos_drm_gem.h | 43 void *kvaddr; member
|
| H A D | exynos_drm_fbdev.c | 74 fbi->screen_buffer = exynos_gem->kvaddr + offset; in exynos_drm_fbdev_update()
|
| /linux/arch/sh/include/asm/ |
| H A D | cacheflush.h | 101 void kunmap_coherent(void *kvaddr);
|