Searched defs:kmap_atomic_prot (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/arch/microblaze/mm/
H A Dhighmem.c34 void *kmap_atomic_prot(struct page *page, pgprot_t prot) kmap_atomic_prot() function
57 EXPORT_SYMBOL(kmap_atomic_prot); variable
/linux-4.1.27/arch/powerpc/mm/
H A Dhighmem.c32 void *kmap_atomic_prot(struct page *page, pgprot_t prot) kmap_atomic_prot() function
53 EXPORT_SYMBOL(kmap_atomic_prot); variable
/linux-4.1.27/arch/x86/mm/
H A Dhighmem_32.c33 void *kmap_atomic_prot(struct page *page, pgprot_t prot) kmap_atomic_prot() function
53 EXPORT_SYMBOL(kmap_atomic_prot); variable
/linux-4.1.27/arch/tile/mm/
H A Dhighmem.c198 void *kmap_atomic_prot(struct page *page, pgprot_t prot) kmap_atomic_prot() function
224 EXPORT_SYMBOL(kmap_atomic_prot); variable
/linux-4.1.27/arch/parisc/include/asm/
H A Dcacheflush.h155 #define kmap_atomic_prot(page, prot) kmap_atomic(page) macro
/linux-4.1.27/include/linux/
H A Dhighmem.h71 #define kmap_atomic_prot(page, prot) kmap_atomic(page) macro

Completed in 176 milliseconds