Searched refs:FTR_VISIBLE (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dcpufeature.c38 * - Features marked as FTR_VISIBLE have their sanitised value visible to
39 * userspace. FTR_VISIBLE features in registers that are only visible
51 * systems regardless of FTR_VISIBLE. This is typically driven from the
213 ARM64_FTR_BITS(FTR_VISIBLE, FTR_STRICT, FTR_LOWER_SAFE, ID_AA64ISAR0_EL1_RNDR_SHIFT, 4, 0),
215 ARM64_FTR_BITS(FTR_VISIBLE, FTR_STRICT, FTR_LOWER_SAFE, ID_AA64ISAR0_EL1_TS_SHIFT, 4, 0),
216 ARM64_FTR_BITS(FTR_VISIBLE, FTR_STRICT, FTR_LOWER_SAFE, ID_AA64ISAR0_EL1_FHM_SHIFT, 4, 0),
217 ARM64_FTR_BITS(FTR_VISIBLE, FTR_STRICT, FTR_LOWER_SAFE, ID_AA64ISAR0_EL1_DP_SHIFT, 4, 0),
218 ARM64_FTR_BITS(FTR_VISIBLE, FTR_STRICT, FTR_LOWER_SAFE, ID_AA64ISAR0_EL1_SM4_SHIFT, 4, 0),
219 ARM64_FTR_BITS(FTR_VISIBLE, FTR_STRICT, FTR_LOWER_SAFE, ID_AA64ISAR0_EL1_SM3_SHIFT, 4, 0),
220 ARM64_FTR_BITS(FTR_VISIBLE, FTR_STRIC
[all...]
/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h56 #define FTR_VISIBLE true /* Feature visible to the user space */ macro
60 (IS_ENABLED(config) ? FTR_VISIBLE : FTR_HIDDEN)

Completed in 136 milliseconds