| /linux/arch/sparc/kernel/ |
| H A D | fpu_traps.S | 35 fzero %f2 36 faddd %f0, %f2, %f4 37 fmuld %f0, %f2, %f6 38 faddd %f0, %f2, %f8 39 fmuld %f0, %f2, %f10 40 faddd %f0, %f2, %f12 41 fmuld %f0, %f2, %f14 42 faddd %f0, %f2, %f16 43 fmuld %f0, %f2, %f18 44 faddd %f0, %f2, %f20 [all …]
|
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_requeue_pi_signal_restart.c | 35 futex_t f2 = FUTEX_INITIALIZER; variable 82 ksft_print_dbg_msg("Calling FUTEX_LOCK_PI on f2=%x @ %p\n", f2, &f2); in waiterfn() 84 res = futex_wait_requeue_pi(&f1, old_val, &(f2), NULL, in waiterfn() 89 ksft_print_dbg_msg("w2:futex: %x\n", f2); in waiterfn() 91 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in waiterfn() 111 ksft_print_dbg_msg("m1:f2: %x\n", f2); in TEST() 117 ksft_print_dbg_msg("Calling FUTEX_LOCK_PI on f2=%x @ %p\n", f2, &f2); in TEST() 118 ksft_print_dbg_msg("m2:f2: %x\n", f2); in TEST() 119 futex_lock_pi(&f2, 0, 0, FUTEX_PRIVATE_FLAG); in TEST() 120 ksft_print_dbg_msg("m3:f2: %x\n", f2); in TEST() [all …]
|
| H A D | futex_requeue.c | 35 volatile futex_t f2 = 0; in TEST() local 42 * Requeue a waiter from f1 to f2, and wake f2. in TEST() 49 ksft_print_dbg_msg("Requeuing 1 futex from f1 to f2\n"); in TEST() 50 res = futex_cmp_requeue(f1, 0, &f2, 0, 1, 0); in TEST() 56 ksft_print_dbg_msg("Waking 1 futex at f2\n"); in TEST() 57 res = futex_wake(&f2, 1, 0); in TEST() 70 volatile futex_t f2 = 0; in TEST() local 87 ksft_print_dbg_msg("Waking 3 futexes at f1 and requeuing 7 futexes from f1 to f2\n"); in TEST() 88 res = futex_cmp_requeue(f1, 0, &f2, 3, 7, 0); in TEST() 95 ksft_print_dbg_msg("Waking INT_MAX futexes at f2\n"); in TEST() [all …]
|
| H A D | futex_requeue_pi.c | 42 futex_t f2 = FUTEX_INITIALIZER; variable 173 &f1, f1, &f2); in waiterfn() 174 args->ret = futex_wait_requeue_pi(&f1, old_val, &f2, args->timeout, in waiterfn() 186 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in waiterfn() 188 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in waiterfn() 210 ksft_print_dbg_msg("Calling FUTEX_LOCK_PI on mutex=%x @ %p\n", f2, &f2); in broadcast_wakerfn() 211 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in broadcast_wakerfn() 215 args->ret = futex_cmp_requeue_pi(&f1, old_val, &f2, nr_wake, nr_requeue, in broadcast_wakerfn() 231 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in broadcast_wakerfn() 259 f2, &f2); in signal_wakerfn() [all …]
|
| /linux/include/linux/ |
| H A D | indirect_call_wrapper.h | 21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ argument 23 likely(f == f2) ? f2(__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__); \ 43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) argument 44 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) f(__VA_ARGS__) argument 45 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) f(__VA_ARGS__) argument 57 #define INDIRECT_CALL_INET(f, f2, f1, ...) \ argument [all …]
|
| H A D | virtio_features.h | 65 static inline bool virtio_features_equal(const u64 *f1, const u64 *f2) in virtio_features_equal() argument 70 if (f1[i] != f2[i]) in virtio_features_equal() 80 static inline void virtio_features_andnot(u64 *to, const u64 *f1, const u64 *f2) in virtio_features_andnot() argument 85 to[i] = f1[i] & ~f2[i]; in virtio_features_andnot()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_dedup_split.c | 54 btf__add_field(btf2, "f2", 5, 32, 0); /* int f2; */ in test_split_simple() 74 "\t'f2' type_id=5 bits_offset=32\n" in test_split_simple() 91 int f2;\n\ in test_split_simple() 107 "\t'f2' type_id=1 bits_offset=32\n" in test_split_simple() 117 int f2;\n\ in test_split_simple() 141 btf__add_field(btf1, "f2", 3, 64, 0); /* struct s2 *f2; */ in test_split_fwd_resolve() 158 "\t'f2' type_id=3 bits_offset=64", in test_split_fwd_resolve() 174 btf__add_field(btf2, "f2", 1 in test_split_fwd_resolve() [all...] |
| H A D | btf_field_iter.c | 18 { .ids = { 3, 1 }, .strs = { "s1", "f1", "f2" } }, 19 { .ids = { 1, 5 }, .strs = { "u1", "f1", "f2" } }, 56 btf__add_field(btf, "f2", 1, 0, 0); /* int f2; */ in test_btf_field_iter() 60 btf__add_field(btf, "f2", 5, 0, 0); /* struct s1 f2; */ in test_btf_field_iter() 99 "\t'f2' type_id=1 bits_offset=0", in test_btf_field_iter() 102 "\t'f2' type_id=5 bits_offset=0", in test_btf_field_iter()
|
| /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 68 FN(reg, f2), v2) 70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument 73 FN(reg, f2), v2, \ 76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument 79 FN(reg, f2), v2, \ 92 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ argument 95 FN(reg, f2), v2) 97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ argument 100 FN(reg, f2), v2, \ [all …]
|
| /linux/tools/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 39 # - (F2): the last prefix is 0xF2 41 # - (66&F2): Both 0x66 and 0xF2 prefixes are specified. 317 f2: REPNE (Prefix) | XACQUIRE (Prefix) 361 10: vmovups Vps,Wps | vmovupd Vpd,Wpd (66) | vmovss Vx,Hx,Wss (F3),(v1) | vmovsd Vx,Hx,Wsd (F2),(v1) 362 11: vmovups Wps,Vps | vmovupd Wpd,Vpd (66) | vmovss Wss,Hx,Vss (F3),(v1) | vmovsd Wsd,Hx,Vsd (F2),(… 363 … | vmovhlps Vq,Hq,Uq (v1) | vmovlpd Vq,Hq,Mq (66),(v1) | vmovsldup Vx,Wx (F3) | vmovddup Vx,Wx (F2) 375 1a: BNDCL Gv,Ev (F3) | BNDCU Gv,Ev (F2) | BNDMOV Gv,Ev (66) | BNDLDX Gv,Ev 376 1b: BNDCN Gv,Ev (F2) | BNDMOV Ev,Gv (66) | BNDMK Gv,Ev (F3) | BNDSTX Ev,Gv 392 …s Vps,Qpi | cvtpi2pd Vpd,Qpi (66) | vcvtsi2ss Vss,Hss,Ey (F3),(v1) | vcvtsi2sd Vsd,Hsd,Ey (F2),(v1) 394 …tps2pi Ppi,Wps | cvttpd2pi Ppi,Wpd (66) | vcvttss2si Gy,Wss (F3),(v1) | vcvttsd2si Gy,Wsd (F2),(v1) [all …]
|
| /linux/arch/x86/lib/ |
| H A D | x86-opcode-map.txt | 39 # - (F2): the last prefix is 0xF2 41 # - (66&F2): Both 0x66 and 0xF2 prefixes are specified. 317 f2: REPNE (Prefix) | XACQUIRE (Prefix) 361 10: vmovups Vps,Wps | vmovupd Vpd,Wpd (66) | vmovss Vx,Hx,Wss (F3),(v1) | vmovsd Vx,Hx,Wsd (F2),(v1) 362 11: vmovups Wps,Vps | vmovupd Wpd,Vpd (66) | vmovss Wss,Hx,Vss (F3),(v1) | vmovsd Wsd,Hx,Vsd (F2),(… 363 … | vmovhlps Vq,Hq,Uq (v1) | vmovlpd Vq,Hq,Mq (66),(v1) | vmovsldup Vx,Wx (F3) | vmovddup Vx,Wx (F2) 375 1a: BNDCL Gv,Ev (F3) | BNDCU Gv,Ev (F2) | BNDMOV Gv,Ev (66) | BNDLDX Gv,Ev 376 1b: BNDCN Gv,Ev (F2) | BNDMOV Ev,Gv (66) | BNDMK Gv,Ev (F3) | BNDSTX Ev,Gv 392 …s Vps,Qpi | cvtpi2pd Vpd,Qpi (66) | vcvtsi2ss Vss,Hss,Ey (F3),(v1) | vcvtsi2sd Vsd,Hsd,Ey (F2),(v1) 394 …tps2pi Ppi,Wps | cvttpd2pi Ppi,Wpd (66) | vcvttss2si Gy,Wss (F3),(v1) | vcvttsd2si Gy,Wsd (F2),(v1) [all …]
|
| /linux/tools/perf/arch/x86/tests/ |
| H A D | insn-x86-dat-32.c | 439 "62 f2 d5 48 10 f4 \tvpsrlvw %zmm4,%zmm5,%zmm6",}, 441 "62 f2 7e 4f 10 ee \tvpmovuswb %zmm5,%ymm6{%k7}",}, 443 "62 f2 7e 4f 11 ee \tvpmovusdb %zmm5,%xmm6{%k7}",}, 445 "62 f2 d5 48 11 f4 \tvpsravw %zmm4,%zmm5,%zmm6",}, 447 "62 f2 7e 4f 12 ee \tvpmovusqb %zmm5,%xmm6{%k7}",}, 449 "62 f2 d5 48 12 f4 \tvpsllvw %zmm4,%zmm5,%zmm6",}, 453 "62 f2 7d 4f 13 f5 \tvcvtph2ps %ymm5,%zmm6{%k7}",}, 455 "62 f2 7e 4f 13 ee \tvpmovusdw %zmm5,%ymm6{%k7}",}, 459 "62 f2 7e 4f 14 ee \tvpmovusqw %zmm5,%xmm6{%k7}",}, 461 "62 f2 55 48 14 f4 \tvprorvd %zmm4,%zmm5,%zmm6",}, [all …]
|
| H A D | insn-x86-dat-64.c | 591 "62 f2 6d 08 50 d9 \tvpdpbusd %xmm1,%xmm2,%xmm3",}, 593 "62 f2 6d 28 50 d9 \tvpdpbusd %ymm1,%ymm2,%ymm3",}, 595 "62 f2 6d 48 50 d9 \tvpdpbusd %zmm1,%zmm2,%zmm3",}, 597 "62 f2 6d 48 50 9c c8 78 56 34 12 \tvpdpbusd 0x12345678(%rax,%rcx,8),%zmm2,%zmm3",}, 599 "67 62 f2 6d 48 50 9c c8 78 56 34 12 \tvpdpbusd 0x12345678(%eax,%ecx,8),%zmm2,%zmm3",}, 601 "62 f2 6d 08 51 d9 \tvpdpbusds %xmm1,%xmm2,%xmm3",}, 603 "62 f2 6d 28 51 d9 \tvpdpbusds %ymm1,%ymm2,%ymm3",}, 605 "62 f2 6d 48 51 d9 \tvpdpbusds %zmm1,%zmm2,%zmm3",}, 607 "62 f2 6d 48 51 9c c8 78 56 34 12 \tvpdpbusds 0x12345678(%rax,%rcx,8),%zmm2,%zmm3",}, 609 "67 62 f2 6d 48 51 9c c8 78 56 34 12 \tvpdpbusds 0x12345678(%eax,%ecx,8),%zmm2,%zmm3",}, [all …]
|
| /linux/drivers/pinctrl/renesas/ |
| H A D | pfc-r8a73a4.c | 232 #define F2(a) a##_MARK macro 264 F1(LCDHSYN), F2(LCDCS), F3(SCIFB1_RTS_24), enumerator 267 F1(LCDDCK), F2(LCDWR), F3(SCIFB1_TXD_26), F7(DU0_DOTCLKIN), enumerator 268 F1(LCDDISP), F2(LCDRS), F3(SCIFB1_RXD_27), F7(DU0_DOTCLKOUT), enumerator 286 F1(HSI_RX_WAKE), F2(SCIFB2_CTS_66), F3(MSIOF3_SYNC), F5(GenIO4), enumerator 288 F1(HSI_RX_READY), F2(SCIFB1_TXD_67), F5(GIO_OUT3_67), F7(CHSCIF1_HTX), enumerator 289 F1(HSI_RX_FLAG), F2(SCIFB2_TXD_68), F3(MSIOF3_TXD), F5(GIO_OUT4_68), enumerator 290 F1(HSI_RX_DATA), F2(SCIFB2_RXD_69), F3(MSIOF3_RXD), F5(GIO_OUT5_69), enumerator 291 F1(HSI_TX_FLAG), F2(SCIFB1_RTS_70), F5(GIO_OUT1_70), F6(HSIC_TSTCLK0), enumerator 293 F1(HSI_TX_DATA), F2(SCIFB1_CTS_71), F5(GIO_OUT2_71), F6(HSIC_TSTCLK1), enumerator [all …]
|
| /linux/lib/crypto/ |
| H A D | md5.c | 27 #define F2(x, y, z) F1(z, x, y) macro 65 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in md5_block_generic() 66 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in md5_block_generic() 67 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); in md5_block_generic() 68 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); in md5_block_generic() 69 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in md5_block_generic() 70 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in md5_block_generic() 71 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); in md5_block_generic() 72 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); in md5_block_generic() 73 MD5STEP(F2, a, b, c, d, in[9] + 0x21e1cde6, 5); in md5_block_generic() [all …]
|
| /linux/arch/sparc/lib/ |
| H A D | clear_page.S | 82 fzero %f2 84 faddd %f0, %f2, %f4 85 fmuld %f0, %f2, %f6 86 faddd %f0, %f2, %f8 87 fmuld %f0, %f2, %f10 89 faddd %f0, %f2, %f12 90 fmuld %f0, %f2, %f14
|
| H A D | NG2memcpy.S | 88 faligndata %x1, %x2, %f2; \ 100 fsrc2 %x1, %f2; 103 fsrc2 %x1, %f2; \ 107 fsrc2 %x1, %f2; \ 112 fsrc2 %x1, %f2; \ 118 fsrc2 %x1, %f2; \ 125 fsrc2 %x1, %f2; \ 133 fsrc2 %x1, %f2; \ 353 FREG_FROB(f0, f2, f4, f6, f8, f10, f12, f14, f16) 364 FREG_LOAD_7(%g2, f0, f2, f4, f6, f8, f10, f12) [all …]
|
| H A D | copy_page.S | 106 ldd [%o1 + 0x008], %f2 112 fsrc2 %f2, %f18 122 1: ldd [%o1 + 0x048], %f2 130 fsrc2 %f2, %f18 145 ldd [%o1 + 0x048], %f2 153 fsrc2 %f2, %f18 184 1: TOUCH(f0, f2, f4, f6, f8, f10, f12, f14) 205 TOUCH(f0, f2, f4, f6, f8, f10, f12, f14)
|
| /linux/tools/bootconfig/scripts/ |
| H A D | ftrace.sh | 24 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 30 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 56 tr=`echo $t | cut -d: -f2` 65 tr=`echo $t | cut -d: -f2-4` 68 tr=`echo $t | cut -d: -f2`
|
| /linux/lib/crypto/x86/ |
| H A D | sha1-ssse3-and-avx.S | 139 RR F2,A,B,C,D,E,20 140 RR F2,D,E,A,B,C,22 141 RR F2,B,C,D,E,A,24 142 RR F2,E,A,B,C,D,26 143 RR F2,C,D,E,A,B,28 145 RR F2,A,B,C,D,E,30 146 RR F2,D,E,A,B,C,32 147 RR F2,B,C,D,E,A,34 148 RR F2,E,A,B,C,D,36 149 RR F2,C,D,E,A,B,38 [all …]
|
| /linux/lib/crypto/arm/ |
| H A D | sha1-armv7-neon.S | 395 _R( _a, _b, _c, _d, _e, F2, 20, 398 _R( _e, _a, _b, _c, _d, F2, 21, 401 _R( _d, _e, _a, _b, _c, F2, 22, 404 _R( _c, _d, _e, _a, _b, F2, 23, 410 _R( _b, _c, _d, _e, _a, F2, 24, 413 _R( _a, _b, _c, _d, _e, F2, 25, 416 _R( _e, _a, _b, _c, _d, F2, 26, 419 _R( _d, _e, _a, _b, _c, F2, 27, 423 _R( _c, _d, _e, _a, _b, F2, 28, 426 _R( _b, _c, _d, _e, _a, F2, 29, [all …]
|
| /linux/scripts/kconfig/tests/err_recursive_dep/ |
| H A D | Kconfig | 49 default F2 51 config F2 config 52 bool "F2"
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | linked_list_fail.c | 12 struct foo *f, *f1, *f2; \ 35 f2 = bpf_obj_new(typeof(*f2)); \ 36 if (!f2) { \ 42 bpf_obj_drop(f2); \ 106 CHECK(kptr_kptr, op, &f1->lock, &f2->head); \ 117 CHECK(map_kptr, op, &v->lock, &f2->head); \ 122 CHECK(inner_map_kptr, op, &iv->lock, &f2->head); \ 143 CHECK(kptr_kptr, op, &f1->lock, &f2->head, &b->node); \ 154 CHECK(map_kptr, op, &v->lock, &f2->head, &b->node); \ 159 CHECK(inner_map_kptr, op, &iv->lock, &f2->head, &b->node); \
|
| H A D | core_reloc_types.h | 962 struct a_complex_struct f2; 1029 struct a_complex_struct___diff f2; 1079 union a_union___diff_sz f2; 1129 struct a_union___incompat f2; 1154 func_proto_typedef___fn_wrong_ret1 f2; 1192 union a_union f2; 1248 anon_enum f2; 1265 enum named_signed_enum64 f2; 1283 anon_enum___diff f2; 1300 enum named_signed_enum64___diff f2; 952 struct a_complex_struct f2; global() member 1019 struct a_complex_struct___diff f2; global() member 1069 union a_union___diff_sz f2; global() member 1119 struct a_union___incompat f2; global() member 1144 func_proto_typedef___fn_wrong_ret1 f2; global() member 1182 union a_union f2; global() member 1238 anon_enum f2; global() member 1255 enum named_signed_enum64 f2; global() member 1273 anon_enum___diff f2; global() member 1290 enum named_signed_enum64___diff f2; global() member 1306 anon_enum___val3_missing f2; global() member 1321 enum named_signed_enum64___val3_missing f2; global() member 1337 anon_enum___err_missing f2; global() member 1352 enum named_signed_enum64___err_missing f2; global() member [all...] |
| /linux/drivers/dma-buf/ |
| H A D | st-dma-fence.c | 466 struct dma_fence *f1, *f2; in thread_signal_callback() local 482 f2 = dma_fence_get_rcu_safe(&t->fences[!t->id]); in thread_signal_callback() 483 } while (!f2 && !kthread_should_stop()); in thread_signal_callback() 490 if (!f2 || in thread_signal_callback() 491 dma_fence_add_callback(f2, &cb.cb, simple_callback)) { in thread_signal_callback() 500 dma_fence_wait(f2, false); in thread_signal_callback() 501 __wait_for_callbacks(f2); in thread_signal_callback() 508 dma_fence_is_signaled(f2) ? "yes" : "no"); in thread_signal_callback() 512 dma_fence_put(f2); in thread_signal_callback()
|