Home
last modified time | relevance | path

Searched refs:BUF (Results 1 – 22 of 22) sorted by relevance

/linux-6.15/arch/arc/net/
H A Dbpf_jit_arcv2.c1351 len += arc_asri_r(BUF(buf, len), in mov_r64()
1450 len += arc_add_i(BUF(buf, len), in adjust_mem_access()
1560 len += arc_asri_r(BUF(buf, len), in load_r()
1679 len += add_r64_i32(BUF(buf, len), r, 1); in neg_r64()
1964 len += arc_btst_i(BUF(buf, len), t0, 5); in lsh_r64()
2220 len += zext(BUF(buf, len), rd); in gen_swap()
2251 len += zext(BUF(buf, len), rd); in gen_swap()
2417 len += arc_push_r(BUF(buf, len), reg); in arc_prologue()
2463 len += frame_restore(BUF(buf, len)); in arc_epilogue()
2474 len += arc_pop_r(BUF(buf, len), reg); in arc_epilogue()
[all …]
H A Dbpf_jit_core.c612 *len += mov_r32_i32(BUF(buf, *len), JIT_REG_TMP, in handle_jumps()
615 *len += mov_r64_i32(BUF(buf, *len), JIT_REG_TMP, in handle_jumps()
631 *len += gen_jmp_32(BUF(buf, *len), rd, rs, cond, in handle_jumps()
634 *len += gen_jmp_64(BUF(buf, *len), rd, rs, cond, in handle_jumps()
691 *len += arc_to_bpf_return(BUF(buf, *len)); in handle_call()
1044 len += zext(BUF(buf, len), dst); in handle_insn()
1241 BUF(ctx->jit.buf, ctx->jit.len)); in jit_finalize()
H A Dbpf_jit.h38 #define BUF(b, n) (((b) != NULL) ? ((b) + (n)) : (b)) macro
/linux-6.15/arch/x86/lib/
H A Dcrc-pclmul-template.S106 vpxorq (BUF), \v0, \v0
179 add $\vl, BUF
246 .set BUF, %rsi define
255 .set BUF, %edx define
306 add $32, BUF
311 add $16, BUF
321 add $VL, BUF
332 _load_data VL, (BUF), BSWAP_MASK, V1
333 add $VL, BUF
354 sub $-4*VL, BUF
[all …]
/linux-6.15/arch/mips/loongson64/
H A Dsmp.c334 (SMP_CORE_GROUP0_BASE + SMP_CORE0_OFFSET + BUF); in ipi_mailbox_buf_init()
336 (SMP_CORE_GROUP0_BASE + SMP_CORE1_OFFSET + BUF); in ipi_mailbox_buf_init()
338 (SMP_CORE_GROUP0_BASE + SMP_CORE2_OFFSET + BUF); in ipi_mailbox_buf_init()
340 (SMP_CORE_GROUP0_BASE + SMP_CORE3_OFFSET + BUF); in ipi_mailbox_buf_init()
342 (SMP_CORE_GROUP1_BASE + SMP_CORE0_OFFSET + BUF); in ipi_mailbox_buf_init()
344 (SMP_CORE_GROUP1_BASE + SMP_CORE1_OFFSET + BUF); in ipi_mailbox_buf_init()
346 (SMP_CORE_GROUP1_BASE + SMP_CORE2_OFFSET + BUF); in ipi_mailbox_buf_init()
348 (SMP_CORE_GROUP1_BASE + SMP_CORE3_OFFSET + BUF); in ipi_mailbox_buf_init()
350 (SMP_CORE_GROUP2_BASE + SMP_CORE0_OFFSET + BUF); in ipi_mailbox_buf_init()
352 (SMP_CORE_GROUP2_BASE + SMP_CORE1_OFFSET + BUF); in ipi_mailbox_buf_init()
[all …]
H A Dsmp.h29 #define BUF 0x20 macro
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-kernel-dmabuf-buffers6 snapshot of the internal state of every DMA-BUF.
8 statistics for the DMA-BUF with the unique inode number
17 the DMA-BUF.
23 Description: This file is read-only and specifies the size of the DMA-BUF in
/linux-6.15/arch/arm/lib/
H A Dcrc32-core.S111 BUF .req r0
135 vld1.8 {q1-q2}, [BUF, :128]!
136 vld1.8 {q3-q4}, [BUF, :128]!
161 vld1.8 {q5}, [BUF, :128]!
163 vld1.8 {q6}, [BUF, :128]!
165 vld1.8 {q7}, [BUF, :128]!
167 vld1.8 {q8}, [BUF, :128]!
202 vld1.8 {q2}, [BUF, :128]!
/linux-6.15/drivers/dma-buf/
H A DKconfig57 bool "DMA-BUF debug checks"
61 This option enables additional checks for DMA-BUF importers and
71 bool "DMA-BUF Userland Memory Heaps"
74 Choose this option to enable the DMA-BUF userland memory heaps.
80 bool "DMA-BUF sysfs statistics (DEPRECATED)"
83 Choose this option to enable DMA-BUF sysfs statistics
87 statistics for the DMA-BUF with the unique inode number
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-reqbufs.rst118 .. _V4L2-BUF-CAP-SUPPORTS-MMAP:
119 .. _V4L2-BUF-CAP-SUPPORTS-USERPTR:
120 .. _V4L2-BUF-CAP-SUPPORTS-DMABUF:
121 .. _V4L2-BUF-CAP-SUPPORTS-REQUESTS:
122 .. _V4L2-BUF-CAP-SUPPORTS-ORPHANED-BUFS:
123 .. _V4L2-BUF-CAP-SUPPORTS-M2M-HOLD-CAPTURE-BUF:
124 .. _V4L2-BUF-CAP-SUPPORTS-MMAP-CACHE-HINTS:
125 .. _V4L2-BUF-CAP-SUPPORTS-MAX-NUM-BUFFERS:
126 .. _V4L2-BUF-CAP-SUPPORTS-REMOVE-BUFS:
161 :ref:`V4L2_BUF_FLAG_NO_CACHE_CLEAN <V4L2-BUF-FLAG-NO-CACHE-CLEAN>` and
[all …]
H A Dbuffer.rst461 * .. _`V4L2-BUF-FLAG-MAPPED`:
472 * .. _`V4L2-BUF-FLAG-QUEUED`:
484 * .. _`V4L2-BUF-FLAG-DONE`:
497 * .. _`V4L2-BUF-FLAG-ERROR`:
511 * .. _`V4L2-BUF-FLAG-KEYFRAME`:
521 * .. _`V4L2-BUF-FLAG-PFRAME`:
529 * .. _`V4L2-BUF-FLAG-BFRAME`:
538 * .. _`V4L2-BUF-FLAG-TIMECODE`:
546 * .. _`V4L2-BUF-FLAG-PREPARED`:
579 * .. _`V4L2-BUF-FLAG-M2M-HOLD-CAPTURE-BUF`:
[all …]
/linux-6.15/scripts/coccinelle/api/
H A Ddevice_attr_show.cocci31 expression BUF, SZ, FORMAT;
38 - snprintf(BUF, SZ, FORMAT
39 + sysfs_emit(BUF, FORMAT
/linux-6.15/drivers/dma-buf/heaps/
H A DKconfig2 bool "DMA-BUF System Heap"
9 bool "DMA-BUF CMA Heap"
/linux-6.15/crypto/krb5/
H A Dselftest.c72 #define PREP_BUF(BUF, LEN) \ argument
74 (BUF)->len = (LEN); \
75 ret = prep_buf((BUF)); \
105 #define LOAD_BUF(BUF, FROM) do { ret = load_buf(BUF, FROM); if (ret < 0) goto out; } while (0) argument
/linux-6.15/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S75 #define BUF %rsi /* arg2 */ macro
646 mov BUF, BUFFER_PTR
648 mov BUF, BUFFER_PTR2
H A Dsha1_ssse3_asm.S31 #define BUF %rsi // arg2 macro
82 mov BUF, BUFFER_PTR
85 add BUF, CNT
/linux-6.15/drivers/platform/x86/intel/telemetry/
H A Ddebugfs.c67 #define TELEM_CHECK_AND_PARSE_EVTS(EVTID, EVTNUM, BUF, EVTLOG, EVTDAT, MASK) { \ argument
70 (BUF)[idx] = ((EVTLOG) >> (EVTDAT)[idx].bit_pos) & \
/linux-6.15/drivers/mmc/host/
H A Domap.c961 OMAP_MMC_WRITE(host, BUF, 0); in mmc_omap_prepare_data()
1050 OMAP_MMC_WRITE(host, BUF, buf); in mmc_omap_prepare_data()
1063 OMAP_MMC_WRITE(host, BUF, 0x1f1f); in mmc_omap_prepare_data()
/linux-6.15/Documentation/driver-api/
H A Ddma-buf.rst128 DMA-BUF statistics
138 DMA-BUF locking convention
/linux-6.15/drivers/video/fbdev/
H A Dgbefb.c678 SET_GBE_FIELD(WID, BUF, val, GBE_BMODE_BOTH); in gbefb_set_par()
/linux-6.15/arch/arm64/tools/
H A Dsysreg2276 0b000000 BUF
/linux-6.15/
H A DMAINTAINERS7036 DMA-BUF HEAPS FRAMEWORK