Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dcpufeature.h56 struct arm64_ftr_bits { struct
77 const struct arm64_ftr_bits *ftr_bits; argument
/kernel/linux/linux-6.6/arch/arm64/include/asm/
Dcpufeature.h60 struct arm64_ftr_bits { struct
61 bool sign; /* Value is signed ? */
62 bool visible;
63 bool strict; /* CPU Sanity check: strict matching required ? */
64 enum ftr_type type;
65 u8 shift;
66 u8 width;
67 s64 safe_val; /* safe value for FTR_EXACT features */