/openbmc/linux/drivers/dma-buf/ |
H A D | st-dma-fence-unwrap.c | 121 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 D | indirect_call_wrapper.h | 17 #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 D | dma-fence.h | 463 * __dma_fence_is_later - return if f1 is chronologically later than f2 464 * @f1: the first fence's seqno 468 * Returns true if f1 is chronologically later than f2. Both fences must be 471 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() 485 * dma_fence_is_later - return if f1 is chronologically later than f2 486 * @f1: the first fence from the same context 489 * Returns true if f1 is chronologically later than f2. Both fences must be 492 static inline bool dma_fence_is_later(struct dma_fence *f1, in dma_fence_is_later() argument [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_spin_lock_fail.c | 87 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 …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dedup_split.c | 21 btf__add_field(btf1, "f1", 1, 0, 0); /* int f1; */ in test_split_simple() 29 "\t'f1' type_id=1 bits_offset=0"); in test_split_simple() 33 int f1;\n\ in test_split_simple() 53 btf__add_field(btf2, "f1", 6, 0, 0); /* struct s1 f1; */ in test_split_simple() 63 btf__add_field(btf2, "f1", 5, 0, 0); /* int f1; */ in test_split_simple() 71 "\t'f1' type_id=1 bits_offset=0", in test_split_simple() 73 "\t'f1' type_id=6 bits_offset=0\n" in test_split_simple() 78 "\t'f1' type_id=5 bits_offset=0"); in test_split_simple() 82 int f1;\n\ in test_split_simple() 86 int f1;\n\ in test_split_simple() [all …]
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | reg_helper.h | 67 #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/drivers/pinctrl/renesas/ |
H A D | pfc-r8a73a4.c | 231 #define F1(a) a##_MARK macro 240 F1(LCDD0), F3(PDM2_CLK_0), F7(DU0_DR0), IRQ(0), /* Port0 */ enumerator 241 F1(LCDD1), F3(PDM2_DATA_1), F7(DU0_DR19), IRQ(1), enumerator 242 F1(LCDD2), F3(PDM3_CLK_2), F7(DU0_DR2), IRQ(2), enumerator 243 F1(LCDD3), F3(PDM3_DATA_3), F7(DU0_DR3), IRQ(3), enumerator 244 F1(LCDD4), F3(PDM4_CLK_4), F7(DU0_DR4), IRQ(4), enumerator 245 F1(LCDD5), F3(PDM4_DATA_5), F7(DU0_DR5), IRQ(5), enumerator 246 F1(LCDD6), F3(PDM0_OUTCLK_6), F7(DU0_DR6), IRQ(6), enumerator 247 F1(LCDD7), F3(PDM0_OUTDATA_7), F7(DU0_DR7), IRQ(7), enumerator 248 F1(LCDD8), F3(PDM1_OUTCLK_8), F7(DU0_DG0), IRQ(8), enumerator [all …]
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_fp0_arith.S | 31 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 D | test_fp1.S | 42 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 D | test_dfp0_arith.S | 45 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 D | futex_wait_wouldblock.c | 43 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 D | futex_requeue.c | 17 volatile futex_t *f1; variable 35 if (futex_wait(f1, *f1, &to, 0)) in waiterfn() 49 f1 = &_f1; in main() 74 * Requeue a waiter from f1 to f2, and wake f2. in main() 81 info("Requeuing 1 futex from f1 to f2\n"); in main() 82 res = futex_cmp_requeue(f1, 0, &f2, 0, 1, 0); in main() 104 * Create 10 waiters at f1. At futex_requeue, wake 3 and requeue 7. in main() 114 info("Waking 3 futexes at f1 and requeuing 7 futexes from f1 to f2\n"); in main() 115 res = futex_cmp_requeue(f1, 0, &f2, 3, 7, 0); in main()
|
H A D | futex_wait_timeout.c | 98 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()
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | kmeter1.dts | 203 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 D | dmub_reg.h | 65 #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/target/s390x/tcg/ |
H A D | fpu_helper.c | 219 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/scripts/codeconverter/codeconverter/ |
H A D | test_patching.py | 78 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/linux/Documentation/power/ |
H A D | video.rst | 74 to a virtual terminal and back to X using CTRL+ALT+F1 - CTRL+ALT+F7 to get 105 Acer TM 660 ??? [#f1]_ 118 Compal CL-50 ??? [#f1]_ 125 Dell Inspiron 4000 ??? [#f1]_ 126 Dell Inspiron 500m ??? [#f1]_ 129 Dell Inspiron 600m ??? [#f1]_ 130 Dell Inspiron 8200 ??? [#f1]_ 131 Dell Inspiron 8500 ??? [#f1]_ 132 Dell Inspiron 8600 ??? [#f1]_ 137 HP NX7000 ??? [#f1]_ [all …]
|
/openbmc/linux/crypto/ |
H A D | rmd160.c | 37 #define F1(x, y, z) (x ^ y ^ z) /* XOR */ macro 68 ROUND(aa, bb, cc, dd, ee, F1, K1, in[0], 11); in rmd160_transform() 69 ROUND(ee, aa, bb, cc, dd, F1, K1, in[1], 14); in rmd160_transform() 70 ROUND(dd, ee, aa, bb, cc, F1, K1, in[2], 15); in rmd160_transform() 71 ROUND(cc, dd, ee, aa, bb, F1, K1, in[3], 12); in rmd160_transform() 72 ROUND(bb, cc, dd, ee, aa, F1, K1, in[4], 5); in rmd160_transform() 73 ROUND(aa, bb, cc, dd, ee, F1, K1, in[5], 8); in rmd160_transform() 74 ROUND(ee, aa, bb, cc, dd, F1, K1, in[6], 7); in rmd160_transform() 75 ROUND(dd, ee, aa, bb, cc, F1, K1, in[7], 9); in rmd160_transform() 76 ROUND(cc, dd, ee, aa, bb, F1, K1, in[8], 11); in rmd160_transform() [all …]
|
H A D | md5.c | 32 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 33 #define F2(x, y, z) F1(z, x, y) 49 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in md5_transform() 50 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in md5_transform() 51 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in md5_transform() 52 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in md5_transform() 53 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in md5_transform() 54 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in md5_transform() 55 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in md5_transform() 56 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in md5_transform() [all …]
|
/openbmc/qemu/tests/tcg/arm/ |
H A D | test-arm-iwmmxt.S | 24 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/u-boot/lib/ |
H A D | md5.c | 165 /* The four core functions - F1 is optimized somewhat */ 167 /* #define F1(x, y, z) (x & y | ~x & z) */ 168 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 169 #define F2(x, y, z) F1(z, x, y) 192 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in MD5Transform() 193 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in MD5Transform() 194 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in MD5Transform() 195 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in MD5Transform() 196 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in MD5Transform() 197 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in MD5Transform() [all …]
|
/openbmc/linux/tools/bootconfig/scripts/ |
H A D | ftrace.sh | 23 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/tests/qemu-iotests/ |
H A D | 243 | 58 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/qemu/tests/decode/ |
H A D | err_field8.decode | 5 &f1 f1 a 7 @fmt ........ ........ ........ .... a:4 &f1 8 insn 00000000 00000000 00000000 0000 .... @fmt f1=%field1
|