/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | st-dma-fence-unwrap.c | 121 struct dma_fence *fence, *f1, *f2, *array; in unwrap_array() local 131 f2 = mock_fence(); in unwrap_array() 132 if (!f2) { in unwrap_array() 137 dma_fence_enable_sw_signaling(f2); in unwrap_array() 139 array = mock_array(2, f1, f2); in unwrap_array() 146 } else if (fence == f2) { in unwrap_array() 147 f2 = NULL; in unwrap_array() 154 if (f1 || f2) { in unwrap_array() 165 struct dma_fence *fence, *f1, *f2, *chain; in unwrap_chain() local 175 f2 in unwrap_chain() 209 struct dma_fence *fence, *f1, *f2, *array, *chain; unwrap_chain_array() local 257 struct dma_fence *fence, *f1, *f2, *f3; unwrap_merge() local 309 struct dma_fence *fence, *f1, *f2, *f3, *f4, *f5; unwrap_merge_complex() local [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | indirect_call_wrapper.h | 21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ 23 likely(f == f2) ? f2(__VA_ARGS__) : \ 26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ 29 INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__); \ 31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ 34 INDIRECT_CALL_3(f, f3, f2, f1, __VA_ARGS__); \ 42 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) 43 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) f(__VA_ARGS__) 44 #define INDIRECT_CALL_4(f, f4, f3, f2, f [all...] |
H A D | dma-fence.h | 443 * __dma_fence_is_later - return if f1 is chronologically later than f2 445 * @f2: the second fence's seqno from the same context 448 * Returns true if f1 is chronologically later than f2. Both fences must be 451 static inline bool __dma_fence_is_later(u64 f1, u64 f2, in __dma_fence_is_later() argument 459 return f1 > f2; in __dma_fence_is_later() 461 return (int)(lower_32_bits(f1) - lower_32_bits(f2)) > 0; in __dma_fence_is_later() 465 * dma_fence_is_later - return if f1 is chronologically later than f2 467 * @f2: the second fence from the same context 469 * Returns true if f1 is chronologically later than f2. Both fences must be 473 struct dma_fence *f2) in dma_fence_is_later() 472 dma_fence_is_later(struct dma_fence *f1, struct dma_fence *f2) dma_fence_is_later() argument 490 dma_fence_later(struct dma_fence *f1, struct dma_fence *f2) dma_fence_later() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | indirect_call_wrapper.h | 21 #define INDIRECT_CALL_2(f, f2, f1, ...) \ 23 likely(f == f2) ? f2(__VA_ARGS__) : \ 26 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) \ 29 INDIRECT_CALL_2(f, f2, f1, __VA_ARGS__); \ 31 #define INDIRECT_CALL_4(f, f4, f3, f2, f1, ...) \ 34 INDIRECT_CALL_3(f, f3, f2, f1, __VA_ARGS__); \ 43 #define INDIRECT_CALL_2(f, f2, f1, ...) f(__VA_ARGS__) 44 #define INDIRECT_CALL_3(f, f3, f2, f1, ...) f(__VA_ARGS__) 45 #define INDIRECT_CALL_4(f, f4, f3, f2, f [all...] |
H A D | dma-fence.h | 463 * __dma_fence_is_later - return if f1 is chronologically later than f2 465 * @f2: the second fence's seqno from the same context 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 487 * @f2: the second fence from the same context 489 * Returns true if f1 is chronologically later than f2. Both fences must be 493 struct dma_fence *f2) in dma_fence_is_later() 492 dma_fence_is_later(struct dma_fence *f1, struct dma_fence *f2) dma_fence_is_later() argument 510 dma_fence_is_later_or_same(struct dma_fence *f1, struct dma_fence *f2) dma_fence_is_later_or_same() argument 525 dma_fence_later(struct dma_fence *f1, struct dma_fence *f2) dma_fence_later() argument [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi_signal_restart.c | 35 futex_t f2 = FUTEX_INITIALIZER; variable 100 info("Calling FUTEX_LOCK_PI on f2=%x @ %p\n", f2, &f2); in waiterfn() 102 res = futex_wait_requeue_pi(&f1, old_val, &(f2), NULL, in waiterfn() 107 info("w2:futex: %x\n", f2); in waiterfn() 109 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in waiterfn() 156 info("m1:f2: %x\n", f2); in main() 165 info("Calling FUTEX_LOCK_PI on f2 in main() [all...] |
H A D | futex_requeue_pi.c | 40 futex_t f2 = FUTEX_INITIALIZER; variable 122 &f1, f1, &f2); in waiterfn() 123 args->ret = futex_wait_requeue_pi(&f1, old_val, &f2, args->timeout, in waiterfn() 136 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in waiterfn() 138 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in waiterfn() 160 info("Calling FUTEX_LOCK_PI on mutex=%x @ %p\n", f2, &f2); in broadcast_wakerfn() 161 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in broadcast_wakerfn() 165 args->ret = futex_cmp_requeue_pi(&f1, old_val, &f2, nr_wake, nr_requeue, in broadcast_wakerfn() 183 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLA in broadcast_wakerfn() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi_signal_restart.c | 35 futex_t f2 = FUTEX_INITIALIZER; variable 100 info("Calling FUTEX_LOCK_PI on f2=%x @ %p\n", f2, &f2); in waiterfn() 102 res = futex_wait_requeue_pi(&f1, old_val, &(f2), NULL, in waiterfn() 107 info("w2:futex: %x\n", f2); in waiterfn() 109 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in waiterfn() 156 info("m1:f2: %x\n", f2); in main() 165 info("Calling FUTEX_LOCK_PI on f2 in main() [all...] |
H A D | futex_requeue_pi.c | 40 futex_t f2 = FUTEX_INITIALIZER; variable 122 &f1, f1, &f2); in waiterfn() 123 args->ret = futex_wait_requeue_pi(&f1, old_val, &f2, args->timeout, in waiterfn() 136 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in waiterfn() 138 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLAG); in waiterfn() 160 info("Calling FUTEX_LOCK_PI on mutex=%x @ %p\n", f2, &f2); in broadcast_wakerfn() 161 futex_lock_pi(&f2, NULL, 0, FUTEX_PRIVATE_FLAG); in broadcast_wakerfn() 165 args->ret = futex_cmp_requeue_pi(&f1, old_val, &f2, nr_wake, nr_requeue, in broadcast_wakerfn() 183 futex_unlock_pi(&f2, FUTEX_PRIVATE_FLA in broadcast_wakerfn() [all...] |
H A D | futex_requeue.c | 47 volatile futex_t f2 = 0; in main() local 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() 91 info("Waking 1 futex at f2\n"); in main() 92 res = futex_wake(&f2, 1, 0); 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() 123 info("Waking INT_MAX futexes at f2\ in main() [all...] |
/kernel/linux/linux-5.10/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, [all...] |
/kernel/linux/linux-6.6/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, [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_spin_lock_fail.c | 87 struct foo *f1, *f2, *v, *iv; \ 103 f2 = bpf_obj_new(typeof(*f2)); \ 104 if (!f2) { \ 113 CHECK(kptr_kptr, &f1->lock, &f2->lock); 126 struct foo *f1, *f2; in lock_id_mismatch_mapval_mapval() local 132 f2 = bpf_map_lookup_elem(&array_map, &key); in lock_id_mismatch_mapval_mapval() 133 if (!f2) in lock_id_mismatch_mapval_mapval() 138 bpf_spin_unlock(&f2->lock); in lock_id_mismatch_mapval_mapval() 150 struct foo *f1, *f2; in lock_id_mismatch_innermapval_innermapval1() local 174 struct foo *f1, *f2; lock_id_mismatch_innermapval_innermapval2() local [all...] |
/kernel/linux/linux-6.6/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) \ 70 FN(reg, f2), v2) 72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ 75 FN(reg, f2), v2,\ 78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ 81 FN(reg, f2), v2,\ 85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ 89 FN(reg, f2), v2,\ 94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ 98 FN(reg, f2), v [all...] |
/kernel/linux/linux-5.10/arch/sparc/crypto/ |
H A D | camellia_asm.S | 38 ld [%o0 + 0x08], %f2 ! i2, k[2] 42 std %f2, [%o1 + 0x08] ! k[2, 3] 45 fsrc2 %f2, %f30 53 fxor %f10, %f0, %f2 54 ld [%o0 + 0x18], %f2 57 std %f2, [%o1 + 0x28] ! k[10, 11] 59 fxor %f30, %f2, %f2 73 fxor %f30, %f2, %f2 [all...] |
/kernel/linux/linux-5.10/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) \ 70 FN(reg, f2), v2) 72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ 75 FN(reg, f2), v2,\ 78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ 81 FN(reg, f2), v2,\ 85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ 89 FN(reg, f2), v2,\ 94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ 98 FN(reg, f2), v [all...] |
/kernel/linux/linux-6.6/arch/sparc/crypto/ |
H A D | camellia_asm.S | 38 ld [%o0 + 0x08], %f2 ! i2, k[2] 42 std %f2, [%o1 + 0x08] ! k[2, 3] 45 fsrc2 %f2, %f30 53 fxor %f10, %f0, %f2 54 ld [%o0 + 0x18], %f2 57 std %f2, [%o1 + 0x28] ! k[10, 11] 59 fxor %f30, %f2, %f2 73 fxor %f30, %f2, %f2 [all...] |
/kernel/linux/linux-5.10/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) \ 68 FN(reg, f2), v2) 70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ 73 FN(reg, f2), v2, \ 76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ 79 FN(reg, f2), v2, \ 92 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ 95 FN(reg, f2), v2) 97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ 100 FN(reg, f2), v [all...] |
/kernel/linux/linux-6.6/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) \ 68 FN(reg, f2), v2) 70 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ 73 FN(reg, f2), v2, \ 76 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ 79 FN(reg, f2), v2, \ 92 #define REG_UPDATE_2(reg, f1, v1, f2, v2) \ 95 FN(reg, f2), v2) 97 #define REG_UPDATE_3(reg, f1, v1, f2, v2, f3, v3) \ 100 FN(reg, f2), v [all...] |
/kernel/linux/linux-5.10/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 | U1memcpy.S | 70 #define FREG_FROB(f1, f2, f3, f4, f5, f6, f7, f8, f9) \ 71 faligndata %f1, %f2, %f48; \ 72 faligndata %f2, %f3, %f50; \ 325 fsrc2 %f0, %f2 357 1: FREG_FROB(f0, f2, f4, f6, f8, f10,f12,f14,f16) 364 faligndata %f0, %f2, %f48 371 FREG_FROB(f0, f2, f4, f6, f8, f10,f12,f14,f16) 373 3: FREG_FROB(f0, f2, f4, f6, f8, f10,f12,f14,f16) 378 1: FREG_FROB(f2, f4, f6, f8, f10,f12,f14,f16,f18) 382 FREG_FROB(f34,f36,f38,f40,f42,f44,f46,f0, f2) [all...] |
/kernel/linux/linux-6.6/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 | U1memcpy.S | 70 #define FREG_FROB(f1, f2, f3, f4, f5, f6, f7, f8, f9) \ 71 faligndata %f1, %f2, %f48; \ 72 faligndata %f2, %f3, %f50; \ 325 fsrc2 %f0, %f2 357 1: FREG_FROB(f0, f2, f4, f6, f8, f10,f12,f14,f16) 364 faligndata %f0, %f2, %f48 371 FREG_FROB(f0, f2, f4, f6, f8, f10,f12,f14,f16) 373 3: FREG_FROB(f0, f2, f4, f6, f8, f10,f12,f14,f16) 378 1: FREG_FROB(f2, f4, f6, f8, f10,f12,f14,f16,f18) 382 FREG_FROB(f34,f36,f38,f40,f42,f44,f46,f0, f2) [all...] |
/kernel/linux/linux-5.10/tools/bootconfig/scripts/ |
H A D | ftrace.sh | 23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 55 tr=`echo $t | cut -d: -f2` 64 tr=`echo $t | cut -d: -f2-4` 67 tr=`echo $t | cut -d: -f2`
|
/kernel/linux/linux-6.6/tools/bootconfig/scripts/ |
H A D | ftrace.sh | 23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 55 tr=`echo $t | cut -d: -f2` 64 tr=`echo $t | cut -d: -f2-4` 67 tr=`echo $t | cut -d: -f2`
|