| /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 | 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 | 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_i in test_split_simple() [all...] |
| H A D | btf_distill.c | 25 btf__add_field(btf1, "f1", 2, 0, 0); /* int *f1; */ in test_distilled_base() 28 btf__add_field(btf1, "f1", 1, 0, 0); /* int f1; */ in test_distilled_base() 33 btf__add_field(btf1, "f1", 1, 0, 0); /* int f1; */ in test_distilled_base() 37 btf__add_field(btf1, "f1", 1, 0, 0); /* int f1; */ in test_distilled_base() 52 btf__add_field(btf1, "f1", 1, 0, 0); /* int f1; */ in test_distilled_base() 55 btf__add_field(btf1, "f1", 1, 0, 0); /* int f1; */ in test_distilled_base() 63 btf__add_field(btf1, "f1", 1, 0, 0); /* int f1; */ in test_distilled_base() 66 btf__add_field(btf1, "f1", 1, 0, 0); /* int f1; */ in test_distilled_base() 73 "\t'f1' type_id=2 bits_offset=0", in test_distilled_base() 75 "\t'f1' type_id=1 bits_offset=0\n" in test_distilled_base() [all …]
|
| H A D | btf_split.c | 32 btf__add_field(btf1, "f1", 1, 0, 0); /* int f1; */ in test_btf_split() 52 btf__add_field(btf2, "f1", 3, 0, 0); /* struct s1 f1; */ in test_btf_split() 76 btf__add_field(btf3, "f1", 4, 0, 0); /* struct s2 f1; */ in test_btf_split() 114 " int f1;\n" 117 " struct s1 f1;\n" 122 " struct s2 f1;\n"
|
| H A D | btf_field_iter.c | 18 { .ids = { 3, 1 }, .strs = { "s1", "f1", "f2" } }, 19 { .ids = { 1, 5 }, .strs = { "u1", "f1", "f2" } }, 55 btf__add_field(btf, "f1", 3, 0, 0); /* int *f1; */ in test_btf_field_iter() 59 btf__add_field(btf, "f1", 1, 0, 0); /* int f1; */ in test_btf_field_iter() 98 "\t'f1' type_id=3 bits_offset=0\n" in test_btf_field_iter() 101 "\t'f1' type_id=1 bits_offset=0\n" in test_btf_field_iter()
|
| /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 …]
|
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_wait_wouldblock.c | 34 futex_t f1 = FUTEX_INITIALIZER; in TEST() local 37 ksft_print_dbg_msg("Calling futex_wait on f1: %u @ %p with val=%u\n", f1, &f1, f1+1); in TEST() 38 res = futex_wait(&f1, f1+1, &to, FUTEX_PRIVATE_FLAG); in TEST() 51 futex_t f1 = FUTEX_INITIALIZER; in TEST() local 53 .uaddr = (uintptr_t)&f1, in TEST() 54 .val = f1 + 1, in TEST() 70 ksft_print_dbg_msg("Calling futex_waitv on f1: %u @ %p with val=%u\n", f1, &f1, f1+1); in TEST()
|
| H A D | futex_requeue.c | 17 volatile futex_t *f1; variable 26 if (futex_wait(f1, *f1, &to, 0)) in waiterfn() 39 f1 = &_f1; in TEST() 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() 74 f1 = &_f1; in TEST() 77 * Create 10 waiters at f1. At futex_requeue, wake 3 and requeue 7. in TEST() 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()
|
| H A D | futex_wait_timeout.c | 84 futex_t f1 = FUTEX_INITIALIZER; in TEST() local 92 res = futex_wait(&f1, f1, &to, 0); in TEST() 98 res = futex_wait_bitset(&f1, f1, &to, 1, FUTEX_CLOCK_REALTIME); in TEST() 104 res = futex_wait_bitset(&f1, f1, &to, 1, 0); in TEST() 110 futex_t f1 = FUTEX_INITIALIZER; in TEST() local 117 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, FUTEX_CLOCK_REALTIME); in TEST() 123 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, 0); in TEST() 164 futex_t f1 = FUTEX_INITIALIZER; in TEST() local 166 .uaddr = (uintptr_t)&f1, in TEST() 167 .val = f1, in TEST()
|
| H A D | futex_requeue_pi_mismatched_ops.c | 30 futex_t f1 = FUTEX_INITIALIZER; variable 36 child_ret = futex_wait(&f1, f1, NULL, FUTEX_PRIVATE_FLAG); in blocking_child() 61 ret = futex_cmp_requeue_pi(&f1, f1, &f2, 1, 0, FUTEX_PRIVATE_FLAG); in TEST() 69 ret = futex_wake(&f1, 1, FUTEX_PRIVATE_FLAG); in TEST()
|
| H A D | futex_requeue_pi_signal_restart.c | 34 futex_t f1 = FUTEX_INITIALIZER; variable 83 old_val = f1; in waiterfn() 84 res = futex_wait_requeue_pi(&f1, old_val, &(f2), NULL, in waiterfn() 126 * waiter to block on f1 again. in TEST() 133 old_val = f1; in TEST() 134 res = futex_cmp_requeue_pi(&f1, old_val, &(f2), 1, 0, in TEST() 139 * signal may have hit before the waiter was blocked on f1. in TEST()
|
| H A D | futex_requeue_pi.c | 41 futex_t f1 = FUTEX_INITIALIZER; variable 170 old_val = f1; in waiterfn() 173 &f1, f1, &f2); in waiterfn() 174 args->ret = futex_wait_requeue_pi(&f1, old_val, &f2, args->timeout, in waiterfn() 214 old_val = f1; in broadcast_wakerfn() 215 args->ret = futex_cmp_requeue_pi(&f1, old_val, &f2, nr_wake, nr_requeue, in broadcast_wakerfn() 264 old_val = f1; in signal_wakerfn() 265 args->ret = futex_cmp_requeue_pi(&f1, old_val, &f2, in signal_wakerfn()
|
| /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 …]
|
| /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 …]
|
| /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 …]
|
| /linux/lib/crypto/ |
| H A D | md5.c | 26 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro 27 #define F2(x, y, z) F1(z, x, y) 48 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7); in md5_block_generic() 49 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12); in md5_block_generic() 50 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17); in md5_block_generic() 51 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22); in md5_block_generic() 52 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7); in md5_block_generic() 53 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12); in md5_block_generic() 54 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17); in md5_block_generic() 55 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22); in md5_block_generic() [all …]
|
| /linux/tools/bootconfig/scripts/ |
| H A D | ftrace.sh | 24 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 25 file=`echo $line | cut -f1 -d:` 30 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 31 file=`echo $line | cut -f1 -d:` 46 echo 0 > `echo $line | cut -f1 -d:` 63 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8998-lenovo-miix-630.dts | 74 firmware-name = "qcom/msm8998/LENOVO/81F1/qcadsp8998.mbn"; 80 firmware-name = "qcom/msm8998/LENOVO/81F1/qcdsp1v28998.mbn", 81 "qcom/msm8998/LENOVO/81F1/qcdsp28998.mbn"; 85 firmware-name = "qcom/msm8998/LENOVO/81F1/qcslpi8998.mbn"; 104 firmware-name = "qcom/msm8998/LENOVO/81F1/qcvss8998.mbn";
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | linked_list_fail.c | 12 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 …]
|
| /linux/arch/powerpc/tools/ |
| H A D | head_check.sh | 52 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)
|
| /linux/arch/s390/include/asm/ |
| H A D | fpu-insn.h | 39 static __always_inline void fpu_cefbr(u8 f1, s32 val) in fpu_cefbr() argument 41 asm volatile("cefbr %[f1],%[val]" in fpu_cefbr() 43 : [f1] "I" (f1), [val] "d" (val) in fpu_cefbr() 58 static __always_inline void fpu_debr(u8 f1, u8 f2) in fpu_debr() argument 60 asm volatile("debr %[f1],%[f2]" in fpu_debr() 62 : [f1] "I" (f1), [f2] "I" (f2) in fpu_debr() 75 static __always_inline void fpu_ldgr(u8 f1, u32 val) in fpu_ldgr() argument 77 asm volatile("ldgr %[f1],%[val]" in fpu_ldgr() 79 : [f1] "I" (f1), [val] "d" (val) in fpu_ldgr()
|
| /linux/tools/testing/selftests/ftrace/test.d/ |
| H A D | functions | 21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 22 file=`echo $line | cut -f1 -d:` 27 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 28 file=`echo $line | cut -f1 -d:` 43 echo 0 > `echo $line | cut -f1 -d:` 60 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
|
| /linux/lib/crypto/arm/ |
| H A D | sha1-armv7-neon.S | 327 _R( _a, _b, _c, _d, _e, F1, 0, 330 _R( _e, _a, _b, _c, _d, F1, 1, 333 _R( _d, _e, _a, _b, _c, F1, 2, 336 _R( _c, _d, _e, _a, _b, F1, 3, 342 _R( _b, _c, _d, _e, _a, F1, 4, 345 _R( _a, _b, _c, _d, _e, F1, 5, 348 _R( _e, _a, _b, _c, _d, F1, 6, 351 _R( _d, _e, _a, _b, _c, F1, 7, 355 _R( _c, _d, _e, _a, _b, F1, 8, 358 _R( _b, _c, _d, _e, _a, F1, 9, [all …]
|
| /linux/scripts/kconfig/tests/err_recursive_dep/ |
| H A D | Kconfig | 47 config F1 config 48 bool "F1" 53 depends on F1
|