Home
last modified time | relevance | path

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

/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()
/arch/microblaze/include/asm/
Dhighmem.h56 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/
Dhighmem.h64 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/
Dhighmem.c33 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot() function
54 EXPORT_SYMBOL(kmap_atomic_prot);
/arch/microblaze/mm/
Dhighmem.c35 void *kmap_atomic_prot(struct page *page, pgprot_t prot) in kmap_atomic_prot() function
58 EXPORT_SYMBOL(kmap_atomic_prot);
/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()
/arch/x86/include/asm/
Dhighmem.h67 void *kmap_atomic_prot(struct page *page, pgprot_t prot);
/arch/tile/include/asm/
Dhighmem.h66 void *kmap_atomic_prot(struct page *page, pgprot_t prot);
/arch/parisc/include/asm/
Dcacheflush.h134 #define kmap_atomic_prot(page, prot) kmap_atomic(page) macro