/linux-6.12.1/Documentation/filesystems/ext4/ |
D | checksums.rst | 39 - The entire superblock up to the checksum field. The UUID lives inside 43 - UUID + the entire MMP block up to the checksum field. 46 - UUID + the entire extended attribute block. The checksum field is set to 58 - UUID + inode number + inode generation + the entire extent block up to 62 - UUID + the entire bitmap. Checksums are stored in the group descriptor, 66 - UUID + inode number + inode generation + the entire inode. The checksum 70 - If metadata_csum, then UUID + group number + the entire descriptor; 71 else if gdt_csum, then crc16(UUID + group number + the entire
|
/linux-6.12.1/kernel/gcov/ |
D | Kconfig | 17 for the entire kernel. To enable profiling for specific files or 41 bool "Profile entire Kernel" 47 This options activates profiling for the entire kernel.
|
/linux-6.12.1/tools/testing/selftests/lkdtm/ |
D | tests.txt | 2 #PANIC_STOP_IRQOFF Crashes entire system 9 #CORRUPT_STACK Crashes entire system on success 10 #CORRUPT_STACK_STRONG Crashes entire system on success
|
/linux-6.12.1/drivers/scsi/aic94xx/ |
D | aic94xx_sds.h | 83 u32 checksum; /*Entire file checksum with this field zero */ 84 u32 antidote; /* Entire file checksum with this field 0xFFFFFFFF */ 86 u32 filelen; /*Length of the entire file*/
|
/linux-6.12.1/arch/arm/mm/ |
D | cache-v6.S | 43 mcr p15, 0, r0, c7, c5, 0 @ invalidate entire I-cache 44 mcr p15, 0, r0, c7, c5, 0 @ invalidate entire I-cache 45 mcr p15, 0, r0, c7, c5, 0 @ invalidate entire I-cache 46 mcr p15, 0, r0, c7, c5, 0 @ invalidate entire I-cache 60 * Flush the entire cache.
|
D | cache-v4.S | 17 * Unconditionally clean and invalidate the entire icache. 36 * Clean and invalidate the entire cache.
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | pci_iov_resource_on_powernv.rst | 42 is a completely separate HW entity that replicates the entire logic, so has 57 - For DMA we then provide an entire address space for each PE that can 119 specify the PE# for the entire window. When segmented, a window 129 We configure an M64 window to cover the entire region of address space 194 they are different sizes, the entire window has to be small enough that 216 effectively reserve the entire 256 segments (256 * VF BAR size) and 274 Allocating the extra space ensures that the entire M64 window will be 299 value can be changed as long as the entire VF(n) BAR space remains inside
|
/linux-6.12.1/Documentation/filesystems/ |
D | sysfs.rst | 214 - On read(2), the show() method should fill the entire buffer. 219 arbitrarily over the entire file at will. If userspace seeks back to 223 - On write(2), sysfs expects the entire buffer to be passed during the 224 first write. sysfs then passes the entire buffer to the store() method. 229 entire file, modify the values it wishes to change, then write the 230 entire buffer back. 250 entire buffer has been used, just return the count argument.
|
/linux-6.12.1/drivers/mtd/spi-nor/ |
D | swp.c | 89 * Return true if the entire region is locked (if @locked is true) or unlocked 330 * Returns 1 if entire region is locked, 0 if any portion is unlocked, and 401 * spi_nor_try_unlock_all() - Tries to unlock the entire flash memory array. 406 * compatibility imposes to unlock the entire flash memory array at power-up 409 * Unprotecting the entire flash array will fail for boards which are hardware 419 dev_dbg(nor->dev, "Unprotecting entire flash array\n"); in spi_nor_try_unlock_all() 423 dev_dbg(nor->dev, "Failed to unlock the entire flash memory array\n"); in spi_nor_try_unlock_all()
|
/linux-6.12.1/drivers/acpi/acpica/ |
D | exserial.c | 49 /* Lock entire transaction if requested */ in acpi_ex_read_gpio() 88 * For GPIO (general_purpose_io), we will bypass the entire field in acpi_ex_write_gpio() 109 /* Lock entire transaction if requested */ in acpi_ex_write_gpio() 215 /* Lock entire transaction if requested */ in acpi_ex_read_serial_bus() 262 * This is an SMBus, GSBus or IPMI write. We will bypass the entire in acpi_ex_write_serial_bus() 349 /* Lock entire transaction if requested */ in acpi_ex_write_serial_bus()
|
D | utcksum.c | 24 * length - Length of entire table 77 * length - Length of entire table 133 /* Sum the entire table as-is */ in acpi_ut_generate_checksum()
|
D | pswalk.c | 25 * DESCRIPTION: Delete a portion of or an entire parse tree. 50 /* This debug option will print the entire parse tree */ in acpi_ps_delete_parse_tree()
|
D | nsinit.c | 41 * DESCRIPTION: Walk the entire namespace and perform any necessary 64 /* Walk entire namespace from the supplied root */ in acpi_ns_initialize_objects() 97 * DESCRIPTION: Walk the entire namespace and initialize all ACPI devices. 442 * device/processor/thermal objects, and marks the entire subtree 444 * subsequent device initialization walk to avoid entire subtrees 541 * can exit now and stop traversing this entire subtree. in acpi_ns_init_one_device()
|
/linux-6.12.1/Documentation/arch/x86/ |
D | tlb.rst | 10 1. Flush the entire TLB with a two-instruction sequence. This is 21 1. The size of the flush being performed. A flush of the entire 23 entire TLB than doing 2^48/PAGE_SIZE individual flushes.
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | user.h | 26 * the entire range. All of the addresses are rounded in such a way 34 struct user_pt_regs regs; /* entire machine state */
|
/linux-6.12.1/arch/mips/include/asm/octeon/ |
D | cvmx-asm.h | 105 /* flush stores, invalidate entire icache */ 109 /* flush stores, invalidate entire icache */ 113 /* complete prefetches, invalidate entire dcache */
|
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvrm/535.113.01/nvidia/arch/nvalloc/common/inc/ |
D | rmRiscvUcode.h | 35 … // Version 5 = Support signing entire RISC-V image as "code" in code section for hopper and later. 77 // Indicates whether the entire RISC-V image is signed as "code" in code section.
|
/linux-6.12.1/arch/sh/include/asm/ |
D | user.h | 23 * the entire range. All of the addresses are rounded in such a way 39 struct pt_regs regs; /* entire machine state */
|
/linux-6.12.1/drivers/gpu/drm/amd/include/ |
D | discovery.h | 173 uint32_t size; /* size of the entire header+data in bytes */ 375 uint32_t size_bytes; /* size of the entire header+data in bytes */ 399 uint32_t size_bytes; /* size of the entire header+data in bytes */ 431 uint32_t size_bytes; /* size of the entire header+data in bytes = 0x000000D4 (212) */
|
/linux-6.12.1/drivers/staging/media/atomisp/include/hmm/ |
D | hmm_bo.h | 102 /* linked list for entire buffer object */ 104 /* rbtree for maintain entire allocated vm */ 106 /* rbtree for maintain entire free vm */
|
/linux-6.12.1/Documentation/driver-api/soundwire/ |
D | error_handling.rst | 16 Improvements could be invalidating an entire programming sequence and 38 backtracking and restarting the entire programming sequence might be a
|
/linux-6.12.1/arch/x86/pci/ |
D | acpi.c | 153 * an E820 reserved region that covers the entire 32-bit host 171 * the entire _CRS 32-bit window issue as the Lenovo *IIL* models. 185 * the entire _CRS 32-bit window issue as the Lenovo *IIL* models. 213 * entire _CRS windows, so clipping throws away the entire window, in pci_acpi_crs_quirks()
|
/linux-6.12.1/Documentation/arch/sparc/ |
D | adi.rst | 17 the task's entire address space to enable/disable ADI for the task. 26 be repeated for entire page to set tags for entire page. 84 for the entire range. mprotect() ensures range is aligned to page size
|
/linux-6.12.1/Documentation/power/ |
D | suspend-and-interrupts.rst | 37 There are interrupts that can legitimately trigger during the entire system 50 Note that the IRQF_NO_SUSPEND flag affects the entire IRQ and not just one 126 Second, both enable_irq_wake() and IRQF_NO_SUSPEND apply to entire IRQs and not
|
/linux-6.12.1/fs/bcachefs/ |
D | extents_format.h | 25 * the data that is currently live: we have to read the entire extent that was 268 /* Maximum possible size of an entire extent value: */ 272 /* * Maximum possible size of an entire extent, key + value: */
|