Home
last modified time | relevance | path

Searched refs:FTR_UNSIGNED (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/kvm/arm64/
H A Dset_id_regs.c27 #define FTR_UNSIGNED false /* Value should be treated as unsigned */ macro
58 __REG_FTR_BITS(reg##_##field, FTR_UNSIGNED, type, reg##_##field##_SHIFT, \
248 if (ftr_bits->sign == FTR_UNSIGNED) { in get_safe_value()
300 if (ftr_bits->sign == FTR_UNSIGNED) { in get_invalid_value()
/linux-6.15/arch/arm64/include/asm/
H A Dcpufeature.h54 #define FTR_UNSIGNED false /* Value should be treated as unsigned */ macro
/linux-6.15/arch/arm64/kernel/
H A Dcpufeature.c203 __ARM64_FTR_BITS(FTR_UNSIGNED, VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL)