Home
last modified time | relevance | path

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

12345678910>>...17

/openbmc/linux/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c121 struct dma_fence *fence, *f1, *f2, *array; in unwrap_array() local
125 f1 = mock_fence(); in unwrap_array()
126 if (!f1) in unwrap_array()
129 dma_fence_enable_sw_signaling(f1); in unwrap_array()
133 dma_fence_put(f1); in unwrap_array()
139 array = mock_array(2, f1, f2); in unwrap_array()
144 if (fence == f1) { in unwrap_array()
145 f1 = NULL; in unwrap_array()
154 if (f1 || f2) { in unwrap_array()
165 struct dma_fence *fence, *f1, *f2, *chain; in unwrap_chain() local
[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__); \
31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ argument
34 INDIRECT_CALL_3(f, f3, f2, f1, __VA_ARGS__); \
42 #define INDIRECT_CALL_1(f, f1, ...) f(__VA_ARGS__) argument
43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__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()
525 static inline struct dma_fence *dma_fence_later(struct dma_fence *f1, in dma_fence_later() argument
528 if (WARN_ON(f1->context != f2->context)) in dma_fence_later()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_spin_lock_fail.c87 struct foo *f1, *f2, *v, *iv; \
100 f1 = bpf_obj_new(typeof(*f1)); \
101 if (!f1) \
105 bpf_obj_drop(f1); \
113 CHECK(kptr_kptr, &f1->lock, &f2->lock);
114 CHECK(kptr_global, &f1->lock, &lockA);
115 CHECK(kptr_mapval, &f1->lock, &v->lock);
116 CHECK(kptr_innermapval, &f1->lock, &iv->lock);
119 CHECK(global_kptr, &lockA, &f1->lock);
126 struct foo *f1, *f2; in lock_id_mismatch_mapval_mapval() local
[all …]
H A Dlinked_list_fail.c12 struct foo *f, *f1, *f2; \
34 f1 = f; \
37 bpf_obj_drop(f1); \
43 bpf_obj_drop(f1); \
106 CHECK(kptr_kptr, op, &f1->lock, &f2->head); \
107 CHECK(kptr_global, op, &f1->lock, &ghead); \
108 CHECK(kptr_map, op, &f1->lock, &v->head); \
109 CHECK(kptr_inner_map, op, &f1->lock, &iv->head); \
112 CHECK(global_kptr, op, &glock, &f1->head); \
143 CHECK(kptr_kptr, op, &f1->lock, &f2->head, &b->node); \
[all …]
/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, \
150 test_op3 madd.s, f0, f1, f2, f0, 0xbf800002, 0x3f800001, 0x3f800001, \
158 test_op3 madd.s, f0, f1, f2, f0, F32_QNAN(1), F32_1, F32_1, \
[all …]
H A Dtest_fp1.S42 test_ord \op b0, f0, f1, 0x3f800000, 0x3f800000, \aa, FSR__ /* ord == ord */
50 test_ord \op b8, f0, f1, 0x3f800000, 0x7fc00000, \aN, \qnan_sr /* ord +QNaN */
101 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
115 test_cond movltz.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
[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), \
124 test_op3 madd.d, f0, f1, f2, f0, F64_QNAN(1), F64_QNAN(2), F64_1, \
127 test_op3 madd.d, f0, f1, f2, f0, F64_QNAN(1), F64_1, F64_QNAN(3), \
[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.h67 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
69 FN(reg, f1), v1,\
72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
74 FN(reg, f1), v1,\
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
80 FN(reg, f1), v1,\
85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
88 FN(reg, f1), v1,\
94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
97 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) */
207 1 18 1 0 1 0 /* TX_EN (PB18, out, f1) */
208 1 26 2 0 1 0 /* RX_DV (PB26, in, f1) */
209 1 27 2 0 1 0 /* RX_ER (PB27, 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) */
[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, \
76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
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, \
[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/target/s390x/tcg/
H A Dfpu_helper.c219 uint64_t HELPER(aeb)(CPUS390XState *env, uint64_t f1, uint64_t f2) in HELPER()
221 float32 ret = float32_add(f1, f2, &env->fpu_status); in HELPER()
227 uint64_t HELPER(adb)(CPUS390XState *env, uint64_t f1, uint64_t f2) in HELPER()
229 float64 ret = float64_add(f1, f2, &env->fpu_status); in HELPER()
243 uint64_t HELPER(seb)(CPUS390XState *env, uint64_t f1, uint64_t f2) in HELPER()
245 float32 ret = float32_sub(f1, f2, &env->fpu_status); in HELPER()
251 uint64_t HELPER(sdb)(CPUS390XState *env, uint64_t f1, uint64_t f2) in HELPER()
253 float64 ret = float64_sub(f1, f2, &env->fpu_status); in HELPER()
267 uint64_t HELPER(deb)(CPUS390XState *env, uint64_t f1, uint64_t f2) in HELPER()
269 float32 ret = float32_div(f1, f2, &env->fpu_status); in HELPER()
[all …]
/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/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/openbmc/meta-facebook/meta-ventura/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dfrontled10 LEDtray=$(echo "$MESSAGE" | cut -d '-' -f1)
13 traynum=$(echo "$MESSAGE" | cut -d '-' -f3 | cut -d ' ' -f1)
22 traynum=$(echo "$MESSAGE" | cut -d '-' -f3 | cut -d ' ' -f1)
33 traynum=$(echo "$MESSAGE" | cut -d '-' -f4 | cut -d ' ' -f1)
42 traynum=$(echo "$MESSAGE" | cut -d '-' -f4 | cut -d ' ' -f1)
/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.c369 int f1 = sextract64(r1, i, 16); in HELPER() local
371 int fr = f1 + f2; in HELPER()
385 int f1 = extract64(r1, i, 16); in HELPER() local
387 int fr = f1 + f2; in HELPER()
401 int f1 = extract64(r1, i, 16); in HELPER() local
403 int fr = f1 + f2; in HELPER()
415 int f1 = sextract64(r1, i, 16); in HELPER() local
417 int fr = f1 - f2; in HELPER()
431 int f1 = extract64(r1, i, 16); in HELPER() local
433 int fr = f1 - 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