/linux-6.8/tools/testing/selftests/kvm/x86_64/ |
D | max_vcpuid_cap_test.c | 24 /* 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() 38 /* Create vCPU with id beyond KVM_CAP_MAX_VCPU_ID cap*/ in main()
|
/linux-6.8/tools/testing/selftests/mm/ |
D | virtual_address_range.c | 6 * address range and beyond. 30 * and is enabled by default. Address space beyond 128TB 49 #define ADDR_MARK_128TB (1UL << 47) /* First address beyond 128TB */ 50 #define ADDR_MARK_256TB (1UL << 48) /* First address beyond 256TB */
|
/linux-6.8/arch/xtensa/lib/ |
D | strnlen_user.S | 107 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.8/tools/perf/pmu-events/arch/powerpc/power10/ |
D | metrics.json | 70 …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 …]
|
D | datasource.json | 5 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor… 10 …"BriefDescription": "The processor's L1 data cache was reloaded from beyond the local core's L3 du… 40 …"BriefDescription": "The processor's instruction cache was reloaded from a source beyond the local… 45 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor… 50 …"BriefDescription": "The processor's instruction cache was reloaded from a source beyond the local… 55 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor… 100 …"BriefDescription": "The processor's instruction cache was reloaded from a source beyond the local… 105 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor… 110 …"BriefDescription": "The processor's instruction cache was reloaded from a source beyond the local… 115 …"BriefDescription": "The processor's L1 data cache was reloaded from a source beyond the local cor… [all …]
|
/linux-6.8/fs/f2fs/ |
D | verity.c | 13 * 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.8/include/uapi/linux/ |
D | falloc.h | 11 * without leaving a hole in the file. The contents of the file beyond 47 * overwriting any existing data. The contents of the file beyond offset are 56 * Attempting to insert space using this flag at OR beyond the end of
|
/linux-6.8/lib/ |
D | asn1_encoder.c | 16 * @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.8/fs/netfs/ |
D | buffered_read.c | 175 * the netfs if not. Space beyond the EOF is zero-filled. Multiple I/O 239 * possible, or the netfs if not. Space beyond the EOF is zero-filled. 341 * - write that lies in a folio that is completely beyond EOF 342 * - write that covers the folio from start to EOF or beyond it 367 /* Page entirely beyond the end of the file */ in netfs_skip_folio_read() 371 /* Write that covers from the start of the folio to EOF or beyond */ in netfs_skip_folio_read() 387 * @len: The length of the write (may extend beyond the end of the folio chosen) 392 * possible, or the netfs if not. Space beyond the EOF is zero-filled. 446 /* If the page is beyond the EOF, we want to clear it - unless it's in netfs_write_begin()
|
/linux-6.8/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_doorbell_mgr.c | 44 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.8/fs/ext4/ |
D | verity.c | 12 * 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.8/include/linux/ |
D | fortify-string.h | 13 void __read_overflow(void) __compiletime_error("detected read beyond size of object (1st parameter)… 14 void __read_overflow2(void) __compiletime_error("detected read beyond size of object (2nd parameter… 15 …_field(size_t avail, size_t wanted) __compiletime_warning("detected read beyond size of field (2nd… 16 void __write_overflow(void) __compiletime_error("detected write beyond size of object (1st paramete… 17 …field(size_t avail, size_t wanted) __compiletime_warning("detected write beyond size of field (1st… 174 /* Do not check characters beyond the end of p. */ in strnlen() 302 * string at @p, but will not write beyond @avail bytes total, 449 * Always stop accesses beyond the struct that contains the in fortify_memset_chk() 475 * memcpy(), memmove(), and memset() must not be used beyond individual 548 * Always stop accesses beyond the struct that contains the in fortify_memcpy_chk() [all …]
|
/linux-6.8/arch/powerpc/lib/ |
D | crtsavres.S | 53 /* 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.8/fs/romfs/ |
D | mmap-nommu.c | 32 /* 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.8/scripts/ |
D | test_fortify.sh | 51 …'__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.8/tools/testing/selftests/powerpc/mm/ |
D | large_vm_fork_separation.c | 5 // 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.8/fs/iomap/ |
D | seek.c | 44 /* 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.8/arch/powerpc/boot/ |
D | crtsavres.S | 54 /* 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.8/tools/testing/selftests/kvm/aarch64/ |
D | vgic_init.c | 167 TEST_ASSERT(ret && errno == E2BIG, "dist address beyond IPA limit"); in subtest_dist_rdist() 171 TEST_ASSERT(ret && errno == E2BIG, "redist address beyond IPA limit"); in subtest_dist_rdist() 178 "half of the redist is beyond IPA limit"); in subtest_dist_rdist() 270 "register redist region with base address beyond IPA range"); in subtest_v3_redist_regions() 277 "register redist region with top address beyond IPA range"); in subtest_v3_redist_regions() 611 "register ITS region with base address beyond IPA range"); in test_v3_its_region() 617 "Half of ITS region is beyond IPA range"); in test_v3_its_region()
|
/linux-6.8/block/partitions/ |
D | core.c | 544 "%s: p%d start %llu is beyond EOD, ", in blk_add_partition() 553 "%s: p%d size %llu extends beyond EOD, ", in blk_add_partition() 599 * beyond EOD, retry after unlocking the native capacity. in blk_add_partitions() 602 printk(KERN_WARNING "%s: partition table beyond EOD, ", in blk_add_partitions() 621 * If we read beyond EOD, try unlocking native capacity even if the in blk_add_partitions() 627 "%s: partition table partially beyond EOD, ", in blk_add_partitions()
|
/linux-6.8/fs/ecryptfs/ |
D | read_write.c | 106 * 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.8/arch/arm64/kernel/ |
D | perf_callchain.c | 30 /* Also check accessibility of one struct frame_tail beyond */ in user_backtrace() 77 /* Also check accessibility of one struct frame_tail beyond */ in compat_user_backtrace()
|
/linux-6.8/Documentation/filesystems/ext4/ |
D | inodes.rst | 140 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
|
/linux-6.8/drivers/gpu/drm/i915/gt/ |
D | intel_sseu.h | 27 * is only relevant to pre-Xe_HP platforms (Xe_HP and beyond use the 87 * For Xe_HP and beyond, the hardware no longer has traditional slices
|
/linux-6.8/arch/powerpc/include/asm/ |
D | atomic.h | 30 /* -mprefixed can generate offsets beyond range, fall back hack */ in arch_atomic_read() 41 /* -mprefixed can generate offsets beyond range, fall back hack */ in arch_atomic_set() 196 /* -mprefixed can generate offsets beyond range, fall back hack */ in arch_atomic64_read() 207 /* -mprefixed can generate offsets beyond range, fall back hack */ in arch_atomic64_set()
|