Searched refs:FTR_UNSIGNED (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/kvm/aarch64/ |
| 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, \ 243 if (ftr_bits->sign == FTR_UNSIGNED) { in get_safe_value() 295 if (ftr_bits->sign == FTR_UNSIGNED) { in get_invalid_value()
|
| /linux/arch/arm64/include/asm/ |
| A D | cpufeature.h | 54 #define FTR_UNSIGNED false /* Value should be treated as unsigned */ macro
|
| /linux/arch/arm64/kernel/ |
| A D | cpufeature.c | 193 __ARM64_FTR_BITS(FTR_UNSIGNED, VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL)
|
Completed in 14 milliseconds