Home
last modified time | relevance | path

Searched refs:f1 (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/openbmc/linux/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c126 if (!f1) in unwrap_array()
145 f1 = NULL; in unwrap_array()
154 if (f1 || f2) { in unwrap_array()
170 if (!f1) in unwrap_chain()
189 f1 = NULL; in unwrap_chain()
214 if (!f1) in unwrap_chain_array()
237 f1 = NULL; in unwrap_chain_array()
262 if (!f1) in unwrap_merge()
284 f1 = NULL; in unwrap_merge()
314 if (!f1) in unwrap_merge_complex()
[all …]
/openbmc/linux/include/linux/
H A Dindirect_call_wrapper.h17 #define INDIRECT_CALL_1(f, f1, ...) \ argument
19 likely(f == f1) ? f1(__VA_ARGS__) : f(__VA_ARGS__); \
21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument
24 INDIRECT_CALL_1(f, f1, __VA_ARGS__); \
26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ argument
29 INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__); \
42 #define INDIRECT_CALL_1(f, f1, ...) f(__VA_ARGS__) argument
57 #define INDIRECT_CALL_INET(f, f2, f1, ...) \ argument
58 INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__)
60 #define INDIRECT_CALL_INET(f, f2, f1, ...) INDIRECT_CALL_1(f, f1, __VA_ARGS__) argument
[all …]
H A Ddma-fence.h471 static inline bool __dma_fence_is_later(u64 f1, u64 f2, in __dma_fence_is_later() argument
479 return f1 > f2; in __dma_fence_is_later()
481 return (int)(lower_32_bits(f1) - lower_32_bits(f2)) > 0; in __dma_fence_is_later()
492 static inline bool dma_fence_is_later(struct dma_fence *f1, in dma_fence_is_later() argument
495 if (WARN_ON(f1->context != f2->context)) in dma_fence_is_later()
498 return __dma_fence_is_later(f1->seqno, f2->seqno, f1->ops); in dma_fence_is_later()
510 static inline bool dma_fence_is_later_or_same(struct dma_fence *f1, in dma_fence_is_later_or_same() argument
513 return f1 == f2 || dma_fence_is_later(f1, f2); in dma_fence_is_later_or_same()
528 if (WARN_ON(f1->context != f2->context)) in dma_fence_later()
536 if (dma_fence_is_later(f1, f2)) in dma_fence_later()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_spin_lock_fail.c100 f1 = bpf_obj_new(typeof(*f1)); \
126 struct foo *f1, *f2; in lock_id_mismatch_mapval_mapval() local
130 if (!f1) in lock_id_mismatch_mapval_mapval()
136 bpf_spin_lock(&f1->lock); in lock_id_mismatch_mapval_mapval()
137 f1->data = 42; in lock_id_mismatch_mapval_mapval()
150 struct foo *f1, *f2; in lock_id_mismatch_innermapval_innermapval1() local
158 if (!f1) in lock_id_mismatch_innermapval_innermapval1()
165 f1->data = 42; in lock_id_mismatch_innermapval_innermapval1()
174 struct foo *f1, *f2; in lock_id_mismatch_innermapval_innermapval2() local
182 if (!f1) in lock_id_mismatch_innermapval_innermapval2()
[all …]
H A Dtest_global_func6.c9 int f1(struct __sk_buff *skb) in f1() function
19 return f1(skb) + f3(val, skb + 1); /* type mismatch */ in f2()
32 return f1(skb) + f2(2, skb) + f3(3, skb); in global_func6()
H A Dtest_global_func5.c9 int f1(struct __sk_buff *skb) in f1() function
19 return f1(skb) + f3(val, (void *)&val); /* type mismatch */ in f2()
32 return f1(skb) + f2(2, skb) + f3(3, skb); in global_func5()
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_fp0_arith.S31 test_op2 add.s, f0, f1, f2, 0x3fc00000, 0x34400000, \
51 test_op2 add.s, f0, f1, f2, 0x7f800000, 0xff800000, \
68 test_op2 add.s, f15, f0, f1, 0x7f800001, 0x7fbfffff, \
94 test_op2 add.s, f15, f0, f1, 0x7f800001, 0x7fbfffff, \
112 test_op2 sub.s, f0, f1, f0, 0x3f800001, 0x33800000, \
115 test_op2 sub.s, f0, f1, f1, 0x3f800002, 0x33800000, \
126 test_op2 mul.s, f0, f1, f2, 0x3f800001, 0x3f800001, \
144 test_op3 madd.s, f0, f1, f2, f0, 0, 0x3f800001, 0x3f800001, \
158 test_op3 madd.s, f0, f1, f2, f0, F32_QNAN(1), F32_1, F32_1, \
183 test_op3 madd.s, f0, f1, f2, f0, F32_1, F32_PINF, F32_0, \
[all …]
H A Dtest_fp1.S101 test_cond moveqz.s, f0, f1, a3, 0, 0x3f800000, 0x3f800000
103 test_cond moveqz.s, f0, f1, a3, 0, 0x3f800000, 0
108 test_cond movnez.s, f0, f1, a3, 0, 0x3f800000, 0
110 test_cond movnez.s, f0, f1, a3, 0, 0x3f800000, 0x3f800000
117 test_cond movltz.s, f0, f1, a3, 0, 0x3f800000, 0
119 test_cond movltz.s, f0, f1, a3, 0, 0x3f800000, 0
124 test_cond movgez.s, f0, f1, a3, 0, 0x3f800000, 0
133 test_cond movf.s, f0, f1, b0, 0, 0x3f800000, 0x3f800000
135 test_cond movf.s, f0, f1, b0, 0, 0x3f800000, 0
140 test_cond movt.s, f0, f1, b0, 0, 0x3f800000, 0x3f800000
[all …]
H A Dtest_dfp0_arith.S45 test_op2 add.d, f0, f1, f2, F64_PINF, F64_NINF, \
61 test_op2 add.d, f15, f0, f1, F64_SNAN(1), F64_SNAN(2), \
82 test_op2 mul.d, f0, f1, f2, F64_1 | 1, F64_1 | 1, \
100 test_op3 madd.d, f0, f1, f2, f0, F64_0, F64_1 | 1, F64_1 | 1, \
106 test_op3 madd.d, f0, f1, f2, f0, \
114 test_op3 madd.d, f0, f1, f2, f0, F64_QNAN(1), F64_1, F64_1, \
117 test_op3 madd.d, f0, f1, f2, f0, F64_1, F64_QNAN(2), F64_1, \
120 test_op3 madd.d, f0, f1, f2, f0, F64_1, F64_1, F64_QNAN(3), \
139 test_op3 madd.d, f0, f1, f2, f0, F64_1, F64_PINF, F64_0, \
143 test_op3 madd.d, f0, f1, f2, f0, F64_SNAN(1), F64_PINF, F64_0, \
[all …]
/openbmc/linux/tools/testing/selftests/futex/functional/
H A Dfutex_wait_wouldblock.c43 futex_t f1 = FUTEX_INITIALIZER; in main() local
47 .uaddr = (uintptr_t)&f1, in main()
48 .val = f1+1, in main()
75 info("Calling futex_wait on f1: %u @ %p with val=%u\n", f1, &f1, f1+1); in main()
76 res = futex_wait(&f1, f1+1, &to, FUTEX_PRIVATE_FLAG); in main()
98 info("Calling futex_waitv on f1: %u @ %p with val=%u\n", f1, &f1, f1+1); in main()
H A Dfutex_wait_timeout.c98 futex_t f1 = FUTEX_INITIALIZER; in main() local
104 .uaddr = (uintptr_t)&f1, in main()
105 .val = f1, in main()
143 res = futex_wait(&f1, f1, &to, 0); in main()
149 res = futex_wait_bitset(&f1, f1, &to, 1, FUTEX_CLOCK_REALTIME); in main()
155 res = futex_wait_bitset(&f1, f1, &to, 1, 0); in main()
161 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, FUTEX_CLOCK_REALTIME); in main()
167 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, 0); in main()
H A Dfutex_requeue_pi_mismatched_ops.c31 futex_t f1 = FUTEX_INITIALIZER; variable
46 child_ret = futex_wait(&f1, f1, NULL, FUTEX_PRIVATE_FLAG); in blocking_child()
96 ret = futex_cmp_requeue_pi(&f1, f1, &f2, 1, 0, FUTEX_PRIVATE_FLAG); in main()
104 ret = futex_wake(&f1, 1, FUTEX_PRIVATE_FLAG); in main()
H A Dfutex_requeue.c17 volatile futex_t *f1; variable
35 if (futex_wait(f1, *f1, &to, 0)) in waiterfn()
49 f1 = &_f1; in main()
82 res = futex_cmp_requeue(f1, 0, &f2, 0, 1, 0); in main()
115 res = futex_cmp_requeue(f1, 0, &f2, 3, 7, 0); in main()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dreg_helper.h69 FN(reg, f1), v1,\
74 FN(reg, f1), v1,\
80 FN(reg, f1), v1,\
88 FN(reg, f1), v1,\
97 FN(reg, f1), v1,\
107 FN(reg, f1), v1,\
118 FN(reg, f1), v1,\
130 FN(reg, f1), v1,\
143 FN(reg, f1), v1,\
236 FN(reg, f1), v1,\
[all …]
/openbmc/linux/arch/powerpc/boot/dts/
H A Dkmeter1.dts203 1 14 1 0 1 0 /* TxD0 (PB14, out, f1) */
204 1 15 1 0 1 0 /* TxD1 (PB15, out, f1) */
205 1 20 2 0 1 0 /* RxD0 (PB20, in, f1) */
206 1 21 2 0 1 0 /* RxD1 (PB21, in, f1) */
223 3 0 1 0 1 0 /* TxD0 (PD0, out, f1) */
224 3 1 1 0 1 0 /* TxD1 (PD1, out, f1) */
225 3 6 2 0 1 0 /* RxD0 (PD6, in, f1) */
226 3 7 2 0 1 0 /* RxD1 (PD7, in, f1) */
227 3 4 1 0 1 0 /* TX_EN (PD4, out, f1) */
228 3 12 2 0 1 0 /* RX_DV (PD12, in, f1) */
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_reg.h65 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
67 FN(reg, f1), v1, \
70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
72 FN(reg, f1), v1, \
78 FN(reg, f1), v1, \
92 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ argument
94 FN(reg, f1), v1,\
97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument
99 FN(reg, f1), v1, \
103 #define REG_UPDATE_4(reg, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
[all …]
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dtest_patching.py78 f1 = f.find_match(Function, 'function1')
88 assert not f1.contains(st1)
89 assert not f1.contains(st2)
90 assert not f1.contains(st2)
91 assert f1.contains(st3)
92 assert f1.contains(st4)
93 assert not f1.contains(st5)
94 assert not f1.contains(st6)
95 assert not f1.contains(st7)
/openbmc/qemu/tests/qemu-iotests/
H A D24358 du -b $TEST_IMG | cut -f1
62 [ $(du -B1 $TEST_IMG | cut -f1) -lt 1048576 ] && echo "low" || echo "high"
76 du -b $TEST_IMG | cut -f1
78 du -b $TEST_IMG.data | cut -f1
82 [ $(du -B1 $TEST_IMG | cut -f1) -lt 1048576 ] && echo "low" || echo "high"
84 [ $(du -B1 $TEST_IMG.data | cut -f1) -lt 2097152 ] && echo "low" || echo "high"
/openbmc/linux/tools/bootconfig/scripts/
H A Dftrace.sh23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
24 file=`echo $line | cut -f1 -d:`
29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["`
30 file=`echo $line | cut -f1 -d:`
45 echo 0 > `echo $line | cut -f1 -d:`
62 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
/openbmc/qemu/target/s390x/tcg/
H A Dfpu_helper.c221 float32 ret = float32_add(f1, f2, &env->fpu_status); in HELPER()
229 float64 ret = float64_add(f1, f2, &env->fpu_status); in HELPER()
245 float32 ret = float32_sub(f1, f2, &env->fpu_status); in HELPER()
253 float64 ret = float64_sub(f1, f2, &env->fpu_status); in HELPER()
269 float32 ret = float32_div(f1, f2, &env->fpu_status); in HELPER()
277 float64 ret = float64_div(f1, f2, &env->fpu_status); in HELPER()
780 uint64_t HELPER(maeb)(CPUS390XState *env, uint64_t f1, in HELPER()
789 uint64_t HELPER(madb)(CPUS390XState *env, uint64_t f1, in HELPER()
798 uint64_t HELPER(mseb)(CPUS390XState *env, uint64_t f1, in HELPER()
808 uint64_t HELPER(msdb)(CPUS390XState *env, uint64_t f1, in HELPER()
[all …]
/openbmc/linux/arch/powerpc/tools/
H A Dhead_check.sh52 vma=$(grep -e " [TA] _stext$" .tmp_symbols.txt | cut -d' ' -f1)
56 start_head_addr=$(grep " t start_first_256B$" .tmp_symbols.txt | cut -d' ' -f1)
66 top_vma=$(echo "$vma" | cut -d'0' -f1)
68 expected_start_text_addr=$(grep " a text_start$" .tmp_symbols.txt | cut -d' ' -f1 | sed "s/^0/$top_…
70 start_text_addr=$(grep " t start_text$" .tmp_symbols.txt | cut -d' ' -f1)
/openbmc/qemu/tests/tcg/arm/
H A Dtest-arm-iwmmxt.S24 ldfe f1, [r0, #8]
28 adfdp f3, f3, f1
30 ldfe f1, [r2, #8]
32 adfd f1, f1, f3
34 stfe f1, [r2, #8]
/openbmc/qemu/tests/decode/
H A Derr_field8.decode5 &f1 f1 a
7 @fmt ........ ........ ........ .... a:4 &f1
8 insn 00000000 00000000 00000000 0000 .... @fmt f1=%field1
/openbmc/qemu/target/hppa/
H A Dop_helper.c383 int f1 = sextract64(r1, i, 16); in HELPER() local
385 int fr = f1 + f2; in HELPER()
399 int f1 = extract64(r1, i, 16); in HELPER() local
401 int fr = f1 + f2; in HELPER()
415 int f1 = extract64(r1, i, 16); in HELPER() local
417 int fr = f1 + f2; in HELPER()
431 int fr = f1 - f2; in HELPER()
445 int f1 = extract64(r1, i, 16); in HELPER() local
447 int fr = f1 - f2; in HELPER()
463 int fr = (f1 << sh) + f2; in HELPER()
[all …]
/openbmc/linux/block/partitions/
H A Dibm.c145 struct vtoc_format1_label f1; in find_vol1_partitions() local
159 memcpy(&f1, data, sizeof(struct vtoc_format1_label)); in find_vol1_partitions()
162 if (f1.DS1FMTID == _ascebc['4'] in find_vol1_partitions()
163 || f1.DS1FMTID == _ascebc['5'] in find_vol1_partitions()
164 || f1.DS1FMTID == _ascebc['7'] in find_vol1_partitions()
165 || f1.DS1FMTID == _ascebc['9']) { in find_vol1_partitions()
171 if (f1.DS1FMTID != _ascebc['1'] && in find_vol1_partitions()
172 f1.DS1FMTID != _ascebc['8']) in find_vol1_partitions()
175 offset = cchh2blk(&f1.DS1EXT1.llimit, geo); in find_vol1_partitions()
176 size = cchh2blk(&f1.DS1EXT1.ulimit, geo) - in find_vol1_partitions()

12345678910>>...17