Searched refs:FTR_UNSIGNED (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | set_id_regs.c | 27 #define FTR_UNSIGNED false /* Value should be treated as unsigned */ macro 58 __REG_FTR_BITS(reg##_##field, FTR_UNSIGNED, type, reg##_##field##_SHIFT, \ 274 if (ftr_bits->sign == FTR_UNSIGNED) { in get_safe_value() 328 if (ftr_bits->sign == FTR_UNSIGNED) { in get_invalid_value()
|
| /linux/arch/arm64/include/asm/ |
| H A D | cpufeature.h | 54 #define FTR_UNSIGNED false /* Value should be treated as unsigned */ macro
|
| /linux/arch/arm64/kernel/ |
| H A D | cpufeature.c | 205 __ARM64_FTR_BITS(FTR_UNSIGNED, VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL)
|