Searched refs:kmap_atomic_prot (Results 1 – 11 of 11) sorted by relevance
/linux-4.4.14/arch/x86/mm/ |
D | highmem_32.c | 33 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot() function 53 EXPORT_SYMBOL(kmap_atomic_prot); 57 return kmap_atomic_prot(page, kmap_prot); in kmap_atomic()
|
/linux-4.4.14/arch/tile/mm/ |
D | highmem.c | 198 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot() function 224 EXPORT_SYMBOL(kmap_atomic_prot); 229 return kmap_atomic_prot(page, PAGE_NONE); in kmap_atomic() 276 return kmap_atomic_prot(pfn_to_page(pfn), prot); in kmap_atomic_prot_pfn()
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | highmem.h | 55 extern void *kmap_atomic_prot(struct page *page, pgprot_t prot); 76 return kmap_atomic_prot(page, kmap_prot); in kmap_atomic()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | highmem.h | 63 extern void *kmap_atomic_prot(struct page *page, pgprot_t prot); 84 return kmap_atomic_prot(page, kmap_prot); in kmap_atomic()
|
/linux-4.4.14/arch/powerpc/mm/ |
D | highmem.c | 32 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot() function 53 EXPORT_SYMBOL(kmap_atomic_prot);
|
/linux-4.4.14/arch/microblaze/mm/ |
D | highmem.c | 34 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot() function 57 EXPORT_SYMBOL(kmap_atomic_prot);
|
/linux-4.4.14/arch/x86/include/asm/ |
D | highmem.h | 66 void *kmap_atomic_prot(struct page *page, pgprot_t prot);
|
/linux-4.4.14/arch/tile/include/asm/ |
D | highmem.h | 66 void *kmap_atomic_prot(struct page *page, pgprot_t prot);
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | cacheflush.h | 157 #define kmap_atomic_prot(page, prot) kmap_atomic(page) macro
|
/linux-4.4.14/include/linux/ |
D | highmem.h | 72 #define kmap_atomic_prot(page, prot) kmap_atomic(page) macro
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_bo_util.c | 263 dst = kmap_atomic_prot(d, prot); in ttm_copy_io_ttm_page() 299 src = kmap_atomic_prot(s, prot); in ttm_copy_ttm_io_page()
|