Searched defs:arm64_ftr_bits (Results 1 – 1 of 1) sorted by relevance
62 struct arm64_ftr_bits { struct63 bool sign; /* Value is signed ? */64 bool visible;65 bool strict; /* CPU Sanity check: strict matching required ? */66 enum ftr_type type;67 u8 shift;68 u8 width;69 s64 safe_val; /* safe value for FTR_EXACT features */