| /Linux-v5.15/tools/testing/selftests/vm/ |
| D | virtual_address_range.c | 6 * address range and beyond. 26 * and is enabled by default. Address space beyond 128TB 43 #define ADDR_MARK_128TB (1UL << 47) /* First address beyond 128TB */ 44 #define ADDR_MARK_256TB (1UL << 48) /* First address beyond 256TB */
|
| /Linux-v5.15/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-v5.15/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-v5.15/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 248 * @end_data: end of data pointer, points one beyond last usable byte in @data 258 * returned, otherwise a pointer to a position one beyond the encoding 323 * @end_data: end of data pointer, points one beyond last usable byte in @data 364 * @end_data: end of data pointer, points one beyond last usable byte in @data 424 * @end_data: end of data pointer, points one beyond last usable byte in @data
|
| D | Kconfig.ubsan | 116 bool "Perform checking for accesses beyond the end of objects" 124 beyond the end of objects where the optimizer can determine both the
|
| /Linux-v5.15/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. 178 * happen before clearing FI_VERITY_IN_PROGRESS; otherwise pages beyond in f2fs_end_enable_verity() 204 * metadata that was written beyond i_size (both from cache and from in f2fs_end_enable_verity()
|
| /Linux-v5.15/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. 217 * beyond i_size won't be written properly. For crash consistency, this in ext4_end_enable_verity() 259 * metadata that was written beyond i_size (both from cache and from in ext4_end_enable_verity()
|
| /Linux-v5.15/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-v5.15/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-v5.15/include/linux/ |
| D | string.h | 256 void __read_overflow(void) __compiletime_error("detected read beyond size of object passed as 1st p… 257 void __read_overflow2(void) __compiletime_error("detected read beyond size of object passed as 2nd … 258 void __read_overflow3(void) __compiletime_error("detected read beyond size of object passed as 3rd … 259 void __write_overflow(void) __compiletime_error("detected write beyond size of object passed as 1st…
|
| /Linux-v5.15/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-v5.15/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-v5.15/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-v5.15/block/partitions/ |
| D | core.c | 565 "%s: p%d start %llu is beyond EOD, ", in blk_add_partition() 574 "%s: p%d size %llu extends beyond EOD, ", in blk_add_partition() 617 * beyond EOD, retry after unlocking the native capacity. in blk_add_partitions() 620 printk(KERN_WARNING "%s: partition table beyond EOD, ", in blk_add_partitions() 639 * If we read beyond EOD, try unlocking native capacity even if the in blk_add_partitions() 645 "%s: partition table partially beyond EOD, ", in blk_add_partitions()
|
| /Linux-v5.15/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-v5.15/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-v5.15/arch/ia64/lib/ |
| D | memset.S | 141 add ptr2 = 8, ptr1 // start of stores (beyond prefetch stores) 142 add ptr1 = tmp, ptr1 // first address beyond total range 211 add ptr2 = 16, ptr1 // start of stores (beyond prefetch stores) 212 add ptr1 = tmp, ptr1 // first address beyond total range
|
| /Linux-v5.15/include/acpi/ |
| D | acexcep.h | 303 "Tried to access beyond the end of an Operation Region"), 305 "Tried to access beyond the end of a buffer"), 307 "Tried to access beyond the end of a package"), 334 "Bank value or Index value beyond range of register"),
|
| /Linux-v5.15/arch/arm64/hyperv/ |
| D | hv_core.c | 105 * beyond X0-X3. in hv_get_vpreg_128() 134 * pass enough information to be useful beyond just recording the
|
| /Linux-v5.15/include/asm-generic/ |
| D | pgalloc.h | 15 * anything beyond simple page allocation. 55 * anything beyond simple page allocation or must have custom GFP flags.
|
| /Linux-v5.15/Documentation/driver-api/media/drivers/ |
| D | radiotrack.rst | 30 value, I wanted to see if the tuner could be tuned beyond the usual FM radio 46 band). Although the registers can be programmed to request frequencies beyond 50 gets clipped beyond the limits mentioned above.
|
| /Linux-v5.15/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-v5.15/fs/netfs/ |
| D | read_helper.c | 863 * the netfs if not. Space beyond the EOF is zero-filled. Multiple I/O 943 * netfs if not. Space beyond the EOF is zero-filled. Multiple I/O requests 1022 * - write that lies in a page that is completely beyond EOF 1023 * - write that covers the the page from start to EOF or beyond it 1038 /* pos beyond last page in the file */ in netfs_skip_page_read() 1042 /* Write that covers from the start of the page to EOF or beyond */ in netfs_skip_page_read() 1057 * @len: The length of the write (may extend beyond the end of the page chosen) 1065 * possible, or the netfs if not. Space beyond the EOF is zero-filled. 1117 /* If the page is beyond the EOF, we want to clear it - unless it's in netfs_write_begin()
|
| /Linux-v5.15/security/yama/ |
| D | Kconfig | 8 system-wide security settings beyond regular Linux discretionary
|
| /Linux-v5.15/net/caif/ |
| D | cfpkt_skbuff.c | 127 PKT_ERROR(pkt, "read beyond end of packet\n"); in cfpkt_extr_head() 158 PKT_ERROR(pkt, "read beyond end of packet\n"); in cfpkt_extr_trail() 343 PKT_ERROR(pkt, "trying to split beyond end of packet\n"); in cfpkt_split()
|