Searched refs:_PAGE_CI (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/openrisc/include/asm/
H A Dio.h35 #define _PAGE_IOREMAP (pgprot_val(PAGE_KERNEL) | _PAGE_CI)
H A Dpgtable.h97 * If you change _PAGE_CI definition be sure to change it in
121 #define _PAGE_CI 0x002 /* cache inhibit */ macro
147 #define _PAGE_NO_CACHE _PAGE_CI
180 | _PAGE_SHARED | _PAGE_DIRTY | _PAGE_EXEC | _PAGE_CI)
/linux-master/arch/openrisc/kernel/
H A Ddma.c30 pte_val(*pte) |= _PAGE_CI;
53 pte_val(*pte) &= ~_PAGE_CI;

Completed in 103 milliseconds