Home
last modified time | relevance | path

Searched refs:arch_kmap_local_high_get (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/arch/arm/include/asm/
Dhighmem.h51 static inline void *arch_kmap_local_high_get(struct page *page) in arch_kmap_local_high_get() function
57 #define arch_kmap_local_high_get arch_kmap_local_high_get macro
/linux-6.12.1/mm/
Dhighmem.c510 #ifndef arch_kmap_local_high_get
511 static inline void *arch_kmap_local_high_get(struct page *page) in arch_kmap_local_high_get() function
588 kmap = arch_kmap_local_high_get(page); in __kmap_local_page_prot()