Home
last modified time | relevance | path

Searched defs:kmap_atomic_to_page (Results 1 – 9 of 9) sorted by relevance

/linux-3.3/arch/frv/mm/
Dhighmem.c35 struct page *kmap_atomic_to_page(void *ptr) in kmap_atomic_to_page() function
/linux-3.3/arch/sparc/mm/
Dhighmem.c115 struct page *kmap_atomic_to_page(void *ptr) in kmap_atomic_to_page() function
/linux-3.3/arch/powerpc/include/asm/
Dhighmem.h87 static inline struct page *kmap_atomic_to_page(void *ptr) in kmap_atomic_to_page() function
/linux-3.3/arch/arm/mm/
Dhighmem.c132 struct page *kmap_atomic_to_page(const void *ptr) in kmap_atomic_to_page() function
/linux-3.3/arch/x86/mm/
Dhighmem_32.c105 struct page *kmap_atomic_to_page(void *ptr) in kmap_atomic_to_page() function
/linux-3.3/arch/mips/mm/
Dhighmem.c117 struct page *kmap_atomic_to_page(void *ptr) in kmap_atomic_to_page() function
/linux-3.3/arch/tile/mm/
Dhighmem.c280 struct page *kmap_atomic_to_page(void *ptr) in kmap_atomic_to_page() function
/linux-3.3/arch/parisc/include/asm/
Dcacheflush.h157 #define kmap_atomic_to_page(ptr) virt_to_page(ptr) macro
/linux-3.3/include/linux/
Dhighmem.h71 #define kmap_atomic_to_page(ptr) virt_to_page(ptr) macro