Home
last modified time | relevance | path

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

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