Home
last modified time | relevance | path

Searched full:entire (Results 1 – 25 of 1636) sorted by relevance

12345678910>>...66

/linux/Documentation/filesystems/ext4/
H A Dchecksums.rst39 - 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/tools/testing/selftests/lkdtm/
H A Dtests.txt2 #PANIC_STOP_IRQOFF Crashes entire system
3 #PANIC_IN_HARDIRQ Crashes entire system
5 #BUG_IN_HARDIRQ Crashes entire system
11 #CORRUPT_STACK Crashes entire system on success
12 #CORRUPT_STACK_STRONG Crashes entire system on success
/linux/kernel/gcov/
H A DKconfig17 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/Documentation/arch/powerpc/
H A Dpci_iov_resource_on_powernv.rst42 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/arch/arm/mm/
H A Dcache-v6.S43 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.
H A Dcache-v4.S17 * Unconditionally clean and invalidate the entire icache.
36 * Clean and invalidate the entire cache.
/linux/drivers/iommu/generic_pt/
H A Dpt_common.h16 * The routines marked "@pts: Entry to query" operate on the entire contiguous
97 * concurrent update from HW. The entire contiguous entry is changed.
145 * it returns the total VA/OA size of the entire contiguous entry.
293 * set, contiguous entries cannot span the entire table.
296 * supported sizes in the entire table.
312 * pt_table_oa_lg2sz() - Return the VA/OA size of the entire table
315 * Return the size of VA decoded by the entire table level.
/linux/Documentation/filesystems/
H A Dsysfs.rst214 - 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/drivers/mtd/spi-nor/
H A Dswp.c89 * Return true if the entire region is locked (if @locked is true) or unlocked
328 * Returns 1 if entire region is locked, 0 if any portion is unlocked, and
399 * spi_nor_try_unlock_all() - Tries to unlock the entire flash memory array.
404 * compatibility imposes to unlock the entire flash memory array at power-up
407 * Unprotecting the entire flash array will fail for boards which are hardware
417 dev_dbg(nor->dev, "Unprotecting entire flash array\n"); in spi_nor_try_unlock_all()
421 dev_dbg(nor->dev, "Failed to unlock the entire flash memory array\n"); in spi_nor_try_unlock_all()
/linux/drivers/scsi/aic94xx/
H A Daic94xx_sds.h83 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/rust/kernel/
H A Dscatterlist.rs142 /// - the `struct sg_table` pointed to by `ptr` is valid for the entire lifetime of `'a`,
181 /// - `sgt` is a valid pointer to a `struct sg_table` for the entire lifetime of the
199 /// - `sgt` must be a valid pointer to a `struct sg_table` for the entire lifetime of the
201 /// - The caller must guarantee that `sgt` remains DMA mapped for the entire lifetime of
217 // valid for the entire lifetime of this object instance. in new()
259 /// - The pages pointed to by `pages` must remain valid for the entire lifetime of the returned
365 // - The pages contained in `pages` remain valid for the entire lifetime of the in new()
450 // - `self.inner.sgt.as_raw()` is a valid pointer to a `struct sg_table` for the entire in deref()
452 // - The backing `struct sg_table` is not modified for the entire lifetime of `self`. in deref()
/linux/drivers/acpi/acpica/
H A Dexserial.c49 /* 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()
H A Dnsinit.c41 * 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()
H A Dutcksum.c24 * length - Length of entire table
77 * length - Length of entire table
133 /* Sum the entire table as-is */ in acpi_ut_generate_checksum()
/linux/Documentation/arch/x86/
H A Dtlb.rst10 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/arch/mips/include/asm/octeon/
H A Dcvmx-asm.h105 /* flush stores, invalidate entire icache */
109 /* flush stores, invalidate entire icache */
113 /* complete prefetches, invalidate entire dcache */
/linux/arch/powerpc/include/asm/
H A Duser.h26 * the entire range. All of the addresses are rounded in such a way
34 struct user_pt_regs regs; /* entire machine state */
/linux/drivers/gpu/drm/amd/include/
H A Ddiscovery.h173 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/certs/
H A DKconfig49 the latter, the entire module body will be signed; with the former,
60 the latter, the entire module body will be signed; with the former,
71 the latter, the entire module body will be signed; with the former,
/linux/arch/sh/include/asm/
H A Duser.h23 * the entire range. All of the addresses are rounded in such a way
39 struct pt_regs regs; /* entire machine state */
/linux/Documentation/ABI/testing/
H A Dsysfs-auxdisplay-linedisp54 entire mapping as a binary blob.
79 entire mapping as a binary blob.
/linux/drivers/staging/media/atomisp/include/hmm/
H A Dhmm_bo.h91 /* linked list for entire buffer object */
93 /* rbtree for maintain entire allocated vm */
95 /* rbtree for maintain entire free vm */
/linux/Documentation/arch/sparc/
H A Dadi.rst17 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/arch/openrisc/include/asm/
H A Dcacheflush.h20 * Helper function for flushing or invalidating entire pages from data
47 * invalidate register, the entire cache line encompassing this address
/linux/Documentation/power/
H A Dsuspend-and-interrupts.rst37 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

12345678910>>...66