| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | crc32-pclmul_asm.S | 83 #define BUF %rdi macro 87 #define BUF %eax macro 106 movdqa (BUF), %xmm1 107 movdqa 0x10(BUF), %xmm2 108 movdqa 0x20(BUF), %xmm3 109 movdqa 0x30(BUF), %xmm4 113 add $0x40, BUF 124 prefetchnta 0x40(BUF) 156 pxor (BUF), %xmm1 157 pxor 0x10(BUF), %xmm2 [all …]
|
| H A D | sha1_avx2_x86_64_asm.S | 75 #define BUF %rsi /* arg2 */ macro 657 mov BUF, BUFFER_PTR 659 mov BUF, BUFFER_PTR2
|
| H A D | sha1_ssse3_asm.S | 30 #define BUF %rsi // arg2 macro 81 mov BUF, BUFFER_PTR 84 add BUF, CNT
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | Kconfig | 2 bool "DMA-BUF heaps deferred-free library" 4 Choose this option to enable the DMA-BUF heaps deferred-free library. 7 bool "DMA-BUF heaps page-pool library" 9 Choose this option to enable the DMA-BUF heaps page-pool library. 12 tristate "DMA-BUF System Heap" 19 tristate "DMA-BUF CMA Heap"
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson64/ |
| H A D | smp.c | 257 (SMP_CORE_GROUP0_BASE + SMP_CORE0_OFFSET + BUF); in ipi_mailbox_buf_init() 259 (SMP_CORE_GROUP0_BASE + SMP_CORE1_OFFSET + BUF); in ipi_mailbox_buf_init() 261 (SMP_CORE_GROUP0_BASE + SMP_CORE2_OFFSET + BUF); in ipi_mailbox_buf_init() 263 (SMP_CORE_GROUP0_BASE + SMP_CORE3_OFFSET + BUF); in ipi_mailbox_buf_init() 265 (SMP_CORE_GROUP1_BASE + SMP_CORE0_OFFSET + BUF); in ipi_mailbox_buf_init() 267 (SMP_CORE_GROUP1_BASE + SMP_CORE1_OFFSET + BUF); in ipi_mailbox_buf_init() 269 (SMP_CORE_GROUP1_BASE + SMP_CORE2_OFFSET + BUF); in ipi_mailbox_buf_init() 271 (SMP_CORE_GROUP1_BASE + SMP_CORE3_OFFSET + BUF); in ipi_mailbox_buf_init() 273 (SMP_CORE_GROUP2_BASE + SMP_CORE0_OFFSET + BUF); in ipi_mailbox_buf_init() 275 (SMP_CORE_GROUP2_BASE + SMP_CORE1_OFFSET + BUF); in ipi_mailbox_buf_init() [all …]
|
| H A D | smp.h | 29 #define BUF 0x20 macro
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | crc32-ce-core.S | 111 BUF .req r0 134 vld1.8 {q1-q2}, [BUF, :128]! 135 vld1.8 {q3-q4}, [BUF, :128]! 160 vld1.8 {q5}, [BUF, :128]! 162 vld1.8 {q6}, [BUF, :128]! 164 vld1.8 {q7}, [BUF, :128]! 166 vld1.8 {q8}, [BUF, :128]! 201 vld1.8 {q2}, [BUF, :128]!
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-dmabuf-buffers | 6 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
|
| H A D | sysfs-kernel-dmaheap | 7 memory in Kb is allocated to DMA-BUF heap pools.
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/rk_heaps/ |
| H A D | Kconfig | 3 bool "DMA-BUF Userland Memory Heaps for RockChip" 6 Choose this option to enable the RockChip DMA-BUF userland memory heaps. 12 tristate "DMA-BUF RockChip CMA Heap" 39 bool "DMA-BUF RockChip Heap Debug" 45 bool "DMA-BUF RockChip Heap Debug print log enable"
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-reqbufs.rst | 115 .. _V4L2-BUF-CAP-SUPPORTS-MMAP: 116 .. _V4L2-BUF-CAP-SUPPORTS-USERPTR: 117 .. _V4L2-BUF-CAP-SUPPORTS-DMABUF: 118 .. _V4L2-BUF-CAP-SUPPORTS-REQUESTS: 119 .. _V4L2-BUF-CAP-SUPPORTS-ORPHANED-BUFS: 120 .. _V4L2-BUF-CAP-SUPPORTS-M2M-HOLD-CAPTURE-BUF: 121 .. _V4L2-BUF-CAP-SUPPORTS-MMAP-CACHE-HINTS: 157 :ref:`V4L2_BUF_FLAG_NO_CACHE_INVALIDATE <V4L2-BUF-FLAG-NO-CACHE-INVALIDATE>` and 158 :ref:`V4L2_BUF_FLAG_NO_CACHE_CLEAN <V4L2-BUF-FLAG-NO-CACHE-CLEAN>`.
|
| H A D | buffer.rst | 466 * .. _`V4L2-BUF-FLAG-MAPPED`: 477 * .. _`V4L2-BUF-FLAG-QUEUED`: 489 * .. _`V4L2-BUF-FLAG-DONE`: 502 * .. _`V4L2-BUF-FLAG-ERROR`: 511 * .. _`V4L2-BUF-FLAG-IN-REQUEST`: 516 * .. _`V4L2-BUF-FLAG-KEYFRAME`: 526 * .. _`V4L2-BUF-FLAG-PFRAME`: 534 * .. _`V4L2-BUF-FLAG-BFRAME`: 543 * .. _`V4L2-BUF-FLAG-TIMECODE`: 551 * .. _`V4L2-BUF-FLAG-PREPARED`: [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_wpp.h | 221 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_ENABLED(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 227 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_LOGGER(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 230 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_PRE(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 231 { if (BUF != NULL) { \ 233 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_POST(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_wpp.h | 221 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_ENABLED(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 227 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_LOGGER(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 230 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_PRE(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument 231 { if (BUF != NULL) { \ 233 #define WPP_COMPID_LEVEL_BUF_LEN_PREFIX_POST(COMPID, LEVEL, BUF, LEN, PREFIX) \ argument
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/ |
| H A D | Kconfig | 100 bool "DMA-BUF Userland Memory Heaps" 103 Choose this option to enable the DMA-BUF userland memory heaps. 109 bool "DMA-BUF sysfs statistics" 112 Choose this option to enable DMA-BUF sysfs statistics 116 statistics for the DMA-BUF with the unique inode number
|
| /OK3568_Linux_fs/device/rockchip/common/scripts/ |
| H A D | mk-misc.sh | 6 BUF=$4 26 echo -n "$BUF" >> "$OUTPUT"
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | intel_telemetry_debugfs.c | 67 #define TELEM_CHECK_AND_PARSE_EVTS(EVTID, EVTNUM, BUF, EVTLOG, EVTDAT, MASK) { \ argument 70 (BUF)[idx] = ((EVTLOG) >> (EVTDAT)[idx].bit_pos) & \
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | omap.c | 955 OMAP_MMC_WRITE(host, BUF, 0); in mmc_omap_prepare_data() 1045 OMAP_MMC_WRITE(host, BUF, buf); in mmc_omap_prepare_data() 1058 OMAP_MMC_WRITE(host, BUF, 0x1f1f); in mmc_omap_prepare_data()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-7 | 2389 -- Function: int stat (const char *FILENAME, struct stat *BUF) 2395 file named by FILENAME in the structure pointed to by BUF. 2414 -- Function: int stat64 (const char *FILENAME, struct stat64 *BUF) 2422 which BUF must point. 2428 -- Function: int fstat (int FILEDES, struct stat *BUF) 2447 -- Function: int fstat64 (int FILEDES, struct stat64 *BUF) 2454 FILEDES should be obtained by ‘open64’ or ‘creat64’. The BUF 2462 -- Function: int lstat (const char *FILENAME, struct stat *BUF) 2476 -- Function: int lstat64 (const char *FILENAME, struct stat64 *BUF) 2484 which BUF must point. [all …]
|
| H A D | libc.info-13 | 3573 -- Function: size_t confstr (int PARAMETER, char *BUF, size_t LEN) 3579 storing the string into LEN bytes of memory space starting at BUF. 3584 value that you asked for. If you supply a null pointer for BUF, 11483 ‘error_t argz_append (char **ARGZ, size_t *ARGZ_LEN, const char *BUF, size_t BUF_LEN)’ 12201 ‘size_t confstr (int PARAMETER, char *BUF, size_t LEN)’ 12609 ‘int ecvt_r (double VALUE, int NDIGIT, int *DECPT, int *NEG, char *BUF, size_t LEN)’ 13007 ‘int fcvt_r (double VALUE, int NDIGIT, int *DECPT, int *NEG, char *BUF, size_t LEN)’ 13321 ‘FILE * fmemopen (void *BUF, size_t SIZE, const char *OPENTYPE)’ 13583 ‘int fstat (int FILEDES, struct stat *BUF)’ 13587 ‘int fstat64 (int FILEDES, struct stat64 *BUF)’ [all …]
|
| H A D | libc.info-9 | 2302 -- Function: int random_r (struct random_data *restrict BUF, int32_t 2312 -- Function: int srandom_r (unsigned int SEED, struct random_data *BUF) 2322 STATEBUF, size_t STATELEN, struct random_data *restrict BUF) 2332 random_data *restrict BUF) 5631 -- Function: char * gcvt (double VALUE, int NDIGIT, char *BUF) 5638 BUF. 5666 -- Function: char * qgcvt (long double VALUE, int NDIGIT, char *BUF) 5685 *NEG, char *BUF, size_t LEN) 5691 its result into the user-specified buffer pointed to by BUF, with 5698 *NEG, char *BUF, size_t LEN) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-7 | 2389 -- Function: int stat (const char *FILENAME, struct stat *BUF) 2395 file named by FILENAME in the structure pointed to by BUF. 2414 -- Function: int stat64 (const char *FILENAME, struct stat64 *BUF) 2422 which BUF must point. 2428 -- Function: int fstat (int FILEDES, struct stat *BUF) 2447 -- Function: int fstat64 (int FILEDES, struct stat64 *BUF) 2454 FILEDES should be obtained by ‘open64’ or ‘creat64’. The BUF 2462 -- Function: int lstat (const char *FILENAME, struct stat *BUF) 2476 -- Function: int lstat64 (const char *FILENAME, struct stat64 *BUF) 2484 which BUF must point. [all …]
|
| H A D | libc.info-13 | 3573 -- Function: size_t confstr (int PARAMETER, char *BUF, size_t LEN) 3579 storing the string into LEN bytes of memory space starting at BUF. 3584 value that you asked for. If you supply a null pointer for BUF, 11483 ‘error_t argz_append (char **ARGZ, size_t *ARGZ_LEN, const char *BUF, size_t BUF_LEN)’ 12201 ‘size_t confstr (int PARAMETER, char *BUF, size_t LEN)’ 12609 ‘int ecvt_r (double VALUE, int NDIGIT, int *DECPT, int *NEG, char *BUF, size_t LEN)’ 13007 ‘int fcvt_r (double VALUE, int NDIGIT, int *DECPT, int *NEG, char *BUF, size_t LEN)’ 13321 ‘FILE * fmemopen (void *BUF, size_t SIZE, const char *OPENTYPE)’ 13583 ‘int fstat (int FILEDES, struct stat *BUF)’ 13587 ‘int fstat64 (int FILEDES, struct stat64 *BUF)’ [all …]
|
| H A D | libc.info-9 | 2302 -- Function: int random_r (struct random_data *restrict BUF, int32_t 2312 -- Function: int srandom_r (unsigned int SEED, struct random_data *BUF) 2322 STATEBUF, size_t STATELEN, struct random_data *restrict BUF) 2332 random_data *restrict BUF) 5631 -- Function: char * gcvt (double VALUE, int NDIGIT, char *BUF) 5638 BUF. 5666 -- Function: char * qgcvt (long double VALUE, int NDIGIT, char *BUF) 5685 *NEG, char *BUF, size_t LEN) 5691 its result into the user-specified buffer pointed to by BUF, with 5698 *NEG, char *BUF, size_t LEN) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | gbefb.c | 680 SET_GBE_FIELD(WID, BUF, val, GBE_BMODE_BOTH); in gbefb_set_par()
|