| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/kernel/gcov/ |
| D | Kconfig | 16 for the entire kernel. To enable profiling for specific files or 40 bool "Profile entire Kernel" 46 This options activates profiling for the entire kernel.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-6.6/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*/
|
| /kernel/linux/linux-5.10/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*/
|
| /kernel/linux/linux-5.10/Documentation/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
|
| /kernel/linux/linux-6.6/Documentation/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
|
| /kernel/linux/linux-5.10/tools/testing/selftests/lkdtm/ |
| D | tests.txt | 8 #CORRUPT_STACK Crashes entire system on success 9 #CORRUPT_STACK_STRONG Crashes entire system on success
|
| /kernel/linux/linux-6.6/drivers/mtd/spi-nor/ |
| D | swp.c | 84 * Return true if the entire region is locked (if @locked is true) or unlocked 326 * Returns 1 if entire region is locked, 0 if any portion is unlocked, and 397 * spi_nor_try_unlock_all() - Tries to unlock the entire flash memory array. 402 * compatibility imposes to unlock the entire flash memory array at power-up 405 * Unprotecting the entire flash array will fail for boards which are hardware 415 dev_dbg(nor->dev, "Unprotecting entire flash array\n"); in spi_nor_try_unlock_all() 419 dev_dbg(nor->dev, "Failed to unlock the entire flash memory array\n"); in spi_nor_try_unlock_all()
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-5.10/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() 209 /* Lock entire transaction if requested */ in acpi_ex_read_serial_bus() 256 * This is an SMBus, GSBus or IPMI write. We will bypass the entire in acpi_ex_write_serial_bus() 332 /* Lock entire transaction if requested */ in acpi_ex_write_serial_bus()
|
| /kernel/linux/linux-5.10/Documentation/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.
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/arch/arm/mm/ |
| D | cache-v6.S | 40 mcr p15, 0, r0, c7, c5, 0 @ invalidate entire I-cache 41 mcr p15, 0, r0, c7, c5, 0 @ invalidate entire I-cache 42 mcr p15, 0, r0, c7, c5, 0 @ invalidate entire I-cache 43 mcr p15, 0, r0, c7, c5, 0 @ invalidate entire I-cache 57 * Flush the entire cache.
|
| /kernel/linux/linux-6.6/arch/arm/mm/ |
| D | cache-v6.S | 42 mcr p15, 0, r0, c7, c5, 0 @ invalidate entire I-cache 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 59 * Flush the entire cache.
|
| /kernel/linux/linux-6.6/tools/testing/selftests/lkdtm/ |
| D | tests.txt | 8 #CORRUPT_STACK Crashes entire system on success 9 #CORRUPT_STACK_STRONG Crashes entire system on success
|
| /kernel/linux/linux-6.6/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() 221 /* Lock entire transaction if requested */ in acpi_ex_read_serial_bus() 268 * This is an SMBus, GSBus or IPMI write. We will bypass the entire in acpi_ex_write_serial_bus() 355 /* Lock entire transaction if requested */ in acpi_ex_write_serial_bus()
|
| /kernel/linux/linux-5.10/arch/s390/kvm/ |
| D | gaccess.h | 138 * Copy data from kernel space to guest vcpu's lowcore. The entire range must 164 * Copy data from guest vcpu's lowcore to kernel space. The entire range must 301 * It is up to the caller to ensure that the entire guest memory range is 324 * It is up to the caller to ensure that the entire guest memory range is 347 * It is up to the caller to ensure that the entire guest memory range is 370 * It is up to the caller to ensure that the entire guest memory range is
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.10/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 */
|