Home
last modified time | relevance | path

Searched refs:kmap_atomic_prot (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/arch/x86/mm/
Dhighmem_32.c33 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/
Dhighmem.c198 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/
Dhighmem.h55 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/
Dhighmem.h63 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/
Dhighmem.c32 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/
Dhighmem.c34 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/
Dhighmem.h66 void *kmap_atomic_prot(struct page *page, pgprot_t prot);
/linux-4.4.14/arch/tile/include/asm/
Dhighmem.h66 void *kmap_atomic_prot(struct page *page, pgprot_t prot);
/linux-4.4.14/arch/parisc/include/asm/
Dcacheflush.h157 #define kmap_atomic_prot(page, prot) kmap_atomic(page) macro
/linux-4.4.14/include/linux/
Dhighmem.h72 #define kmap_atomic_prot(page, prot) kmap_atomic(page) macro
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo_util.c263 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()