Searched refs:ftr (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/powerpc/include/ |
| D | utils.h | 44 static inline bool have_hwcap(unsigned long ftr) in have_hwcap() argument 46 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
|
| /Linux-v5.4/drivers/scsi/csiostor/ |
| 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-v5.4/arch/x86/include/asm/ |
| D | nospec-branch.h | 139 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req 144 \ftr
|
| /Linux-v5.4/arch/powerpc/kvm/ |
| D | e500.h | 326 enum vcpu_ftr ftr) in has_feature() argument 329 switch (ftr) { in has_feature()
|
| /Linux-v5.4/drivers/rapidio/ |
| D | rio.h | 19 u8 hopcount, int ftr);
|
| 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-v5.4/arch/powerpc/kernel/ |
| D | exceptions-64s.S | 162 #define OPT_GET_SPR(ra, spr, ftr) \ argument 165 END_FTR_SECTION_NESTED(ftr,ftr,943) 170 #define OPT_SET_SPR(ra, spr, ftr) \ argument 173 END_FTR_SECTION_NESTED(ftr,ftr,943) 178 #define OPT_SAVE_REG_TO_PACA(offset, ra, ftr) \ argument 181 END_FTR_SECTION_NESTED(ftr,ftr,943)
|
| /Linux-v5.4/sound/usb/ |
| D | mixer.c | 1859 struct uac2_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local 1862 bmaControls = ftr->bmaControls; in parse_audio_feature_unit() 1864 struct uac3_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local 1867 channels = (ftr->bLength - 7) / 4 - 1; in parse_audio_feature_unit() 1868 bmaControls = ftr->bmaControls; in parse_audio_feature_unit()
|