/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_b.S | 8 bnone a2, a3, 1f 10 1: 12 bnone a2, a3, 1f 13 j 2f 14 1: 22 beq a2, a3, 1f 24 1: 25 movi a2, 1 26 beq a2, a3, 1f 27 j 2f [all …]
|
H A D | test_bi.S | 7 beqi a2, 7, 1f 9 1: 10 movi a2, 1 11 beqi a2, 7, 1f 12 j 2f 13 1: 19 movi a2, 1 20 bnei a2, 7, 1f 22 1: 24 bnei a2, 7, 1f [all …]
|
H A D | test_loop.S | 10 loop a3, 1f 11 addi a2, a2, 1 12 1: 18 loop a2, 1f 20 assert eqi, a2, -1 21 j 1f 22 1: 28 loop a3, 1f 29 addi a2, a2, 1 30 j 1f [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A 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 …]
|
/openbmc/linux/arch/m68k/math-emu/ |
H A 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 …]
|
/openbmc/linux/Documentation/userspace-api/ioctl/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/powerpc/switch_endian/ |
H A 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 …]
|
/openbmc/linux/drivers/media/pci/ivtv/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/ftrace/test.d/dynevent/ |
H A 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 …]
|
/openbmc/linux/drivers/media/test-drivers/vivid/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/rseq/ |
H A 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 …]
|
H A 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 …]
|
H A D | rseq-x86-bits.h | 21 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in RSEQ_TEMPLATE_IDENTIFIER() 22 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() 24 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error1]) in RSEQ_TEMPLATE_IDENTIFIER() 25 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER() 28 RSEQ_ASM_STORE_RSEQ_CS(1, 3b, RSEQ_ASM_TP_SEGMENT:RSEQ_CS_OFFSET(%[rseq_offset])) in RSEQ_TEMPLATE_IDENTIFIER() 29 RSEQ_ASM_CMP_CPU_ID(cpu_id, RSEQ_ASM_TP_SEGMENT:RSEQ_TEMPLATE_CPU_ID_OFFSET(%[rseq_offset]), 4f) in RSEQ_TEMPLATE_IDENTIFIER() 62 return -1; in RSEQ_TEMPLATE_IDENTIFIER() 65 return 1; in RSEQ_TEMPLATE_IDENTIFIER() 87 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in RSEQ_TEMPLATE_IDENTIFIER() 88 RSEQ_ASM_DEFINE_EXIT_POINT(1f, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER() [all …]
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A 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 …]
|
/openbmc/linux/arch/powerpc/kernel/ |
H A 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 …]
|
/openbmc/linux/arch/csky/abiv2/ |
H A 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 …]
|
/openbmc/linux/arch/ia64/kernel/ |
H A 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 …]
|
/openbmc/linux/net/netfilter/ |
H A D | nft_set_pipapo.c | 96 * group 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 98 * 1 113 * - rule #1: 192.168.1.0/24 123 * - rule #1: 192.168.1.0/24 mapping to buckets 124 * < 12 0 10 8 0 1 < 0..15 > < 0..15 > > 126 * < 12 0 10 8 0 2 0 < 0..1 > > 133 * group 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 134 * 0 0 1,2 135 * 1 1,2 0 136 * 2 0 1,2 [all …]
|
/openbmc/linux/include/linux/ceph/ |
H A 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 …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | linked_list.c | 18 struct foo *f; in list_push_pop() local 20 f = bpf_obj_new(typeof(*f)); in list_push_pop() 21 if (!f) in list_push_pop() 29 bpf_obj_drop(f); in list_push_pop() 38 bpf_obj_drop(f); in list_push_pop() 44 f->data = 42; in list_push_pop() 45 bpf_list_push_front(head, &f->node2); in list_push_pop() 54 f = container_of(n, struct foo, node2); in list_push_pop() 55 if (f->data != 42) { in list_push_pop() 56 bpf_obj_drop(f); in list_push_pop() [all …]
|
/openbmc/linux/arch/xtensa/lib/ |
H A D | checksum.S | 35 bgeu sum, val, 99f ; \ 36 addi sum, sum, 1 ; \ 48 bnez a5, 8f /* branch if 2-byte aligned */ 50 1: 53 loopgtz a5, 2f 55 beqz a5, 2f 83 loopgtz a5, 3f 85 beqz a5, 3f 97 _bbci.l a3, 1, 5f /* remaining 2-byte chunk */ 102 _bbci.l a3, 0, 7f /* remaining 1-byte chunk */ [all …]
|
H A D | usercopy.S | 32 * 8B, 4B, 2B, and 1B copies conditional on the length. 36 * copying 1B and 2B and then retest. 73 bbsi.l a2, 0, .Ldst1mod2 # if dst is 1 mod 2 74 bbsi.l a2, 1, .Ldst2mod4 # if dst is 2 mod 4 92 # copy 1 byte 93 EX(10f) l8ui a6, a3, 0 94 addi a3, a3, 1 95 EX(10f) s8i a6, a5, 0 96 addi a5, a5, 1 97 addi a4, a4, -1 [all …]
|
/openbmc/linux/include/linux/mtd/ |
H A D | sh_flctl.h | 18 #define FLCMNCR(f) (f->reg + 0x0) argument 19 #define FLCMDCR(f) (f->reg + 0x4) argument 20 #define FLCMCDR(f) (f->reg + 0x8) argument 21 #define FLADR(f) (f->reg + 0xC) argument 22 #define FLADR2(f) (f->reg + 0x3C) argument 23 #define FLDATAR(f) (f->reg + 0x10) argument 24 #define FLDTCNTR(f) (f->reg + 0x14) argument 25 #define FLINTDMACR(f) (f->reg + 0x18) argument 26 #define FLBSYTMR(f) (f->reg + 0x1C) argument 27 #define FLBSYCNT(f) (f->reg + 0x20) argument [all …]
|
/openbmc/linux/arch/s390/lib/ |
H A 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 …]
|
/openbmc/linux/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_common.h | 27 #define HFA384X_RID_CNFWDSADDRESS1 0xFC11 /* AP f/w only */ 28 #define HFA384X_RID_CNFWDSADDRESS2 0xFC12 /* AP f/w only */ 29 #define HFA384X_RID_CNFWDSADDRESS3 0xFC13 /* AP f/w only */ 30 #define HFA384X_RID_CNFWDSADDRESS4 0xFC14 /* AP f/w only */ 31 #define HFA384X_RID_CNFWDSADDRESS5 0xFC15 /* AP f/w only */ 32 #define HFA384X_RID_CNFWDSADDRESS6 0xFC16 /* AP f/w only */ 33 #define HFA384X_RID_CNFMULTICASTPMBUFFERING 0xFC17 /* AP f/w only */ 44 #define HFA384X_RID_CNFMAXASSOCSTA 0xFC2B /* AP f/w only */ 47 #define HFA384X_RID_CNFHOSTAUTHENTICATION 0xFC2E /* AP f/w only */ 52 #define HFA384X_RID_CNFAPPCFINFO 0xFC34 /* AP f/w only */ [all …]
|