Searched refs:ftr (Results 1 – 10 of 10) sorted by relevance
/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | set_id_regs.c | 23 FTR_END, /* Mark the last ftr bits */ 238 /* Return a safe value to a given ftr_bits an ftr value */ in get_safe_value() 239 uint64_t get_safe_value(const struct reg_ftr_bits *ftr_bits, uint64_t ftr) in get_safe_value() 246 ftr = ftr_bits->safe_val; in get_safe_value() 249 if (ftr > ftr_bits->safe_val) in get_safe_value() 250 ftr--; in get_safe_value() 253 if (ftr < ftr_max) in get_safe_value() 254 ftr++; in get_safe_value() 257 if (ftr == ftr_max) in get_safe_value() 258 ftr in get_safe_value() 229 get_safe_value(const struct reg_ftr_bits * ftr_bits,uint64_t ftr) get_safe_value() argument 281 get_invalid_value(const struct reg_ftr_bits * ftr_bits,uint64_t ftr) get_invalid_value() argument 337 uint64_t val, new_val, ftr; test_reg_set_success() local 360 uint64_t val, old_val, ftr; test_reg_set_fail() local [all...] |
/linux/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 767 struct csio_iqwr_footer *ftr; in csio_wr_cleanup_iq_ftr() local 778 ftr = (struct csio_iqwr_footer *)((uintptr_t)wr + in csio_wr_cleanup_iq_ftr() 779 (q->wr_sz - sizeof(*ftr))); in csio_wr_cleanup_iq_ftr() 781 memset(ftr, 0, sizeof(*ftr)); in csio_wr_cleanup_iq_ftr() 1111 csio_is_new_iqwr(struct csio_q *q, struct csio_iqwr_footer *ftr) in csio_is_new_iqwr() argument 1113 return (q->un.iq.genbit == (ftr->u.type_gen >> IQWRF_GEN_SHIFT)); in csio_is_new_iqwr() 1136 struct csio_iqwr_footer *ftr; in csio_wr_process_iq() local 1144 ftr = (struct csio_iqwr_footer *)((uintptr_t)wr + in csio_wr_process_iq() 1145 (q->wr_sz - sizeof(*ftr))); in csio_wr_process_iq() 1151 while (csio_is_new_iqwr(q, ftr)) { in csio_wr_process_iq() [all …]
|
/linux/arch/arm64/include/asm/ |
H A D | archrandom.h | 128 unsigned long ftr = read_sysreg_s(SYS_ID_AA64ISAR0_EL1); in __early_cpu_has_rndr() local 129 return (ftr >> ID_AA64ISAR0_EL1_RNDR_SHIFT) & 0xf; in __early_cpu_has_rndr()
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 85 static inline bool have_hwcap(unsigned long ftr) in have_hwcap() argument 87 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
|
/linux/arch/powerpc/kvm/ |
H A D | e500.h | 326 enum vcpu_ftr ftr) in has_feature() argument 329 switch (ftr) { in has_feature()
|
/linux/arch/x86/include/asm/ |
H A D | nospec-branch.h | 257 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req ftr2=ALT_NOT(X86_FEATURE_ALWAYS) 259 __stringify(__FILL_RETURN_BUFFER(\reg,\nr)), \ftr, \
|
/linux/drivers/rapidio/ |
H A D | rio.h | 19 u8 hopcount, int ftr);
|
H A D | rio.c | 1384 u8 hopcount, int ftr) in rio_mport_get_feature() argument 1403 if (RIO_GET_BLOCK_ID(ftr_header) == ftr) in rio_mport_get_feature()
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-core.c | 349 struct etm4_arch_features *ftr; in etm4_enable_arch_specific() local 353 ftr = &etm4_features[bit]; in etm4_enable_arch_specific() 355 if (ftr->arch_callback) in etm4_enable_arch_specific() 356 ftr->arch_callback(true); in etm4_enable_arch_specific() 362 struct etm4_arch_features *ftr; in etm4_disable_arch_specific() local 366 ftr = &etm4_features[bit]; in etm4_disable_arch_specific() 368 if (ftr->arch_callback) in etm4_disable_arch_specific() 369 ftr->arch_callback(false); in etm4_disable_arch_specific()
|
/linux/sound/usb/ |
H A D | mixer.c | 2028 struct uac2_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() 2031 bmaControls = ftr->bmaControls; in parse_audio_feature_unit() 2033 struct uac3_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() 2036 channels = (ftr->bLength - 7) / 4 - 1; in parse_audio_feature_unit() 2037 bmaControls = ftr->bmaControls; in parse_audio_feature_unit() 2027 struct uac2_feature_unit_descriptor *ftr = _ftr; parse_audio_feature_unit() local 2032 struct uac3_feature_unit_descriptor *ftr = _ftr; parse_audio_feature_unit() local
|