Home
last modified time | relevance | path

Searched full:duplicated (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmontplus/
H A Dcache.json189 … "Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
201 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
211 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
221 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
231 … Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
241 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
251 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
261 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
271 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
281 … Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/goldmont/
H A Dcache.json189 … "Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
201 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
211 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
221 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
231 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
241 … Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
251 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
261 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
271 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
281 …. Requires MSR_OFFCORE_RESP[0,1] to specify request type and response. (duplicated for both MSRs)",
[all …]
/openbmc/linux/scripts/
H A DMakefile.headersinst36 duplicated := $(filter $(gen-headers), $(src-headers))
37 $(if $(duplicated), $(warning duplicated header export: $(duplicated)))
39 gen-headers := $(filter-out $(duplicated), $(gen-headers))
/openbmc/openbmc/poky/meta/lib/oeqa/core/tests/
H A Dtest_loader.py23 expect = 'Duplicated oetag module found in'
24 msg = 'Expected ImportError exception for having duplicated module'
26 # Must throw ImportEror because duplicated module
/openbmc/qemu/tests/qapi-schema/
H A Ddoc-duplicated-return.err1 doc-duplicated-return.json:8: duplicated 'Returns' section
H A Ddoc-duplicated-since.err1 doc-duplicated-since.json:8: duplicated 'Since' section
H A Ddoc-duplicated-arg.err1 doc-duplicated-arg.json:6: 'a' parameter name duplicated
H A Ddoc-duplicate-features.err1 doc-duplicate-features.json:9:1: duplicated 'Features:' line
H A Ddoc-duplicated-arg.json1 # Do not allow duplicated argument
H A Ddoc-duplicated-return.json1 # Do not allow duplicated Returns section
H A Ddoc-duplicated-since.json1 # Do not allow duplicated Since section
/openbmc/linux/Documentation/userspace-api/
H A Dunshare.rst189 the current shared version, associates newly duplicated structures
197 before associating newly duplicated context structures
211 Therefore code from copy_* functions that allocated and duplicated
250 and duplicated the appropriate structure and the second component
253 These dup_* functions allocated and duplicated the appropriate
256 duplicated structures to the task structure with which the
/openbmc/linux/scripts/coccinelle/tests/
H A Ddoublebitand.cocci49 cocci.print_main("duplicated argument to & or |",p)
55 coccilib.report.print_report(p[0],"duplicated argument to & or |")
H A Ddoubletest.cocci53 cocci.print_main("duplicated argument to && or ||",p)
59 coccilib.report.print_report(p[0],"duplicated argument to && or ||")
/openbmc/linux/security/tomoyo/
H A Dgroup.c14 * tomoyo_same_path_group - Check for duplicated "struct tomoyo_path_group" entry.
29 * tomoyo_same_number_group - Check for duplicated "struct tomoyo_number_group" entry.
48 * tomoyo_same_address_group - Check for duplicated "struct tomoyo_address_group" entry.
H A Dfile.c334 * tomoyo_same_path_acl - Check for duplicated "struct tomoyo_path_acl" entry.
351 * tomoyo_merge_path_acl - Merge duplicated "struct tomoyo_path_acl" entry.
406 * tomoyo_same_mkdev_acl - Check for duplicated "struct tomoyo_mkdev_acl" entry.
426 * tomoyo_merge_mkdev_acl - Merge duplicated "struct tomoyo_mkdev_acl" entry.
488 * tomoyo_same_path2_acl - Check for duplicated "struct tomoyo_path2_acl" entry.
506 * tomoyo_merge_path2_acl - Merge duplicated "struct tomoyo_path2_acl" entry.
624 * tomoyo_same_path_number_acl - Check for duplicated "struct tomoyo_path_number_acl" entry.
644 * tomoyo_merge_path_number_acl - Merge duplicated "struct tomoyo_path_number_acl" entry.
955 * tomoyo_same_mount_acl - Check for duplicated "struct tomoyo_mount_acl" entry.
/openbmc/gpioplus/src/gpioplus/internal/
H A Dfd.hpp30 * @param[in] fd - File descriptor being duplicated
39 * @param[in] fd - File descriptor being duplicated
/openbmc/openbmc/poky/scripts/
H A Dsstate-cache-management.py230 "--remove-duplicated",
232 help="""Remove the duplicated sstate cache files of one package, only
233 the newest one will be kept. The duplicated sstate cache files
256 Conflicts with --remove-duplicated.""",
/openbmc/linux/drivers/staging/media/atomisp/pci/css_2401_system/
H A Disys_dma_global.h35 * definition for the CSS system DMA. It is duplicated
59 * definition for the CSS system DMA. It is duplicated
/openbmc/qemu/include/io/
H A Dchannel-file.h78 * duplicated with dup().
80 * The channel will own the duplicated file descriptor and will take
/openbmc/linux/Documentation/timers/
H A Dhighres.rst77 dependent code. This results in duplicated code across all architectures and
89 clock event devices. It also minimizes the duplicated code across the
115 from the hardware level handler. This removes a lot of duplicated code from the
128 increase of flexibility and the avoidance of duplicated code across
/openbmc/linux/fs/btrfs/
H A Dvolumes.h429 * The total number of stripes, including the extra duplicated
445 * @replace_nr_stripes: Number of duplicated stripes which need to be
448 * @replace_stripe_src: The array indicates where the duplicated stripes
453 * thus no need to bother where the duplicated ones are from.
460 * num_stripes: 4 (3 + 1 duplicated write)
468 * The duplicated stripe index would be
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_64.h97 but duplicated because of cyclic dependency */ in native_ptep_get_and_clear()
110 but duplicated because of cyclic dependency */ in native_pmdp_get_and_clear()
133 * but duplicated because of cyclic dependency in native_pudp_get_and_clear()
/openbmc/bmcweb/include/
H A Dwebassets.hpp205 // Got a duplicated path. This is expected in certain in addFile()
207 BMCWEB_LOG_DEBUG("Got duplicated path {}", webpath.string()); in addFile()
237 // non-gzipped version. To avoid duplicated routes, we need to make sure we in requestRoutes()
/openbmc/linux/Documentation/gpu/
H A Ddrm-kms.rst209 "drm_atomic_state" -> "duplicated drm_plane_state A"
210 "drm_atomic_state" -> "duplicated drm_plane_state B"
211 "drm_atomic_state" -> "duplicated drm_crtc_state"
212 "drm_atomic_state" -> "duplicated drm_connector_state"
213 "drm_atomic_state" -> "duplicated driver private state"
234 "duplicated drm_plane_state A" -> "drm_device"[style=invis]

12345678910>>...18