Searched refs:ftr (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/testing/selftests/kvm/arm64/ |
| H A D | set_id_regs.c | 278 u64 get_safe_value(const struct reg_ftr_bits *ftr_bits, u64 ftr) in get_safe_value() argument 287 ftr = ftr_bits->safe_val; in get_safe_value() 290 if (ftr > ftr_bits->safe_val) in get_safe_value() 291 ftr--; in get_safe_value() 294 if (ftr < ftr_max) in get_safe_value() 295 ftr++; in get_safe_value() 298 if (ftr == ftr_max) in get_safe_value() 299 ftr = 0; in get_safe_value() 300 else if (ftr != 0) in get_safe_value() 301 ftr++; in get_safe_value() [all …]
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_wr.c | 766 struct csio_iqwr_footer *ftr; in csio_wr_cleanup_iq_ftr() local 777 ftr = (struct csio_iqwr_footer *)((uintptr_t)wr + in csio_wr_cleanup_iq_ftr() 778 (q->wr_sz - sizeof(*ftr))); in csio_wr_cleanup_iq_ftr() 780 memset(ftr, 0, sizeof(*ftr)); in csio_wr_cleanup_iq_ftr() 1110 csio_is_new_iqwr(struct csio_q *q, struct csio_iqwr_footer *ftr) in csio_is_new_iqwr() argument 1112 return (q->un.iq.genbit == (ftr->u.type_gen >> IQWRF_GEN_SHIFT)); in csio_is_new_iqwr() 1135 struct csio_iqwr_footer *ftr; in csio_wr_process_iq() local 1143 ftr = (struct csio_iqwr_footer *)((uintptr_t)wr + in csio_wr_process_iq() 1144 (q->wr_sz - sizeof(*ftr))); in csio_wr_process_iq() 1150 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 | 324 enum vcpu_ftr ftr) in has_feature() argument 327 switch (ftr) { in has_feature()
|
| /linux/arch/x86/include/asm/ |
| H A D | nospec-branch.h | 243 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req ftr2=ALT_NOT(X86_FEATURE_ALWAYS) 245 __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/sound/usb/ |
| H A D | mixer.c | 2141 struct uac2_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() 2144 bmaControls = ftr->bmaControls; in parse_audio_feature_unit() 2146 struct uac3_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() 2149 channels = (ftr->bLength - 7) / 4 - 1; in parse_audio_feature_unit() 2150 bmaControls = ftr->bmaControls; in parse_audio_feature_unit() 2131 struct uac2_feature_unit_descriptor *ftr = _ftr; parse_audio_feature_unit() local 2136 struct uac3_feature_unit_descriptor *ftr = _ftr; parse_audio_feature_unit() local
|