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

/arch/frv/mm/
H A Dhighmem.c40 void *kmap_atomic(struct page *page) function
67 EXPORT_SYMBOL(kmap_atomic); variable
/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
33 void *kmap_atomic(struct page *page) function
67 EXPORT_SYMBOL(kmap_atomic); variable
/arch/arm/mm/
H A Dhighmem.c39 void *kmap_atomic(struct page *page) function
83 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 unsigned long kmap_atomic(struct page *page) function
/arch/mips/mm/
H A Dhighmem.c36 * kmap_atomic/kunmap_atomic is significantly faster than kmap/kunmap because
44 void *kmap_atomic(struct page *page) function
65 EXPORT_SYMBOL(kmap_atomic); variable
98 * This is the same as kmap_atomic() but can map memory that doesn't
/arch/powerpc/include/asm/
H A Dhighmem.h82 static inline void *kmap_atomic(struct page *page) function
/arch/x86/mm/
H A Dhighmem_32.c25 * kmap_atomic/kunmap_atomic is significantly faster than kmap/kunmap because
54 void *kmap_atomic(struct page *page) function
58 EXPORT_SYMBOL(kmap_atomic); variable
61 * 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. */
124 * Remove a page and va, on this cpu, from the list of kmap_atomic pages.
170 * will stall any unrelated cpus trying to do kmap_atomic operations.
188 * kmap_atomic/kunmap_atomic is significantly faster than kmap/kunmap
227 void *kmap_atomic(struct page *page) function
232 EXPORT_SYMBOL(kmap_atomic); variable
273 return kmap_atomic(pfn_to_page(pfn));

Completed in 194 milliseconds