Home
last modified time | relevance | path

Searched full:beyond (Results 1 – 25 of 1208) sorted by relevance

12345678910>>...49

/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dmax_vcpuid_cap_test.c24 /* Try to set KVM_CAP_MAX_VCPU_ID beyond KVM cap */ in main()
27 "Setting KVM_CAP_MAX_VCPU_ID beyond KVM cap should fail"); in main()
47 /* Create vCPU with id beyond KVM_CAP_MAX_VCPU_ID cap */ in main()
/linux-6.12.1/arch/xtensa/lib/
Dstrnlen_user.S107 addi a4, a4, 1 # point just beyond zero byte
111 addi a4, a4, 1+1 # point just beyond zero byte
115 addi a4, a4, 2+1 # point just beyond zero byte
131 addi a4, a4, 3+1 # point just beyond zero byte
/linux-6.12.1/drivers/vfio/pci/nvgrace-gpu/
Dmain.c153 * Check that the mapping request does not go beyond available device in nvgrace_gpu_mmap()
493 * Reads starting beyond the reported size generate -EINVAL; reads extending
494 * beyond the actual device size is filled with ~0; reads extending beyond
514 /* Clip short the read request beyond reported BAR size */ in nvgrace_gpu_read_mem()
519 * Read request beyond the actual device memory size is filled with ~0, in nvgrace_gpu_read_mem()
520 * while those beyond the actual reported size is skipped. in nvgrace_gpu_read_mem()
533 * not be power-of-2 aligned. A read to an offset beyond the device memory in nvgrace_gpu_read_mem()
611 * Writes extending beyond the reported size are truncated; writes starting
612 * beyond the reported size generate -EINVAL.
630 /* Clip short the write request beyond reported BAR size */ in nvgrace_gpu_write_mem()
[all …]
/linux-6.12.1/tools/perf/pmu-events/arch/powerpc/power10/
Dmetrics.json70 …n when dispatch was stalled while the instruction was fetched from any source beyond the local L3",
94 … when dispatch was stalled while instruction was fetched from any source beyond the local L3 after…
244 … the NTC instruction is waiting for a load miss to resolve from a source beyond the local L2 and l…
280 … is finishing a load after its data has been reloaded from a data source beyond the local L1, OR w…
445 …entage of completed instructions that were demand fetches that reloaded from beyond the L3 icache",
484 …"BriefDescription": "Percentage of demand loads that reloaded from beyond the L2 per completed ins…
519 …"BriefDescription": "Percentage of demand loads that reloaded from beyond the L3 per completed ins…
796 … "BriefDescription": "Percentage of demand load misses that reloaded from beyond the local L2",
810 … "BriefDescription": "Percentage of demand load misses that reloaded from beyond the local L3",
999 … to the NTC instruction waiting for a load miss to resolve from a source beyond the local L2 and l…
[all …]
Ddatasource.json15 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor…
20 …"BriefDescription": "The processor's L1 data cache was reloaded from beyond the local core's L3 du…
80 …"BriefDescription": "The processor's instruction cache was reloaded from a source beyond the local…
85 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor…
90 …"BriefDescription": "The processor's instruction cache was reloaded from a source beyond the local…
95 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor…
140 …"BriefDescription": "The processor's instruction cache was reloaded from a source beyond the local…
145 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor…
150 …"BriefDescription": "The processor's instruction cache was reloaded from a source beyond the local…
155 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor…
[all …]
/linux-6.12.1/tools/testing/selftests/mm/
Dvirtual_address_range.c6 * address range and beyond.
33 * and is enabled by default. Address space beyond 128TB
52 #define ADDR_MARK_128TB (1UL << 47) /* First address beyond 128TB */
53 #define ADDR_MARK_256TB (1UL << 48) /* First address beyond 256TB */
/linux-6.12.1/include/uapi/linux/
Dfalloc.h12 * without leaving a hole in the file. The contents of the file beyond
48 * overwriting any existing data. The contents of the file beyond offset are
57 * Attempting to insert space using this flag at OR beyond the end of
/linux-6.12.1/lib/
Dasn1_encoder.c16 * @end_data: end of data pointer, points one beyond last usable byte in @data
134 * @end_data: end of data pointer, points one beyond last usable byte in @data
246 * @end_data: end of data pointer, points one beyond last usable byte in @data
256 * returned, otherwise a pointer to a position one beyond the encoding
321 * @end_data: end of data pointer, points one beyond last usable byte in @data
362 * @end_data: end of data pointer, points one beyond last usable byte in @data
422 * @end_data: end of data pointer, points one beyond last usable byte in @data
/linux-6.12.1/fs/f2fs/
Dverity.c13 * boundary beyond i_size. This approach works because (a) verity files are
14 * readonly, and (b) pages fully beyond i_size aren't visible to userspace but
41 * we need to read beyond i_size.
173 * happen before clearing FI_VERITY_IN_PROGRESS; otherwise pages beyond in f2fs_end_enable_verity()
199 * metadata that was written beyond i_size (both from cache and from in f2fs_end_enable_verity()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_doorbell_mgr.c44 DRM_ERROR("reading beyond doorbell aperture: 0x%08x!\n", index); in amdgpu_mm_rdoorbell()
66 DRM_ERROR("writing beyond doorbell aperture: 0x%08x!\n", index); in amdgpu_mm_wdoorbell()
86 DRM_ERROR("reading beyond doorbell aperture: 0x%08x!\n", index); in amdgpu_mm_rdoorbell64()
108 DRM_ERROR("writing beyond doorbell aperture: 0x%08x!\n", index); in amdgpu_mm_wdoorbell64()
/linux-6.12.1/fs/ext4/
Dverity.c12 * the end of the file, starting at the first 64K boundary beyond i_size. This
14 * beyond i_size aren't visible to userspace but can be read/written internally
39 * we need to read beyond i_size.
216 * beyond i_size won't be written properly. For crash consistency, this in ext4_end_enable_verity()
258 * metadata that was written beyond i_size (both from cache and from in ext4_end_enable_verity()
/linux-6.12.1/fs/ext2/
DKconfig10 support inode time stamps beyond 03:14:07 UTC on 19 January 2038.
36 groups beyond the owner/group/world scheme.
/linux-6.12.1/include/linux/
Dfortify-string.h57 void __read_overflow(void) __compiletime_error("detected read beyond size of object (1st parameter)…
58 void __read_overflow2(void) __compiletime_error("detected read beyond size of object (2nd parameter…
59 …_field(size_t avail, size_t wanted) __compiletime_warning("detected read beyond size of field (2nd…
60 void __write_overflow(void) __compiletime_error("detected write beyond size of object (1st paramete…
61 …field(size_t avail, size_t wanted) __compiletime_warning("detected write beyond size of field (1st…
232 /* Do not check characters beyond the end of p. */ in strnlen()
342 * string at @p, but will not write beyond @avail bytes total,
491 * Always stop accesses beyond the struct that contains the in fortify_memset_chk()
518 * memcpy(), memmove(), and memset() must not be used beyond individual
591 * Always stop accesses beyond the struct that contains the in fortify_memcpy_chk()
[all …]
/linux-6.12.1/arch/powerpc/lib/
Dcrtsavres.S53 /* function, just beyond the end of the integer save area. */
113 /* function, just beyond the end of the integer restore area. */
173 /* function, just beyond the end of the integer restore area. */
235 /* Called with r0 pointing just beyond the end of the vector save area. */
439 /* Called with r0 pointing just beyond the end of the vector save area. */
/linux-6.12.1/fs/netfs/
Dbuffered_read.c385 * the netfs if not. Space beyond the EOF is zero-filled. Multiple I/O
549 * possible, or the netfs if not. Space beyond the EOF is zero-filled.
613 * - write that lies in a folio that is completely beyond EOF
614 * - write that covers the folio from start to EOF or beyond it
639 /* Page entirely beyond the end of the file */ in netfs_skip_folio_read()
643 /* Write that covers from the start of the folio to EOF or beyond */ in netfs_skip_folio_read()
659 * @len: The length of the write (may extend beyond the end of the folio chosen)
664 * possible, or the netfs if not. Space beyond the EOF is zero-filled.
716 /* If the page is beyond the EOF, we want to clear it - unless it's in netfs_write_begin()
Dread_pgpriv2.c70 * of the page to beyond it, but cannot move i_size into or through the in netfs_pgpriv2_copy_folio()
76 /* mmap beyond eof. */ in netfs_pgpriv2_copy_folio()
77 _debug("beyond eof"); in netfs_pgpriv2_copy_folio()
/linux-6.12.1/fs/romfs/
Dmmap-nommu.c32 /* the mapping mustn't extend beyond the EOF */ in romfs_get_unmapped_area()
50 /* the mapping mustn't extend beyond the EOF */ in romfs_get_unmapped_area()
/linux-6.12.1/lib/test_fortify/
Dtest_fortify.sh51 …'__write_overflow_field' declared with attribute warning: detected write beyond size of field (1st…
53 …__write_overflow_field declared with 'warning' attribute: detected write beyond size of field (1st…
/linux-6.12.1/tools/testing/selftests/powerpc/mm/
Dlarge_vm_fork_separation.c5 // Test that allocating memory beyond the memory limit and then forking is
6 // handled correctly, ie. the child is able to access the mappings beyond the
/linux-6.12.1/fs/iomap/
Dseek.c44 /* Nothing to be found before or beyond the end of the file. */ in iomap_seek_hole()
90 /* Nothing to be found before or beyond the end of the file. */ in iomap_seek_data()
/linux-6.12.1/arch/powerpc/boot/
Dcrtsavres.S54 /* function, just beyond the end of the integer save area. */
114 /* function, just beyond the end of the integer restore area. */
174 /* function, just beyond the end of the integer restore area. */
/linux-6.12.1/tools/testing/selftests/kvm/aarch64/
Dvgic_init.c178 TEST_ASSERT(ret && errno == E2BIG, "dist address beyond IPA limit"); in subtest_dist_rdist()
182 TEST_ASSERT(ret && errno == E2BIG, "redist address beyond IPA limit"); in subtest_dist_rdist()
189 "half of the redist is beyond IPA limit"); in subtest_dist_rdist()
281 "register redist region with base address beyond IPA range"); in subtest_v3_redist_regions()
288 "register redist region with top address beyond IPA range"); in subtest_v3_redist_regions()
656 "register ITS region with base address beyond IPA range"); in test_v3_its_region()
662 "Half of ITS region is beyond IPA range"); in test_v3_its_region()
/linux-6.12.1/block/partitions/
Dcore.c533 "%s: p%d start %llu is beyond EOD, ", in blk_add_partition()
542 "%s: p%d size %llu extends beyond EOD, ", in blk_add_partition()
587 * beyond EOD, retry after unlocking the native capacity. in blk_add_partitions()
590 printk(KERN_WARNING "%s: partition table beyond EOD, ", in blk_add_partitions()
609 * If we read beyond EOD, try unlocking native capacity even if the in blk_add_partitions()
615 "%s: partition table partially beyond EOD, ", in blk_add_partitions()
/linux-6.12.1/fs/ecryptfs/
Dread_write.c106 * if we are writing beyond current size, then start pos in ecryptfs_write()
148 * If we are at or beyond request, we are writing the *data* in ecryptfs_write()
149 * If we're in a fresh page beyond eof, zero it in either case in ecryptfs_write()
/linux-6.12.1/Documentation/filesystems/ext4/
Dinodes.rst140 fields beyond the original ext2 inode, including this field.
467 space beyond the end of the original ext2 inode. The on-disk inode
469 number of bytes actually used by struct ext4_inode beyond the original
472 having to upgrade all of the on-disk inodes. Access to fields beyond
574 long-standing bugs decoding and encoding dates beyond 2038, which don't

12345678910>>...49