/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A 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()
|
/openbmc/linux/fs/netfs/ |
H A D | buffered_read.c | 155 * the netfs if not. Space beyond the EOF is zero-filled. Multiple I/O 216 * possible, or the netfs if not. Space beyond the EOF is zero-filled. 268 * - write that lies in a folio that is completely beyond EOF 269 * - write that covers the folio from start to EOF or beyond it 294 /* Page entirely beyond the end of the file */ in netfs_skip_folio_read() 298 /* Write that covers from the start of the folio to EOF or beyond */ in netfs_skip_folio_read() 314 * @len: The length of the write (may extend beyond the end of the folio chosen) 319 * possible, or the netfs if not. Space beyond the EOF is zero-filled. 373 /* If the page is beyond the EOF, we want to clear it - unless it's in netfs_write_begin()
|
/openbmc/linux/tools/perf/pmu-events/arch/powerpc/power10/ |
H A 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… 438 …entage of completed instructions that were demand fetches that reloaded from beyond the L3 icache", 470 …"BriefDescription": "Percentage of demand loads that reloaded from beyond the L2 per completed ins… 477 …"BriefDescription": "Percentage of demand loads that reloaded from beyond the L3 per completed ins… 611 … "BriefDescription": "Percentage of demand load misses that reloaded from beyond the local L2", 618 … "BriefDescription": "Percentage of demand load misses that reloaded from beyond the local L3", 625 … to the NTC instruction waiting for a load miss to resolve from a source beyond the local L2 and l… [all …]
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A 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 */
|
/openbmc/linux/arch/xtensa/lib/ |
H A 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
|
/openbmc/u-boot/doc/device-tree-bindings/exynos/ |
H A D | isp-spi.txt | 6 which will have a value beyond the maximum number of interrupts exynos5 can 12 - interrupts : A value which is beyond the maximum number of interrupts
|
/openbmc/linux/fs/f2fs/ |
H A 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()
|
/openbmc/linux/include/uapi/linux/ |
H A 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
|
/openbmc/linux/lib/ |
H A 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
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A 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()
|
/openbmc/linux/fs/ext4/ |
H A 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()
|
/openbmc/qemu/tests/qtest/ |
H A D | aspeed_smc-test.c | 53 /* beyond 16MB */ in test_palmetto_bmc() 100 /* beyond 16MB */ in test_ast2500_evb() 143 /* beyond 16MB */ in test_ast2600_evb() 186 /* beyond 512KB */ in test_ast1030_evb()
|
/openbmc/phosphor-ipmi-blobs/example/ |
H A D | example.cpp | 77 /* Is the offset beyond the array? */ in read() 84 * In this case, if they read beyond "size" we allow it. in read() 102 /* Is the offset beyond the array? */ in write()
|
/openbmc/linux/include/linux/ |
H A 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… 192 /* Do not check characters beyond the end of p. */ in strnlen() 294 * from the source @q string beyond the specified @size bytes, and since 371 * string at @p, but will not write beyond @avail bytes total, 518 * Always stop accesses beyond the struct that contains the in fortify_memset_chk() 544 * memcpy(), memmove(), and memset() must not be used beyond individual [all …]
|
/openbmc/openbmc/poky/meta/conf/machine/include/x86/ |
H A D | tune-core2.inc | 7 # Merom and beyond, as well as the first Atom CPUs, Diamondville, and beyond.
|
/openbmc/u-boot/fs/ubifs/ |
H A D | ubifs.c | 737 unsigned int block, beyond; in do_readpage() local 747 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage() 748 if (block >= beyond) { in do_readpage() 749 /* Reading beyond inode */ in do_readpage() 762 if (block >= beyond) { in do_readpage() 763 /* Reading beyond inode */ in do_readpage() 768 * Reading last block? Make sure to not write beyond in do_readpage() 771 if (((block + 1) == beyond) || last_block_size) { in do_readpage() 903 * Make sure to not read beyond the requested size in ubifs_read()
|
/openbmc/entity-manager/docs/ |
H A D | my_first_sensors.md | 5 values are on dbus, they can be read via IPMI or Redfish (doing so is beyond the 56 Entity-Manager. The exact layout of a FRU is beyond the scope of this guide, but 83 The dbus path for each instance is unimportant beyond needing to be unique. 174 Beyond this, it also publishes to dbus a configuration:
|
/openbmc/phosphor-health-monitor/ |
H A D | bmc_health_config_json.md | 44 - This indicates the percentage beyond which the metric value change (since 65 beyond the specified threshold percentage value.
|
/openbmc/linux/arch/powerpc/lib/ |
H A 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. */
|
/openbmc/linux/fs/romfs/ |
H A 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()
|
/openbmc/linux/fs/iomap/ |
H A 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()
|
/openbmc/linux/scripts/ |
H A 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…
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A 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
|
/openbmc/linux/arch/powerpc/boot/ |
H A 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. */
|
/openbmc/linux/tools/testing/selftests/kvm/aarch64/ |
H A D | vgic_init.c | 180 TEST_ASSERT(ret && errno == E2BIG, "dist address beyond IPA limit"); in subtest_dist_rdist() 184 TEST_ASSERT(ret && errno == E2BIG, "redist address beyond IPA limit"); in subtest_dist_rdist() 191 "half of the redist is beyond IPA limit"); in subtest_dist_rdist() 283 "register redist region with base address beyond IPA range"); in subtest_v3_redist_regions() 290 "register redist region with top address beyond IPA range"); in subtest_v3_redist_regions() 658 "register ITS region with base address beyond IPA range"); in test_v3_its_region() 664 "Half of ITS region is beyond IPA range"); in test_v3_its_region()
|