Searched refs:ftr (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/tools/testing/selftests/kvm/arm64/ |
| H A D | set_id_regs.c | 255 ftr--; in get_safe_value() 259 ftr++; in get_safe_value() 265 ftr++; in get_safe_value() 277 ftr--; in get_safe_value() 284 if (ftr != 0 && ftr != ftr_max - 1) in get_safe_value() 306 ftr++; in get_invalid_value() 309 ftr--; in get_invalid_value() 326 ftr++; in get_invalid_value() 329 ftr--; in get_invalid_value() 357 ftr = get_safe_value(ftr_bits, ftr); in test_reg_set_success() [all …]
|
| /linux-6.15/drivers/scsi/csiostor/ |
| H A D | csio_wr.c | 767 struct csio_iqwr_footer *ftr; in csio_wr_cleanup_iq_ftr() local 779 (q->wr_sz - sizeof(*ftr))); in csio_wr_cleanup_iq_ftr() 781 memset(ftr, 0, sizeof(*ftr)); in csio_wr_cleanup_iq_ftr() 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() 1156 wr_type = IQWRF_TYPE_GET(ftr->u.type_gen); in csio_wr_process_iq() 1165 ntohl(ftr->pldbuflen_qid), in csio_wr_process_iq() 1169 fw_qid = ntohl(ftr->pldbuflen_qid); in csio_wr_process_iq() [all …]
|
| /linux-6.15/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-6.15/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-6.15/arch/powerpc/kvm/ |
| H A D | e500.h | 328 enum vcpu_ftr ftr) in has_feature() argument 331 switch (ftr) { in has_feature()
|
| /linux-6.15/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-6.15/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-6.15/drivers/hwtracing/coresight/ |
| H A D | coresight-etm4x-core.c | 358 struct etm4_arch_features *ftr; in etm4_enable_arch_specific() local 362 ftr = &etm4_features[bit]; in etm4_enable_arch_specific() 364 if (ftr->arch_callback) in etm4_enable_arch_specific() 365 ftr->arch_callback(true); in etm4_enable_arch_specific() 371 struct etm4_arch_features *ftr; in etm4_disable_arch_specific() local 375 ftr = &etm4_features[bit]; in etm4_disable_arch_specific() 377 if (ftr->arch_callback) in etm4_disable_arch_specific() 378 ftr->arch_callback(false); in etm4_disable_arch_specific()
|
| /linux-6.15/sound/usb/ |
| H A D | mixer.c | 2000 struct uac2_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local 2003 bmaControls = ftr->bmaControls; in parse_audio_feature_unit() 2005 struct uac3_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local 2008 channels = (ftr->bLength - 7) / 4 - 1; in parse_audio_feature_unit() 2009 bmaControls = ftr->bmaControls; in parse_audio_feature_unit()
|