Searched refs:PAGE_KERNEL_NOCACHE (Results 1 – 15 of 15) sorted by relevance
/linux-2.6.39/arch/x86/include/asm/ |
D | fixmap.h | 184 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE) 234 __set_fixmap_offset(idx, phys, PAGE_KERNEL_NOCACHE)
|
D | pgtable_64.h | 176 #define PAGE_AGP PAGE_KERNEL_NOCACHE
|
D | pgtable_types.h | 125 #define PAGE_KERNEL_NOCACHE __pgprot(__PAGE_KERNEL_NOCACHE) macro
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | fixmap.h | 66 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/linux-2.6.39/arch/um/include/asm/ |
D | fixmap.h | 53 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/linux-2.6.39/arch/sh/include/asm/ |
D | fixmap.h | 88 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
D | pgtable_32.h | 224 #define PAGE_KERNEL_NOCACHE \ macro 263 #define PAGE_KERNEL_NOCACHE \ macro 286 #define PAGE_KERNEL_NOCACHE __pgprot(0) macro
|
D | pgtable_64.h | 203 #define PAGE_KERNEL_NOCACHE \ macro
|
D | io.h | 338 return __ioremap_mode(offset, size, PAGE_KERNEL_NOCACHE); in ioremap()
|
/linux-2.6.39/arch/tile/include/asm/ |
D | fixmap.h | 82 __set_fixmap(idx, phys, PAGE_KERNEL_NOCACHE)
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | pgtable.h | 143 #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/ |
D | dma-alloc.c | 123 err = map_page(va + i, pa + i, PAGE_KERNEL_NOCACHE); in consistent_alloc()
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | pgtable.h | 181 #define PAGE_KERNEL_NOCACHE __pgprot(__PAGE_KERNEL_NOCACHE) macro
|
/linux-2.6.39/arch/frv/include/asm/ |
D | pgtable.h | 322 #define PAGE_KERNEL_NOCACHE MAKE_GLOBAL(__PAGE_KERNEL_NOCACHE) macro
|
/linux-2.6.39/drivers/staging/comedi/ |
D | drivers.c | 505 vmap(pages, n_pages, VM_MAP, PAGE_KERNEL_NOCACHE); in comedi_buf_alloc()
|