kmap_atomic_prot   56 arch/microblaze/include/asm/highmem.h extern void *kmap_atomic_prot(struct page *page, pgprot_t prot);
kmap_atomic_prot   77 arch/microblaze/include/asm/highmem.h 	return kmap_atomic_prot(page, kmap_prot);
kmap_atomic_prot   58 arch/microblaze/mm/highmem.c EXPORT_SYMBOL(kmap_atomic_prot);
kmap_atomic_prot   64 arch/powerpc/include/asm/highmem.h extern void *kmap_atomic_prot(struct page *page, pgprot_t prot);
kmap_atomic_prot   85 arch/powerpc/include/asm/highmem.h 	return kmap_atomic_prot(page, kmap_prot);
kmap_atomic_prot   52 arch/powerpc/mm/highmem.c EXPORT_SYMBOL(kmap_atomic_prot);
kmap_atomic_prot   67 arch/x86/include/asm/highmem.h void *kmap_atomic_prot(struct page *page, pgprot_t prot);
kmap_atomic_prot   54 arch/x86/mm/highmem_32.c EXPORT_SYMBOL(kmap_atomic_prot);
kmap_atomic_prot   58 arch/x86/mm/highmem_32.c 	return kmap_atomic_prot(page, kmap_prot);
kmap_atomic_prot  265 drivers/gpu/drm/ttm/ttm_bo_util.c #define __ttm_kmap_atomic_prot(__page, __prot) kmap_atomic_prot(__page, __prot)