Searched refs:FTR_UNSIGNED (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | cpufeature.c | 150 __ARM64_FTR_BITS(FTR_UNSIGNED, VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL) 1755 .sign = FTR_UNSIGNED, 1766 .sign = FTR_UNSIGNED, 1779 .sign = FTR_UNSIGNED, 1826 .sign = FTR_UNSIGNED, 1837 .sign = FTR_UNSIGNED, 1880 .sign = FTR_UNSIGNED, 1891 .sign = FTR_UNSIGNED, 1905 .sign = FTR_UNSIGNED, 1923 .sign = FTR_UNSIGNED, [all …]
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | cpufeature.h | 48 #define FTR_UNSIGNED false /* Value should be treated as unsigned */ macro
|