Searched refs:PAGE_KERNEL_NOCACHE (Results 1 – 9 of 9) sorted by relevance
82 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_NOCACHE
221 #define PAGE_KERNEL_NOCACHE \ macro260 #define PAGE_KERNEL_NOCACHE \ macro283 #define PAGE_KERNEL_NOCACHE __pgprot(0) macro
299 #define _PAGE_IOREMAP pgprot_val(PAGE_KERNEL_NOCACHE)
54 #define FIXMAP_PAGE_NOCACHE PAGE_KERNEL_NOCACHE
248 #define PAGE_AGP PAGE_KERNEL_NOCACHE
253 #define PAGE_KERNEL_NOCACHE __pgprot_mask(__PAGE_KERNEL_NOCACHE | _ENC) macro
15 #ifdef PAGE_KERNEL_NOCACHE16 #define COMEDI_PAGE_PROTECTION PAGE_KERNEL_NOCACHE
178 #define PAGE_KERNEL_NOCACHE \ macro
925 cached ? PAGE_KERNEL : PAGE_KERNEL_NOCACHE); in hmm_bo_vmap()