Searched refs:MASKS_POINTER (Results 1 – 1 of 1) sorted by relevance
26 #define MASKS_POINTER BIT(3) /* Pointer to fgt_masks struct instead of bits */ macro95 __NEEDS_FEAT_FLAG(p, MASKS_POINTER, masks, __VA_ARGS__)1301 return map->flags & MASKS_POINTER ? (map->masks->mask | map->masks->nmask) : map->bits; in reg_feat_map_bits()1400 if (r->feat_map.flags & MASKS_POINTER) { in compute_reg_resx_bits()