Home
last modified time | relevance | path

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

12345678910>>...44

/Linux-v6.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()
38 /* Create vCPU with id beyond KVM_CAP_MAX_VCPU_ID cap*/ in main()
/Linux-v6.1/tools/perf/pmu-events/arch/powerpc/power10/
Dmetrics.json64 …n when dispatch was stalled while the instruction was fetched from any source beyond the local L3",
88 … when dispatch was stalled while instruction was fetched from any source beyond the local L3 after…
238 … the NTC instruction is waiting for a load miss to resolve from a source beyond the local L2 and l…
274 … is finishing a load after its data has been reloaded from a data source beyond the local L1, OR w…
425 …entage of completed instructions that were demand fetches that reloaded from beyond the L3 icache",
463 …"BriefDescription": "Percentage of demand loads that reloaded from beyond the L2 per completed ins…
470 …"BriefDescription": "Percentage of demand loads that reloaded from beyond the L3 per completed ins…
597 … "BriefDescription": "Percentage of demand load misses that reloaded from beyond the local L2",
604 … "BriefDescription": "Percentage of demand load misses that reloaded from beyond the local L3",
611 … to the NTC instruction waiting for a load miss to resolve from a source beyond the local L2 and l…
[all …]
/Linux-v6.1/fs/netfs/
Dbuffered_read.c151 * the netfs if not. Space beyond the EOF is zero-filled. Multiple I/O
212 * possible, or the netfs if not. Space beyond the EOF is zero-filled.
264 * - write that lies in a folio that is completely beyond EOF
265 * - write that covers the folio from start to EOF or beyond it
290 /* Page entirely beyond the end of the file */ in netfs_skip_folio_read()
294 /* Write that covers from the start of the folio to EOF or beyond */ in netfs_skip_folio_read()
310 * @len: The length of the write (may extend beyond the end of the folio chosen)
315 * possible, or the netfs if not. Space beyond the EOF is zero-filled.
370 /* If the page is beyond the EOF, we want to clear it - unless it's in netfs_write_begin()
/Linux-v6.1/tools/testing/selftests/vm/
Dvirtual_address_range.c6 * 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-v6.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-v6.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-v6.1/include/uapi/linux/
Dfalloc.h11 * 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-v6.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-v6.1/include/linux/
Dfortify-string.h13 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…
173 /* Do not check characters beyond the end of p. */ in strnlen()
325 * Always stop accesses beyond the struct that contains the in fortify_memset_chk()
351 * memcpy(), memmove(), and memset() must not be used beyond individual
424 * Always stop accesses beyond the struct that contains the in fortify_memcpy_chk()
434 * Warn when writing beyond destination field size. in fortify_memcpy_chk()
/Linux-v6.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.
218 * beyond i_size won't be written properly. For crash consistency, this in ext4_end_enable_verity()
260 * metadata that was written beyond i_size (both from cache and from in ext4_end_enable_verity()
/Linux-v6.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-v6.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-v6.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-v6.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-v6.1/scripts/
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-v6.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-v6.1/tools/testing/selftests/kvm/aarch64/
Dvgic_init.c169 TEST_ASSERT(ret && errno == E2BIG, "dist address beyond IPA limit"); in subtest_dist_rdist()
173 TEST_ASSERT(ret && errno == E2BIG, "redist address beyond IPA limit"); in subtest_dist_rdist()
180 "half of the redist is beyond IPA limit"); in subtest_dist_rdist()
272 "register redist region with base address beyond IPA range"); in subtest_v3_redist_regions()
279 "register redist region with top address beyond IPA range"); in subtest_v3_redist_regions()
613 "register ITS region with base address beyond IPA range"); in test_v3_its_region()
619 "Half of ITS region is beyond IPA range"); in test_v3_its_region()
/Linux-v6.1/block/partitions/
Dcore.c553 "%s: p%d start %llu is beyond EOD, ", in blk_add_partition()
562 "%s: p%d size %llu extends beyond EOD, ", in blk_add_partition()
608 * beyond EOD, retry after unlocking the native capacity. in blk_add_partitions()
611 printk(KERN_WARNING "%s: partition table beyond EOD, ", in blk_add_partitions()
630 * If we read beyond EOD, try unlocking native capacity even if the in blk_add_partitions()
636 "%s: partition table partially beyond EOD, ", in blk_add_partitions()
/Linux-v6.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-v6.1/arch/arm64/kernel/
Dperf_callchain.c30 /* 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-v6.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
/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dintel_sseu.h27 * 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-v6.1/include/acpi/
Dacexcep.h303 "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-v6.1/arch/ia64/lib/
Dmemset.S141 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-v6.1/arch/arm64/hyperv/
Dhv_core.c105 * beyond X0-X3. in hv_get_vpreg_128()
134 * pass enough information to be useful beyond just recording the

12345678910>>...44