Home
last modified time | relevance | path

Searched refs:_PAGE_WT (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/sh/mm/
Dtlb-pteaex.c53 pteval |= _PAGE_WT; in __update_tlb()
Dtlb-sh4.c56 pteval |= _PAGE_WT; in __update_tlb()
Dpmb.c124 if (flags & _PAGE_WT) in pgprot_to_pmb_flags()
/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h89 #define _PAGE_WT (1 << _PAGE_BIT_WT) macro
126 #define _PAGE_FLAGS_CACHE_MASK (_PAGE_CACHABLE | _PAGE_BUFFER | _PAGE_WT)
/linux-4.4.14/arch/sh/include/asm/
Dpgtable_64.h106 #define _PAGE_WT 0x001 /* CB0: if cacheable, 1->write-thru, 0->write-back */ macro
Dpgtable_32.h41 #define _PAGE_WT 0x001 /* WT-bit on SH-4, 0 on SH-3 */ macro