| /kernel/linux/linux-5.10/Documentation/userspace-api/ioctl/ |
| D | ioctl-number.rst | 49 (1) Keeping the ioctl's globally unique helps error checking: 73 0x00 00-1F linux/fs.h conflict! 74 0x00 00-1F scsi/scsi_ioctl.h conflict! 75 0x00 00-1F linux/fb.h conflict! 76 0x00 00-1F linux/wavefront.h conflict! 82 0x10 00-0F drivers/char/s390/vmcp.h 83 0x10 10-1F arch/s390/include/uapi/sclp_ctl.h 84 0x10 20-2F arch/s390/include/uapi/asm/hypfs.h 91 '!' 00-1F uapi/linux/seccomp.h 92 '#' 00-3F IEEE 1394 Subsystem [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/ |
| D | busy_loop.S | 85 0: addi r3, r3, 1 89 /* Return 1 (fail) unless we get through all the checks */ 90 li r3, 1 94 bne 1f 96 bne 1f 98 bne 1f 100 bne 1f 102 bne 1f 104 bne 1f 106 bne 1f [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/ |
| D | busy_loop.S | 85 0: addi r3, r3, 1 89 /* Return 1 (fail) unless we get through all the checks */ 90 li r3, 1 94 bne 1f 96 bne 1f 98 bne 1f 100 bne 1f 102 bne 1f 104 bne 1f 106 bne 1f [all …]
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/ioctl/ |
| D | ioctl-number.rst | 49 (1) Keeping the ioctl's globally unique helps error checking: 73 0x00 00-1F linux/fs.h conflict! 74 0x00 00-1F scsi/scsi_ioctl.h conflict! 75 0x00 00-1F linux/fb.h conflict! 76 0x00 00-1F linux/wavefront.h conflict! 82 0x10 00-0F drivers/char/s390/vmcp.h 83 0x10 10-1F arch/s390/include/uapi/sclp_ctl.h 84 0x10 20-2F arch/s390/include/uapi/asm/hypfs.h 91 0x3E 00-0F linux/counter.h <mailto:linux-iio@vger.kernel.… 92 '!' 00-1F uapi/linux/seccomp.h [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/dynevent/ |
| D | fprobe_syntax_errors.tc | 4 # requires: dynamic_events "f[:[<group>/][<event>]] <func-name>[%return] [<args>]":README 7 ftrace_errlog_check 'trace_fprobe' "$1" 'dynamic_events' 19 check_error 'f^100 vfs_read' # MAXACT_NO_KPROBE 20 check_error 'f^1a111 vfs_read' # BAD_MAXACT 21 check_error 'f^100000 vfs_read' # MAXACT_TOO_BIG 23 check_error 'f ^non_exist_func' # BAD_PROBE_ADDR (enoent) 24 check_error 'f ^vfs_read+10' # BAD_PROBE_ADDR 25 check_error 'f:^/bar vfs_read' # NO_GROUP_NAME 26 check_error 'f:^12345678901234567890123456789012345678901234567890123456789012345/bar vfs_read' # G… 28 check_error 'f:^foo.1/bar vfs_read' # BAD_GROUP_NAME [all …]
|
| /kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
| D | ivtv-yuv.c | 32 struct yuv_frame_info *f = &yi->new_frame_info[frame]; in ivtv_yuv_prep_user_dma() local 40 y_decode_height = uv_decode_height = f->src_h + f->src_y; in ivtv_yuv_prep_user_dma() 42 if (f->offset_y) in ivtv_yuv_prep_user_dma() 128 if (f->offset_y && yi->blanking_dmaptr) { in ivtv_yuv_prep_user_dma() 136 dma->SGarray[dma->SG_length - 1].size |= cpu_to_le32(0x80000000); in ivtv_yuv_prep_user_dma() 151 return -1; in ivtv_yuv_filter_check() 161 /* If any filter is -1, then don't update it */ in ivtv_yuv_filter() 162 if (h_filter > -1) { in ivtv_yuv_filter() 188 if (v_filter_1 > -1) { in ivtv_yuv_filter() 202 if (v_filter_2 > -1) { in ivtv_yuv_filter() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
| D | ivtv-yuv.c | 32 struct yuv_frame_info *f = &yi->new_frame_info[frame]; in ivtv_yuv_prep_user_dma() local 40 y_decode_height = uv_decode_height = f->src_h + f->src_y; in ivtv_yuv_prep_user_dma() 42 if (f->offset_y) in ivtv_yuv_prep_user_dma() 122 if (f->offset_y && yi->blanking_dmaptr) { in ivtv_yuv_prep_user_dma() 130 dma->SGarray[dma->SG_length - 1].size |= cpu_to_le32(0x80000000); in ivtv_yuv_prep_user_dma() 145 return -1; in ivtv_yuv_filter_check() 155 /* If any filter is -1, then don't update it */ in ivtv_yuv_filter() 156 if (h_filter > -1) { in ivtv_yuv_filter() 182 if (v_filter_1 > -1) { in ivtv_yuv_filter() 196 if (v_filter_2 > -1) { in ivtv_yuv_filter() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/powerpc/switch_endian/ |
| D | check.S | 15 bne 1f 18 bne 1f 25 bne 1f 29 bne 1f 32 bne 1f 35 bne 1f 38 bne 1f 41 bne 1f 44 bne 1f 47 bne 1f [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/switch_endian/ |
| D | check.S | 15 bne 1f 18 bne 1f 25 bne 1f 29 bne 1f 32 bne 1f 35 bne 1f 38 bne 1f 41 bne 1f 44 bne 1f 47 bne 1f [all …]
|
| /kernel/linux/linux-6.6/arch/m68k/math-emu/ |
| D | fp_cond.S | 9 * 1. Redistributions of source code must retain the above copyright 57 jra 1f 66 1: printf PDECODE,"%x",1,%a0 71 jeq 1f 72 fp_put_pc %a0,1 73 1: printf PDECODE,"\n" 85 jne 2f 88 subq.w #1,%d0 89 jcs 1f 90 fp_put_pc %a1,1 [all …]
|
| /kernel/linux/linux-5.10/arch/m68k/math-emu/ |
| D | fp_cond.S | 9 * 1. Redistributions of source code must retain the above copyright 57 jra 1f 66 1: printf PDECODE,"%x",1,%a0 71 jeq 1f 72 fp_put_pc %a0,1 73 1: printf PDECODE,"\n" 85 jne 2f 88 subq.w #1,%d0 89 jcs 1f 90 fp_put_pc %a1,1 [all …]
|
| /kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
| D | vivid-touch-cap.c | 16 struct v4l2_pix_format *f = &dev->tch_format; in touch_cap_queue_setup() local 17 unsigned int size = f->sizeimage; in touch_cap_queue_setup() 29 *nplanes = 1; in touch_cap_queue_setup() 36 struct v4l2_pix_format *f = &dev->tch_format; in touch_cap_buf_prepare() local 37 unsigned int size = f->sizeimage; in touch_cap_buf_prepare() 48 dprintk(dev, 1, "%s data will not fit into plane (%lu < %u)\n", in touch_cap_buf_prepare() 120 int vivid_enum_fmt_tch(struct file *file, void *priv, struct v4l2_fmtdesc *f) in vivid_enum_fmt_tch() argument 122 if (f->index) in vivid_enum_fmt_tch() 125 f->pixelformat = V4L2_TCH_FMT_DELTA_TD16; in vivid_enum_fmt_tch() 129 int vivid_g_fmt_tch(struct file *file, void *priv, struct v4l2_format *f) in vivid_g_fmt_tch() argument [all …]
|
| /kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/ |
| D | vivid-touch-cap.c | 16 struct v4l2_pix_format *f = &dev->tch_format; in touch_cap_queue_setup() local 17 unsigned int size = f->sizeimage; in touch_cap_queue_setup() 29 *nplanes = 1; in touch_cap_queue_setup() 36 struct v4l2_pix_format *f = &dev->tch_format; in touch_cap_buf_prepare() local 37 unsigned int size = f->sizeimage; in touch_cap_buf_prepare() 48 dprintk(dev, 1, "%s data will not fit into plane (%lu < %u)\n", in touch_cap_buf_prepare() 120 int vivid_enum_fmt_tch(struct file *file, void *priv, struct v4l2_fmtdesc *f) in vivid_enum_fmt_tch() argument 122 if (f->index) in vivid_enum_fmt_tch() 125 f->pixelformat = V4L2_TCH_FMT_DELTA_TD16; in vivid_enum_fmt_tch() 129 int vivid_g_fmt_tch(struct file *file, void *priv, struct v4l2_format *f) in vivid_g_fmt_tch() argument [all …]
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_filter.c | 56 static int set_tcb_field(struct adapter *adap, struct filter_entry *f, in set_tcb_field() argument 75 set_wr_txq(skb, CPL_PRIORITY_CONTROL, f->fs.val.iport & 0x3); in set_tcb_field() 82 static int set_tcb_tflag(struct adapter *adap, struct filter_entry *f, in set_tcb_tflag() argument 86 return set_tcb_field(adap, f, ftid, TCB_T_FLAGS_W, 1ULL << bit_pos, in set_tcb_tflag() 93 struct ulptx_idata *sc = (struct ulptx_idata *)(txpkt + 1); in mk_abort_req_ulp() 108 struct ulptx_idata *sc = (struct ulptx_idata *)(txpkt + 1); in mk_abort_rpl_ulp() 120 static void mk_set_tcb_ulp(struct filter_entry *f, in mk_set_tcb_ulp() argument 126 struct ulptx_idata *sc = (struct ulptx_idata *)(txpkt + 1); in mk_set_tcb_ulp() 132 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, f->tid)); in mk_set_tcb_ulp() 138 sc = (struct ulptx_idata *)(req + 1); in mk_set_tcb_ulp() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
| D | cxgb4_filter.c | 56 static int set_tcb_field(struct adapter *adap, struct filter_entry *f, in set_tcb_field() argument 75 set_wr_txq(skb, CPL_PRIORITY_CONTROL, f->fs.val.iport & 0x3); in set_tcb_field() 82 static int set_tcb_tflag(struct adapter *adap, struct filter_entry *f, in set_tcb_tflag() argument 86 return set_tcb_field(adap, f, ftid, TCB_T_FLAGS_W, 1ULL << bit_pos, in set_tcb_tflag() 93 struct ulptx_idata *sc = (struct ulptx_idata *)(txpkt + 1); in mk_abort_req_ulp() 108 struct ulptx_idata *sc = (struct ulptx_idata *)(txpkt + 1); in mk_abort_rpl_ulp() 120 static void mk_set_tcb_ulp(struct filter_entry *f, in mk_set_tcb_ulp() argument 126 struct ulptx_idata *sc = (struct ulptx_idata *)(txpkt + 1); in mk_set_tcb_ulp() 132 OPCODE_TID(req) = htonl(MK_OPCODE_TID(CPL_SET_TCB_FIELD, f->tid)); in mk_set_tcb_ulp() 138 sc = (struct ulptx_idata *)(req + 1); in mk_set_tcb_ulp() [all …]
|
| /kernel/linux/linux-6.6/arch/s390/lib/ |
| D | test_modules.h | 5 #define __REPEAT_10000_3(f, x) \ argument 6 f(x ## 0); \ 7 f(x ## 1); \ 8 f(x ## 2); \ 9 f(x ## 3); \ 10 f(x ## 4); \ 11 f(x ## 5); \ 12 f(x ## 6); \ 13 f(x ## 7); \ 14 f(x ## 8); \ [all …]
|
| /kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
| D | rseq-mips-bits.h | 19 RSEQ_ASM_DEFINE_TABLE(9, 1f, 2f, 4f) /* start, commit, abort */ in RSEQ_TEMPLATE_IDENTIFIER() 20 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() 22 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error1]) in RSEQ_TEMPLATE_IDENTIFIER() 23 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER() 26 RSEQ_ASM_STORE_RSEQ_CS(1, 3f, rseq_cs) in RSEQ_TEMPLATE_IDENTIFIER() 27 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in RSEQ_TEMPLATE_IDENTIFIER() 41 "b 5f\n\t" in RSEQ_TEMPLATE_IDENTIFIER() 42 RSEQ_ASM_DEFINE_ABORT(3, 4, "", abort, 1b, 2b, 4f) in RSEQ_TEMPLATE_IDENTIFIER() 62 return -1; in RSEQ_TEMPLATE_IDENTIFIER() 64 return 1; in RSEQ_TEMPLATE_IDENTIFIER() [all …]
|
| D | rseq-arm-bits.h | 19 RSEQ_ASM_DEFINE_TABLE(9, 1f, 2f, 4f) /* start, commit, abort */ in RSEQ_TEMPLATE_IDENTIFIER() 20 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() 22 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error1]) in RSEQ_TEMPLATE_IDENTIFIER() 23 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER() 26 RSEQ_ASM_STORE_RSEQ_CS(1, 3f, rseq_cs) in RSEQ_TEMPLATE_IDENTIFIER() 27 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in RSEQ_TEMPLATE_IDENTIFIER() 43 "b 5f\n\t" in RSEQ_TEMPLATE_IDENTIFIER() 44 RSEQ_ASM_DEFINE_ABORT(3, 4, "", abort, 1b, 2b, 4f) in RSEQ_TEMPLATE_IDENTIFIER() 66 return -1; in RSEQ_TEMPLATE_IDENTIFIER() 69 return 1; in RSEQ_TEMPLATE_IDENTIFIER() [all …]
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| D | unaligned.c | 9 * 2002/12/09 Fix rotating register handling (off-by-1 error, missing fr-rotation). Fix 75 * 4 | 1 | 6 | = 11 bits 173 unsigned long x:1; /* [27:27] */ 177 unsigned long m:1; /* [36:36] */ 193 * The offset is simply shifted by 1 bit. 203 #define RPT(x) (RPO(x) << 1) 204 #define RSW(x) (1| RSO(x)<<1) 206 #define GR_OFFS(x) (gr_info[x]>>1) 209 #define FR_OFFS(x) (fr_info[x]>>1) 248 # define F(reg) case reg: ia64_invala_gr(reg); break in invala_gr() macro [all …]
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | unaligned.c | 9 * 2002/12/09 Fix rotating register handling (off-by-1 error, missing fr-rotation). Fix 75 * 4 | 1 | 6 | = 11 bits 173 unsigned long x:1; /* [27:27] */ 177 unsigned long m:1; /* [36:36] */ 193 * The offset is simply shifted by 1 bit. 203 #define RPT(x) (RPO(x) << 1) 204 #define RSW(x) (1| RSO(x)<<1) 206 #define GR_OFFS(x) (gr_info[x]>>1) 209 #define FR_OFFS(x) (fr_info[x]>>1) 248 # define F(reg) case reg: ia64_invala_gr(reg); break in invala_gr() macro [all …]
|
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| D | dt_cpu_ftrs.c | 31 #define USABLE_PR (1U << 0) 32 #define USABLE_OS (1U << 1) 33 #define USABLE_HV (1U << 2) 35 #define HV_SUPPORT_HFSCR (1U << 0) 36 #define OS_SUPPORT_FSCR (1U << 0) 135 cur_cpu_spec->pvr_mask = -1; in cpufeatures_setup_cpu() 154 static int __init feat_try_enable_unknown(struct dt_cpu_feature *f) in feat_try_enable_unknown() argument 156 if (f->hv_support == HV_SUPPORT_NONE) { in feat_try_enable_unknown() 157 } else if (f->hv_support & HV_SUPPORT_HFSCR) { in feat_try_enable_unknown() 159 hfscr |= 1UL << f->hfscr_bit_nr; in feat_try_enable_unknown() [all …]
|
| /kernel/linux/linux-6.6/arch/powerpc/kernel/ |
| D | dt_cpu_ftrs.c | 30 #define USABLE_PR (1U << 0) 31 #define USABLE_OS (1U << 1) 32 #define USABLE_HV (1U << 2) 34 #define HV_SUPPORT_HFSCR (1U << 0) 35 #define OS_SUPPORT_FSCR (1U << 0) 115 cur_cpu_spec->pvr_mask = -1; in cpufeatures_setup_cpu() 134 static int __init feat_try_enable_unknown(struct dt_cpu_feature *f) in feat_try_enable_unknown() argument 136 if (f->hv_support == HV_SUPPORT_NONE) { in feat_try_enable_unknown() 137 } else if (f->hv_support & HV_SUPPORT_HFSCR) { in feat_try_enable_unknown() 139 hfscr |= 1UL << f->hfscr_bit_nr; in feat_try_enable_unknown() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ceph/ |
| D | rados.h | 29 #define CEPH_SNAPDIR ((__u64)(-1)) /* reserved for hidden .snap dir */ 42 #define CEPH_OBJECT_LAYOUT_HASH 1 50 #define CEPH_PG_LAYOUT_HASH 1 83 #define CEPH_NOPOOL ((__u64) (-1)) /* pool id not defined */ 85 #define CEPH_POOL_TYPE_REP 1 93 * containing power of 2 minus 1. 95 * b <= bmask and bmask=(2**n)-1 103 return x & (bmask >> 1); in ceph_stable_mod() 127 #define CEPH_OSD_EXISTS (1<<0) 128 #define CEPH_OSD_UP (1<<1) [all …]
|
| /kernel/linux/linux-6.6/arch/csky/abiv2/ |
| D | strcmp.S | 12 bnez a2, 7f 14 bnez t1, 5f 16 1: 20 /* If s1[i] != s2[i], goto 2f. */ 22 bt 2f 25 /* If at the end, goto 3f (finish comparing). */ 26 bf 3f 31 bt 2f 33 bf 3f 38 bt 2f [all …]
|
| /kernel/linux/linux-5.10/arch/csky/abiv2/ |
| D | strcmp.S | 12 bnez a2, 7f 14 bnez t1, 5f 16 1: 20 /* If s1[i] != s2[i], goto 2f. */ 22 bt 2f 25 /* If at the end, goto 3f (finish comparing). */ 26 bf 3f 31 bt 2f 33 bf 3f 38 bt 2f [all …]
|