Home
last modified time | relevance | path

Searched +full:2 +full:f (Results 1 – 25 of 1155) sorted by relevance

12345678910>>...47

/linux/tools/testing/selftests/drivers/net/hw/
H A Drss_ctx.py33 ksft_eq(bool(non_zero), True, comment=f"RSS key is all zero {data['rss-hash-key']}")
37 return ethtool(f"-x {cfg.ifname} context {context}", json=True)[0]
51 output = ethtool(f"{act} {cfg.ifname} {opts}").stdout
58 features = ethtool(f"-k {cfg.ifname}", json=True)[0]
62 ethtool(f"-K {cfg.ifname} ntuple-filters on")
63 defer(ethtool, f"-K {cfg.ifname} ntuple-filters off")
71 …raise KsftSkipEx(f"Test requires at least {need_cnt} contexts, but device only has {cfg.context_cn…
104 ksft_ge(directed, 20000, f"traffic on {name}: " + str(cnts))
106 ksft_lt(sum(cnts[i] for i in params['noise']), directed / 2,
107 f"traffic on other queues ({name})':" + str(cnts))
[all …]
/linux/arch/xtensa/lib/
H A Dchecksum.S29 * This function assumes 2- or 4-byte alignment. Other alignments will fail!
35 bgeu sum, val, 99f ; \
44 * is aligned on either a 2-byte or 4-byte boundary.
47 extui a5, a2, 0, 2
48 bnez a5, 8f /* branch if 2-byte aligned */
53 loopgtz a5, 2f
55 beqz a5, 2f
80 2:
81 extui a5, a3, 2, 3 /* remaining 4-byte chunks */
83 loopgtz a5, 3f
[all …]
H A Dusercopy.S32 * 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
93 EX(10f) l8ui a6, a3, 0
95 EX(10f) s8i a6, a5, 0
101 # copy 2 bytes
103 EX(10f) l8ui a6, a3, 0
104 EX(10f) l8ui a7, a3, 1
105 addi a3, a3, 2
[all …]
/linux/arch/m68k/math-emu/
H A Dfp_cond.S12 * 2. Redistributions in binary form must reproduce the above copyright
56 lea (-2,%a0,%d2.w),%a0
57 jra 1f
65 lea (-2,%a0,%d0.l),%a0
71 jeq 1f
82 printf PDECODE,"d%d,%x\n",2,%d0,%a1
85 jne 2f
89 jcs 1f
92 2: jra fp_end
147 jmp ([0f:w,%pc,%d0*4])
[all …]
H A Dfp_util.S12 * 2. Redistributions in binary form must reproduce the above copyright
64 jmi 1f
66 jmi 1f
68 jpl 2f
70 2: clr.l %d0
98 printf PCONV,"l2e: %p -> %p(",2,%d0,%a0
102 jpl 1f | positive?
129 printf PCONV,"s2e: %p -> %p(",2,%d0,%a0
240 jpl 9f | zero is closer
244 jeq 9f | round to zero
[all …]
H A Dfp_decode.h12 * 2. Redistributions in binary form must reproduce the above copyright
73 bfextu %d2{#8,#2},%d0
74 jmp ([0f:w,%pc,%d0*4])
78 | .long "f<op>","fscc/fdbcc"
86 jmp ([0f:w,%pc,%d0*4])
90 | .long "f<op> fpx,fpx","invalid instr"
91 | .long "f<op> <ea>,fpx","fmove fpx,<ea>"
116 jmp ([0f:w,%pc,%d0*4])
143 jne 1\@f
146 jra 2\@f
[all …]
/linux/arch/csky/abiv2/
H A Dstrcmp.S12 bnez a2, 7f
14 bnez t1, 5f
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
40 bf 3f
[all …]
/linux/tools/testing/selftests/rseq/
H A Drseq-riscv-bits.h13 __asm__ __volatile__ goto(RSEQ_ASM_DEFINE_TABLE(1, 2f, 3f, 4f) in RSEQ_TEMPLATE_IDENTIFIER()
14 RSEQ_ASM_DEFINE_EXIT_POINT(2f, "%l[cmpfail]") in RSEQ_TEMPLATE_IDENTIFIER()
16 RSEQ_ASM_DEFINE_EXIT_POINT(2f, "%l[error1]") in RSEQ_TEMPLATE_IDENTIFIER()
17 RSEQ_ASM_DEFINE_EXIT_POINT(2f, "%l[error2]") in RSEQ_TEMPLATE_IDENTIFIER()
19 RSEQ_ASM_STORE_RSEQ_CS(2, 1b, rseq_cs) in RSEQ_TEMPLATE_IDENTIFIER()
20 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in RSEQ_TEMPLATE_IDENTIFIER()
67 __asm__ __volatile__ goto(RSEQ_ASM_DEFINE_TABLE(1, 2f, 3f, 4f) in RSEQ_TEMPLATE_IDENTIFIER()
68 RSEQ_ASM_DEFINE_EXIT_POINT(2f, "%l[cmpfail]") in RSEQ_TEMPLATE_IDENTIFIER()
70 RSEQ_ASM_DEFINE_EXIT_POINT(2f, "%l[error1]") in RSEQ_TEMPLATE_IDENTIFIER()
71 RSEQ_ASM_DEFINE_EXIT_POINT(2f, "%l[error2]") in RSEQ_TEMPLATE_IDENTIFIER()
[all …]
H A Drseq-arm64-bits.h20 RSEQ_ASM_DEFINE_TABLE(1, 2f, 3f, 4f) in RSEQ_TEMPLATE_IDENTIFIER()
21 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER()
23 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[error1]) in RSEQ_TEMPLATE_IDENTIFIER()
24 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER()
26 RSEQ_ASM_STORE_RSEQ_CS(2, 1b, rseq_cs) in RSEQ_TEMPLATE_IDENTIFIER()
27 RSEQ_ASM_CMP_CPU_ID(cpu_id, current_cpu_id, 4f) in RSEQ_TEMPLATE_IDENTIFIER()
78 RSEQ_ASM_DEFINE_TABLE(1, 2f, 3f, 4f) in RSEQ_TEMPLATE_IDENTIFIER()
79 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[cmpfail]) in RSEQ_TEMPLATE_IDENTIFIER()
81 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[error1]) in RSEQ_TEMPLATE_IDENTIFIER()
82 RSEQ_ASM_DEFINE_EXIT_POINT(2f, %l[error2]) in RSEQ_TEMPLATE_IDENTIFIER()
[all …]
H A Drseq-arm-bits.h19 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 "2:\n\t" 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()
87 RSEQ_ASM_DEFINE_TABLE(9, 1f, 2f, 4f) /* start, commit, abort */ in RSEQ_TEMPLATE_IDENTIFIER()
[all …]
H A Drseq-mips-bits.h19 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()
39 "2:\n\t" 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()
80 RSEQ_ASM_DEFINE_TABLE(9, 1f, 2f, 4f) /* start, commit, abort */ in RSEQ_TEMPLATE_IDENTIFIER()
[all …]
/linux/arch/csky/lib/
H A Dusercopy.c14 " bf 7f \n" in raw_copy_from_user()
16 " or %3, %2 \n" in raw_copy_from_user()
19 " bf 1f \n" in raw_copy_from_user()
20 " br 5f \n" in raw_copy_from_user()
22 " bt 3f \n" in raw_copy_from_user()
23 "2: ldw %3, (%2, 0) \n" in raw_copy_from_user()
24 "10: ldw %4, (%2, 4) \n" in raw_copy_from_user()
27 "11: ldw %3, (%2, 8) \n" in raw_copy_from_user()
28 "12: ldw %4, (%2, 12) \n" in raw_copy_from_user()
31 " addi %2, 16 \n" in raw_copy_from_user()
[all …]
/linux/drivers/video/fbdev/
H A Datafb_utils.h55 " lsr.l #1,%1 ; jcc 1f ; move.b %2,-(%0)\n" in fb_memclear_small()
56 "1: lsr.l #1,%1 ; jcc 1f ; move.w %2,-(%0)\n" in fb_memclear_small()
57 "1: lsr.l #1,%1 ; jcc 1f ; move.l %2,-(%0)\n" in fb_memclear_small()
58 "1: lsr.l #1,%1 ; jcc 1f ; move.l %2,-(%0) ; move.l %2,-(%0)\n" in fb_memclear_small()
64 " jcs 3f\n" in fb_memclear_small()
65 " move.l %2,%%d4; move.l %2,%%d5; move.l %2,%%d6\n" in fb_memclear_small()
66 "2: movem.l %2/%%d4/%%d5/%%d6,-(%0)\n" in fb_memclear_small()
67 " dbra %1,2b\n" in fb_memclear_small()
85 " lsr.l #1,%1 ; jcc 1f ; clr.b (%0)+\n" in fb_memclear()
86 "1: lsr.l #1,%1 ; jcc 1f ; clr.w (%0)+\n" in fb_memclear()
[all …]
/linux/arch/s390/lib/
H A Dtest_modules.h5 #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 …]
/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs-regs.asc5 # - f field LSB MSB rflags
14 # f formula
25 - e BGGR 2
30 - f major 4 7
31 - f minor 0 3
39 - f 0 2
42 - e cs 2
53 - e 2-byte 1
54 - e 4-byte 2
56 - f rows 0 3
[all …]
/linux/arch/sh/include/asm/
H A Dromimage-macros.h11 mov.l 1f, r1
12 mov.l 2f, r0
14 bra 3f
16 .align 2
18 2 : .long \data
24 mov.l 1f, r1
25 mov.l 2f, r0
27 bra 3f
29 .align 2
31 2 : .long \data
[all …]
/linux/lib/crypto/powerpc/
H A Dsha1-spe-asm.S108 and rT2,b,c; /* 1: F' = B and C */ \
110 andc rT1,d,b; /* 1: F" = ~B and D */ \
112 or rT2,rT2,rT1; /* 1: F = F' or F" */ \
114 rotrwi b,b,2; /* 1: B = B rotl 30 */ \
116 LOAD_DATA(w1, off+4) /* 2: W */ \
117 add e,e,rT2; /* 1: E = E + F */ \
118 and rT1,a,b; /* 2: F' = B and C */ \
120 andc rT2,c,a; /* 2: F" = ~B and D */ \
121 add d,d,rK; /* 2: E = E + K */ \
122 or rT2,rT2,rT1; /* 2: F = F' or F" */ \
[all …]
/linux/include/linux/ceph/
H A Drados.h30 #define CEPH_NOSNAP ((__u64)(-2)) /* "head", "live" revision */
43 #define CEPH_OBJECT_LAYOUT_LINEAR 2
51 #define CEPH_PG_LAYOUT_LINEAR 2
86 #define CEPH_POOL_TYPE_RAID4 2 /* never implemented */
93 * containing power of 2 minus 1.
95 * b <= bmask and bmask=(2**n)-1
129 #define CEPH_OSD_AUTOOUT (1<<2) /* osd was automatically marked out */
150 #define CEPH_OSDMAP_PAUSERD (1<<2) /* pause all reads */
203 #define __CEPH_FORALL_OSD_OPS(f) \ argument
206 f(READ, __CEPH_OSD_OP(RD, DATA, 1), "read") \
[all …]
/linux/net/netfilter/
H A Dnft_set_pipapo.c37 * can be converted into b * 2 netmasks, from Theorem 3 in [Rottenstreich 2010],
91 * Example: 8 groups, 2^4 buckets:
96 * group 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
99 * 2
111 * Example: 2 entries, 10.0.0.5:1024 and 192.168.1.0-192.168.2.1:2048
114 * - rule #2: 192.168.2.0/31
125 * - rule #2: 192.168.2.0/31 mapping to buckets
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
[all …]
H A Dnf_conntrack_h323_asn1.c38 #define OID 2
68 #define DECODE 2
108 static int decode_nul(struct bitstr *bs, const struct field_t *f, char *base, int level);
109 static int decode_bool(struct bitstr *bs, const struct field_t *f, char *base, int level);
110 static int decode_oid(struct bitstr *bs, const struct field_t *f, char *base, int level);
111 static int decode_int(struct bitstr *bs, const struct field_t *f, char *base, int level);
112 static int decode_enum(struct bitstr *bs, const struct field_t *f, char *base, int level);
113 static int decode_bitstr(struct bitstr *bs, const struct field_t *f, char *base, int level);
114 static int decode_numstr(struct bitstr *bs, const struct field_t *f, char *base, int level);
115 static int decode_octstr(struct bitstr *bs, const struct field_t *f, char *base, int level);
[all …]
/linux/arch/powerpc/lib/
H A Dmemcpy_64.S13 /* For big-endian, 0 == most CPUs, 1 == POWER6, 2 == Cell */
71 bf cr7*4+0,2f
75 blt cr1,3f
78 2: ldu r8,16(r4)
82 beq 3f
85 bf cr7*4+1,1f
90 1: bf cr7*4+2,2f
92 addi r4,r4,2
94 addi r3,r3,2
95 2: bf cr7*4+3,3f
[all …]
H A Dcopy_32.S30 8 ## n ## 2: \
46 b 104f; \
49 b 105f; \
52 EX_TABLE(8 ## n ## 2b,9 ## n ## 0b); \
69 beq- 2f
74 2: andi. r0, r5, 1
92 blt 7f
107 5: b 2f
114 ble 2f
116 srwi. r0,r0,2
[all …]
/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_64.S13 /* For big-endian, 0 == most CPUs, 1 == POWER6, 2 == Cell */
71 bf cr7*4+0,2f
75 blt cr1,3f
78 2: ldu r8,16(r4)
82 beq 3f
85 bf cr7*4+1,1f
90 1: bf cr7*4+2,2f
92 addi r4,r4,2
94 addi r3,r3,2
95 2: bf cr7*4+3,3f
[all …]
/linux/arch/x86/lib/
H A Dchecksum_32.S44 * is aligned on either a 2-byte or 4-byte boundary. We get at
46 * Fortunately, it is easy to convert 2-byte alignment to 4-byte
56 jz 2f # Jump if alignment is ok.
58 jz 10f # Jump if alignment is boundary of 2 bytes.
62 jl 8f
67 testl $2, %esi
68 jz 2f
70 subl $2, %ecx # Alignment uses up two bytes.
71 jae 1f # Jump if we had at least two bytes.
72 addl $2, %ecx # ecx was < 2. Deal with it.
[all …]
/linux/arch/riscv/kernel/tests/kprobes/
H A Dtest-kprobes-asm.S23 jal x0, 2f
31 2: jal 1b
39 la a0, 1f
69 li a2, 2
71 beqz a0, 1f
75 beqz a1, 3f
77 bnez a0, 3f
79 bnez a2, 1f
83 bge a1, a2, 3f
85 bge a2, a1, 2f
[all …]

12345678910>>...47