Home
last modified time | relevance | path

Searched defs:arm64_ftr_bits (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/arch/arm64/include/asm/
A Dcpufeature.h57 struct arm64_ftr_bits { struct
58 bool sign; /* Value is signed ? */
59 bool visible;
60 bool strict; /* CPU Sanity check: strict matching required ? */
61 enum ftr_type type;
62 u8 shift;
63 u8 width;
64 s64 safe_val; /* safe value for FTR_EXACT features */

Completed in 6 milliseconds