Searched defs:kmap_atomic (Results 1 - 12 of 12) sorted by relevance

/arch/frv/mm/
H A Dhighmem.c40 void *kmap_atomic(struct page *page) function
67 EXPORT_SYMBOL(kmap_atomic); variable
/arch/mn10300/include/asm/
H A Dhighmem.h68 * The use of kmap_atomic/kunmap_atomic is discouraged - kmap/kunmap
69 * gives a more generic (and caching) interface. But kmap_atomic can
73 static inline void *kmap_atomic(struct page *page) function
/arch/sparc/mm/
H A Dhighmem.c6 * needed as kmap_atomic() and kunmap_atomic() started getting
10 * But kmap_atomic() and kunmap_atomic() cannot be inlined in
15 * The use of kmap_atomic/kunmap_atomic is discouraged - kmap/kunmap
16 * gives a more generic (and caching) interface. But kmap_atomic can
51 void *kmap_atomic(struct page *page) function
85 EXPORT_SYMBOL(kmap_atomic); variable
/arch/xtensa/mm/
H A Dhighmem.c40 void *kmap_atomic(struct page *page) function
59 EXPORT_SYMBOL(kmap_atomic); variable
/arch/arm/mm/
H A Dhighmem.c55 void *kmap_atomic(struct page *page) function
99 EXPORT_SYMBOL(kmap_atomic); variable
/arch/metag/mm/
H A Dhighmem.c32 * kmap_atomic/kunmap_atomic is significantly faster than kmap/kunmap because
40 void *kmap_atomic(struct page *page) function
61 EXPORT_SYMBOL(kmap_atomic); variable
89 * This is the same as kmap_atomic() but can map memory that doesn't
/arch/microblaze/include/asm/
H A Dhighmem.h74 static inline void *kmap_atomic(struct page *page) function
/arch/powerpc/include/asm/
H A Dhighmem.h82 static inline void *kmap_atomic(struct page *page) function
/arch/mips/mm/
H A Dhighmem.c37 * kmap_atomic/kunmap_atomic is significantly faster than kmap/kunmap because
45 void *kmap_atomic(struct page *page) function
66 EXPORT_SYMBOL(kmap_atomic); variable
99 * This is the same as kmap_atomic() but can map memory that doesn't
/arch/x86/mm/
H A Dhighmem_32.c26 * kmap_atomic/kunmap_atomic is significantly faster than kmap/kunmap because
55 void *kmap_atomic(struct page *page) function
59 EXPORT_SYMBOL(kmap_atomic); variable
62 * This is the same as kmap_atomic() but can map memory that doesn't
/arch/parisc/include/asm/
H A Dcacheflush.h143 static inline void *kmap_atomic(struct page *page) function
155 #define kmap_atomic_prot(page, prot) kmap_atomic(page)
156 #define kmap_atomic_pfn(pfn) kmap_atomic(pfn_to_page(pfn))
/arch/tile/mm/
H A Dhighmem.c83 * Add a page and va, on this cpu, to the list of kmap_atomic pages,
92 * to see if it is immutable or not, for the generic kmap_atomic() case.
111 /* For generic kmap_atomic(), choose the PTE writability now. */
123 * Remove a page and va, on this cpu, from the list of kmap_atomic pages.
169 * will stall any unrelated cpus trying to do kmap_atomic operations.
187 * kmap_atomic/kunmap_atomic is significantly faster than kmap/kunmap
226 void *kmap_atomic(struct page *page) function
231 EXPORT_SYMBOL(kmap_atomic); variable
271 return kmap_atomic(pfn_to_page(pfn));

Completed in 2480 milliseconds