Home
last modified time | relevance | path

Searched refs:f5 (Results 1 – 25 of 112) sorted by relevance

12345

/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dreg_helper.h86 f5, v5) \ argument
92 FN(reg, f5), v5)
95 f5, v5, f6, v6) \ argument
101 FN(reg, f5), v5,\
105 f5, v5, f6, v6, f7, v7) \ argument
111 FN(reg, f5), v5,\
116 f5, v5, f6, v6, f7, v7, f8, v8) \ argument
122 FN(reg, f5), v5,\
127 #define REG_SET_9(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, f5, \ argument
134 FN(reg, f5), v5, \
[all …]
/linux/drivers/dma-buf/
H A Dst-dma-fence-unwrap.c484 struct dma_fence *fence, *f1, *f2, *f3, *f4, *f5; in unwrap_merge_complex() local
510 f5 = dma_fence_unwrap_merge(f3, f4, dma_fence_get_stub()); in unwrap_merge_complex()
511 if (!f5) in unwrap_merge_complex()
515 dma_fence_unwrap_for_each(fence, &iter, f5) { in unwrap_merge_complex()
533 dma_fence_put(f5); in unwrap_merge_complex()
547 struct dma_fence *fence, *f1, *f2, *f3, *f4, *f5, *f6, *f7; in unwrap_merge_complex_seqno() local
579 f5 = mock_array(2, dma_fence_get(f1), dma_fence_get(f2)); in unwrap_merge_complex_seqno()
580 if (!f5) in unwrap_merge_complex_seqno()
587 f7 = dma_fence_unwrap_merge(f5, f6); in unwrap_merge_complex_seqno()
614 dma_fence_put(f5); in unwrap_merge_complex_seqno()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func4.c33 int f5(struct __sk_buff *skb) in f5() function
41 return f5(skb); in f6()
H A Dtest_global_func3.c33 int f5(struct __sk_buff *skb) in f5() function
41 return f5(skb); in f6()
H A Dcore_reloc_types.h965 named_struct_typedef f5; member
1032 named_struct_typedef___diff f5; member
1082 anon_struct_typedef___diff_sz f5; member
1133 anon_struct_typedef___incompat f5; member
1157 func_proto_typedef___fn_wrong_arg f5; member
1195 func_proto_typedef f5; member
/linux/arch/mips/include/asm/
H A Dfpregdef.h32 #define ft0f $f5
73 #define ft1 $f5
/linux/lib/crypto/sparc/
H A Dsha256_asm.S14 ld [%o0 + 0x14], %f5
42 st %f5, [%o0 + 0x14]
H A Daes_asm.S232 ld [%o0 + 0x14], %f5
298 ld [%o0 + 0x14], %f5
405 ld [%o1 + 0x04], %f5
434 st %f5, [%o2 + 0x04]
446 ld [%o1 + 0x04], %f5
489 st %f5, [%o2 + 0x04]
502 ld [%o1 + 0x04], %f5
554 st %f5, [%o2 + 0x04]
567 ld [%o1 + 0x04], %f5
596 st %f5, [%o2 + 0x04]
[all …]
/linux/arch/riscv/kernel/
H A Dfpu.S33 fsd f5, TASK_THREAD_F5_F0(a0)
76 fld f5, TASK_THREAD_F5_F0(a0)
144 __access_func(f5); \
/linux/lib/crypto/powerpc/
H A Daes-tab-4k.S52 .long R(f5, f7, f7, 02), R(83, cc, cc, 4f)
73 .long R(a6, 53, 53, f5), R(b9, d1, d1, 68)
92 .long R(70, 38, 38, 48), R(f1, f5, f5, 04)
169 .long R(88, cc, 76, 91), R(f5, 02, 4c, 25)
230 .long R(f7, 01, 26, 9f), R(5c, 72, f5, bc)
246 .long R(a6, f5, 81, cf), R(a5, 7a, de, 28)
251 .long R(2e, 39, f7, 5e), R(82, c3, af, f5)
/linux/arch/mips/kvm/
H A Dfpu.S33 sdc1 $f5, VCPU_FPR5(a0)
77 ldc1 $f5, VCPU_FPR5(a0)
/linux/tools/perf/Documentation/
H A Dperf-diff.txt202 - file B with samples f2, f4, f5
203 - file C with samples f1, f2, f5
218 x x f5
226 b x f5
237 b x f5
/linux/arch/riscv/kvm/
H A Dvcpu_switch.S284 fsw f5, KVM_ARCH_FP_F_F5(a0)
326 fsd f5, KVM_ARCH_FP_D_F5(a0)
368 flw f5, KVM_ARCH_FP_F_F5(a0)
410 fld f5, KVM_ARCH_FP_D_F5(a0)
/linux/arch/loongarch/include/asm/
H A Dfpregdef.h15 #define fa5 $f5
/linux/tools/perf/arch/s390/include/
H A Ddwarf-regs-table.h19 REG_DWARFNUM_NAME(f5, 22),
/linux/tools/bootconfig/scripts/
H A Dftrace.sh66 limit=`echo $t | cut -d: -f5`
/linux/arch/s390/kernel/
H A Dreipl.S38 std %f5, 0x28(%r1)
/linux/arch/loongarch/kernel/
H A Dfpu.S35 EX fst.d $f5, \base, (5 * FPU_REG_WIDTH)
70 EX fld.d $f5, \base, (5 * FPU_REG_WIDTH)
468 movgr2fr.w $f5, t1
469 movgr2frh.w $f5, t1
528 movgr2fr.d $f5, t1
/linux/Documentation/input/
H A Dmulti-touch-protocol.rst57 the raw data [#f5]_.
224 may be used to track identified contacts over time [#f5]_.
328 should not be confused with the high-level trackingID [#f5]_. Most type A
333 [#f5]_. The value range of the TRACKING_ID should be large enough to ensure
415 .. [#f5] See the section on finger tracking.
/linux/Documentation/admin-guide/media/
H A Dcx23885-cardlist.rst103 - 0070:2291, 0070:2295, 0070:2299, 0070:229d, 0070:22f0, 0070:22f3, 0070:22f4, 0070:22f5
/linux/arch/mips/kernel/
H A Dr4k_fpu.S120 EX sdc1 $f5, 40(a0)
187 EX ldc1 $f5, 40(a0)
/linux/drivers/pinctrl/qcom/
H A Dpinctrl-ipq5018.c13 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \ argument
24 msm_mux_##f5, \
H A Dpinctrl-ipq5424.c14 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \ argument
25 msm_mux_##f5, \
H A Dpinctrl-ipq5332.c13 #define PINGROUP(id, f1, f2, f3, f4, f5, f6, f7, f8, f9) \ argument
24 msm_mux_##f5, \
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumstd.rst284 - 5.5 ± 0.001 [#f4]_ [#f5]_ [#f6]_ [#f7]_
330 .. [#f5]

12345