Home
last modified time | relevance | path

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

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