Searched refs:kmap_atomic_prot (Results 1 – 9 of 9) sorted by relevance
/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()
|
/arch/microblaze/include/asm/ |
D | highmem.h | 56 extern void *kmap_atomic_prot(struct page *page, pgprot_t prot); 77 return kmap_atomic_prot(page, kmap_prot); in kmap_atomic()
|
/arch/powerpc/include/asm/ |
D | highmem.h | 64 extern void *kmap_atomic_prot(struct page *page, pgprot_t prot); 85 return kmap_atomic_prot(page, kmap_prot); in kmap_atomic()
|
/arch/powerpc/mm/ |
D | highmem.c | 33 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot() function 54 EXPORT_SYMBOL(kmap_atomic_prot);
|
/arch/microblaze/mm/ |
D | highmem.c | 35 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot() function 58 EXPORT_SYMBOL(kmap_atomic_prot);
|
/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()
|
/arch/x86/include/asm/ |
D | highmem.h | 67 void *kmap_atomic_prot(struct page *page, pgprot_t prot);
|
/arch/tile/include/asm/ |
D | highmem.h | 66 void *kmap_atomic_prot(struct page *page, pgprot_t prot);
|
/arch/parisc/include/asm/ |
D | cacheflush.h | 134 #define kmap_atomic_prot(page, prot) kmap_atomic(page) macro
|