Lines Matching refs:kmap_local_page
54 * kmap_local_page(), kmap_local_folio() - These functions are used to create
78 kmap_local_page(), as well as kmap_local_folio() always returns valid virtual
97 kmap_local_page() or kmap_local_folio().
99 Nesting kmap_local_page() and kmap_atomic() mappings is allowed to a certain
101 because the map implementation is stack based. See kmap_local_page() kdocs
105 * kmap_atomic(). This function has been deprecated; use kmap_local_page().
107 NOTE: Conversions to kmap_local_page() must take care to follow the mapping
108 restrictions imposed on kmap_local_page(). Furthermore, the code between
112 both must be made in conjunction with the use of kmap_local_page().
127 users should prefer kmap_local_page() instead of kmap_atomic().
131 * kmap(). This function has been deprecated; use kmap_local_page().
133 NOTE: Conversions to kmap_local_page() must take care to follow the mapping
134 restrictions imposed on kmap_local_page(). In particular, it is necessary to
159 On 64-bit systems, calls to kmap_local_page(), kmap_atomic() and kmap() have