Searched refs:mt (Results 1 – 2 of 2) sorted by relevance
180 inline static int is_cacheable(unsigned int mt);196 inline static int is_cacheable(unsigned int mt) in is_cacheable() argument198 return (0x180 & mt) || ((mt & 0x18) == 0x10) || ((mt & 0x30) == 0x30); in is_cacheable()201 inline static int is_writeback(unsigned int mt) in is_writeback() argument203 return (((0x180 & mt) && (mt & 0x11)) || in is_writeback()204 ((((mt & 0x18) == 0x10) || ((mt & 0x30) == 0x30)) & 0x1)); in is_writeback()207 inline static int is_device(unsigned int mt) in is_device() argument209 return ((mt & 0x1f0) == 0); in is_device()1371 int xthal_is_cacheable(unsigned int mt) in xthal_is_cacheable() argument1374 return is_cacheable(mt); in xthal_is_cacheable()[all …]
296 | mt \337 basic_machine=mt-unknown841 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`