Searched defs:arm64_ftr_bits (Results 1 – 1 of 1) sorted by relevance
56 struct arm64_ftr_bits { struct57 bool sign; /* Value is signed ? */58 bool visible;59 bool strict; /* CPU Sanity check: strict matching required ? */60 enum ftr_type type;61 u8 shift;62 u8 width;63 s64 safe_val; /* safe value for FTR_EXACT features */
Completed in 5 milliseconds