Searched refs:attr (Results 1 – 4 of 4) sorted by relevance
202 # define IS_CACHED(attr) ((attr == CA_BYPASS) || (attr == CA_BYPASSBUF)) in xthal_set_region_attribute()
293 static inline int is_writeback(unsigned attr) { in is_writeback() argument295 return attr == CA_WRITEBACK || attr == CA_WRITEBACK_NOALLOC; in is_writeback()298 return (attr | 0x3) == CA_WRITEBACK; in is_writeback()
5699 my $attr = $1;5700 …if ($line =~ /^\+\s*static\s+(?:const\s+)?(?:$attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Iden…5703 if ((($ptr =~ /\b(union|struct)\s+$attr\b/ &&5705 "$attr should be placed after $var\n" . $herecurr)) ||5706 ($ptr !~ /\b(union|struct)\s+$attr\b/ &&5708 "$attr should be placed after $var\n" . $herecurr))) &&5710 …attr\s+)?($NonptrTypeWithAttr)\s+(?:$attr\s+)?($Ident(?:\[[^]]*\])?)\s*([=;])\s*/"$1" . trim(strin…5717 my $attr = $1;5718 $attr =~ /($InitAttributePrefix)(.*)/;5731 my $attr = $1;[all …]
3002 attr = None3007 attr = args[1]3011 attr = args[3]3020 if attr is None:3023 win.addnstr(y, x, s, maxlen, attr)