Home
last modified time | relevance | path

Searched refs:PAGE_KERNEL_NOCACHE (Results 1 – 15 of 15) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Dfixmap.h184 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
234 __set_fixmap_offset(idx, phys, PAGE_KERNEL_NOCACHE)
Dpgtable_64.h176 #define PAGE_AGP PAGE_KERNEL_NOCACHE
Dpgtable_types.h125 #define PAGE_KERNEL_NOCACHE __pgprot(__PAGE_KERNEL_NOCACHE) macro
/linux-2.6.39/arch/sparc/include/asm/
Dfixmap.h66 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/linux-2.6.39/arch/um/include/asm/
Dfixmap.h53 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/linux-2.6.39/arch/sh/include/asm/
Dfixmap.h88 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
Dpgtable_32.h224 #define PAGE_KERNEL_NOCACHE \ macro
263 #define PAGE_KERNEL_NOCACHE \ macro
286 #define PAGE_KERNEL_NOCACHE __pgprot(0) macro
Dpgtable_64.h203 #define PAGE_KERNEL_NOCACHE \ macro
Dio.h338 return __ioremap_mode(offset, size, PAGE_KERNEL_NOCACHE); in ioremap()
/linux-2.6.39/arch/tile/include/asm/
Dfixmap.h82 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
/linux-2.6.39/arch/m32r/include/asm/
Dpgtable.h143 #define PAGE_KERNEL_NOCACHE MAKE_GLOBAL(__PAGE_KERNEL_NOCACHE) macro
156 #define PAGE_KERNEL_NOCACHE __pgprot(0) macro
/linux-2.6.39/arch/frv/mm/
Ddma-alloc.c123 err = map_page(va + i, pa + i, PAGE_KERNEL_NOCACHE); in consistent_alloc()
/linux-2.6.39/arch/mn10300/include/asm/
Dpgtable.h181 #define PAGE_KERNEL_NOCACHE __pgprot(__PAGE_KERNEL_NOCACHE) macro
/linux-2.6.39/arch/frv/include/asm/
Dpgtable.h322 #define PAGE_KERNEL_NOCACHE MAKE_GLOBAL(__PAGE_KERNEL_NOCACHE) macro
/linux-2.6.39/drivers/staging/comedi/
Ddrivers.c505 vmap(pages, n_pages, VM_MAP, PAGE_KERNEL_NOCACHE); in comedi_buf_alloc()