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

/linux-master/tools/testing/selftests/kvm/aarch64/
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, \
231 if (ftr_bits->sign == FTR_UNSIGNED) {
283 if (ftr_bits->sign == FTR_UNSIGNED) {
/linux-master/arch/arm64/include/asm/
H A Dcpufeature.h54 #define FTR_UNSIGNED false /* Value should be treated as unsigned */ macro
/linux-master/arch/arm64/kernel/
H A Dcpufeature.c48 * may be signed or unsigned (FTR_SIGNED and FTR_UNSIGNED accordingly).
193 __ARM64_FTR_BITS(FTR_UNSIGNED, VISIBLE, STRICT, TYPE, SHIFT, WIDTH, SAFE_VAL)

Completed in 178 milliseconds