| /kernel/linux/linux-6.6/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2538 def __init__(self, dbref, sql, buffer, head, tail, fetch_count, fetching_done, process_target, wait_event, fetched_event, prep): 2543 self.buffer = buffer 2587 space = len(self.buffer) - self.local_head 2591 # Use 0 (or space < glb_nsz) to mean there is no more at the top of the buffer 2593 self.buffer[self.local_head : self.local_head + len(nd)] = nd 2616 self.buffer[pos : pos + len(nd)] = nd 2617 self.buffer[pos + glb_nsz : pos + sz] = d 2664 self.buffer = Array(c_char, self.buffer_size, lock=False) 2675 self.process = Process(target=SQLFetcherFn, args=(glb.dbref, sql, self.buffer, sel [all...] |
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | nsprepkg.c | 322 /* Validate length of the UUID buffer */ in acpi_ns_check_package() 324 if ((*elements)->buffer.length != 16) { in acpi_ns_check_package()
|
| H A D | dbexec.c | 58 ACPI_FREE(objects[i].buffer.pointer); in acpi_db_delete_objects() 169 "Possible buffer overflow within AML Debugger " in acpi_db_execute_method() 170 "buffer (size 0x%X needed 0x%X)", in acpi_db_execute_method() 467 "external buffer length %X\n", in acpi_db_execute() 475 /* Dump a _PLD buffer if present */ in acpi_db_execute() 630 "external buffer length %X\n", in acpi_db_single_execution_thread()
|
| H A D | dsutils.c | 447 arg->common.value.buffer, in acpi_ds_create_operand()
|
| /kernel/linux/common_modules/tzdriver/core/ |
| H A D | tzdebug.c | 90 mb_pack->operation.params[0].memref.buffer = (unsigned int)mailbox_virt_to_phys((uintptr_t)statmem); in send_dump_mem()
|
| /kernel/linux/linux-5.10/arch/x86/crypto/ |
| H A D | crc32c-pcl-intel-asm_64.S | 73 # unsigned int crc_pcl(u8 *buffer, int len, unsigned int crc_init); 114 ## to special code to avoid reading beyond the end of the buffer 123 #### Calculate CRC of unaligned bytes of the buffer (if any) 124 movq (bufptmp), tmp # load a quadward from the buffer 125 add %bufp, bufptmp # align buffer pointer for quadword 127 sub %bufp, len # update buffer length
|
| /kernel/linux/linux-5.10/arch/sh/lib/ |
| H A D | checksum.S | 162 ! Check if the buffer was misaligned, if so realign sum
|
| /kernel/linux/linux-5.10/arch/arm/mm/ |
| H A D | proc-arm920.S | 403 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm1026.S | 398 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm922.S | 381 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm940.S | 311 mov r0, #0x00 @ disable whole write buffer
|
| H A D | proc-arm1020.S | 434 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm1020e.S | 416 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm1022.S | 409 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm946.S | 355 mov r0, #0x00 @ disable whole write buffer
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/ |
| H A D | slic.h | 132 /* Header buffer address reg 138 /* Data buffer handle & address reg 144 * 31-5 - phy addr of host command buffer 151 /*Response buffer address reg. 207 /* 64 bit Header buffer address reg */ 209 /* 64 bit Data buffer handle & address reg */ 213 /* 64 bit Response buffer address reg.*/ 518 __le32 buffer; member
|
| /kernel/linux/linux-6.6/arch/arm/mm/ |
| H A D | proc-arm1020.S | 434 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm920.S | 403 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm1020e.S | 416 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm1026.S | 398 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm1022.S | 409 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm922.S | 381 mcr p15, 0, r0, c7, c10, 4 @ drain write buffer on v4
|
| H A D | proc-arm946.S | 355 mov r0, #0x00 @ disable whole write buffer
|
| H A D | proc-arm940.S | 311 mov r0, #0x00 @ disable whole write buffer
|
| /kernel/linux/linux-6.6/arch/sh/lib/ |
| H A D | checksum.S | 162 ! Check if the buffer was misaligned, if so realign sum
|