Home
last modified time | relevance | path

Searched full:mismatch (Results 1 – 25 of 817) sorted by relevance

12345678910>>...33

/linux/tools/testing/selftests/ptrace/
H A Dget_syscall_info.c161 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
164 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
167 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
170 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
173 LOG_KILL_TRACEE("signal stop mismatch"); in TEST()
189 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
192 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
195 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
198 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
201 LOG_KILL_TRACEE("entry stop mismatch"); in TEST()
[all …]
H A Dset_syscall_info.c81 LOG_KILL_TRACEE("%s: entry stop mismatch", text); in check_psi_entry()
84 LOG_KILL_TRACEE("%s: entry stop mismatch", text); in check_psi_entry()
87 LOG_KILL_TRACEE("%s: entry stop mismatch", text); in check_psi_entry()
90 LOG_KILL_TRACEE("%s: entry stop mismatch", text); in check_psi_entry()
93 LOG_KILL_TRACEE("%s: syscall nr mismatch", text); in check_psi_entry()
97 LOG_KILL_TRACEE("%s: syscall arg #%u mismatch", in check_psi_entry()
110 LOG_KILL_TRACEE("%s: exit stop mismatch", text); in check_psi_exit()
113 LOG_KILL_TRACEE("%s: exit stop mismatch", text); in check_psi_exit()
116 LOG_KILL_TRACEE("%s: exit stop mismatch", text); in check_psi_exit()
119 LOG_KILL_TRACEE("%s: exit stop mismatch", text); in check_psi_exit()
[all …]
/linux/fs/fat/
H A Dfat_test.c273 "Timestamp mismatch (seconds)\n"); in fat_time_fat2unix_test()
277 "Timestamp mismatch (nanoseconds)\n"); in fat_time_fat2unix_test()
295 "Time mismatch\n"); in fat_time_unix2fat_test()
299 "Date mismatch\n"); in fat_time_unix2fat_test()
303 "Centisecond mismatch\n"); in fat_time_unix2fat_test()
320 "Clamped time mismatch\n"); in fat_time_unix2fat_clamp_test()
324 "Clamped date mismatch\n"); in fat_time_unix2fat_clamp_test()
328 "Clamped centisecond mismatch\n"); in fat_time_unix2fat_clamp_test()
346 "Time mismatch without centiseconds\n"); in fat_time_unix2fat_no_csec_test()
350 "Date mismatch without centiseconds\n"); in fat_time_unix2fat_no_csec_test()
[all …]
/linux/rust/proc-macro2/
H A Dwrapper.rs48 fn mismatch(line: u32) -> ! { in mismatch() function
52 panic!("compiler/fallback mismatch L{}\n\n{}", line, backtrace) in mismatch()
56 panic!("compiler/fallback mismatch L{}", line) in mismatch()
118 TokenStream::Fallback(_) => mismatch(line!()), in unwrap_nightly()
124 TokenStream::Compiler(_) => mismatch(line!()), in unwrap_stable()
212 TokenStream::Fallback(_) => mismatch(line!()), in from_iter()
219 TokenStream::Compiler(_) => mismatch(line!()), in from_iter()
407 (Span::Compiler(_), Span::Fallback(_)) => mismatch(line!()), in resolved_at()
408 (Span::Fallback(_), Span::Compiler(_)) => mismatch(line!()), in resolved_at()
416 (Span::Compiler(_), Span::Fallback(_)) => mismatch(line!()), in located_at()
[all …]
/linux/Documentation/hwmon/
H A Dw83791d.rst158 in1 (VINR0) 0x000002 0x002000 <== mismatch
164 in7 (VSB) 0x080000 0x010000 <== mismatch
165 in8 (VBAT) 0x100000 0x020000 <== mismatch
169 temp3 0x002000 0x000002 <== mismatch
175 tart1 0x010000 0x040000 <== mismatch
176 tart2 0x020000 0x080000 <== mismatch
177 tart3 0x040000 0x100000 <== mismatch
/linux/tools/testing/selftests/powerpc/security/
H A Dspectre_v2.c187 * Such a mismatch may be caused by a system being unaware in spectre_v2_test()
192 * missing such a mismatch is safe. in spectre_v2_test()
201 printf("Possible mismatch between reported & actual mitigation\n"); in spectre_v2_test()
210 printf("Possible mismatch between reported & actual mitigation\n"); in spectre_v2_test()
217 printf("Possible mismatch between reported & actual mitigation\n"); in spectre_v2_test()
/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h13 mismatch : 1, member
30 return (ctrl.mismatch << 22) | (ctrl.len << 5) | (ctrl.type << 3) | in encode_ctrl_reg()
45 ctrl->mismatch = reg & 0x1; in decode_ctrl_reg()
/linux/tools/testing/selftests/drivers/net/
H A Dxdp.py172 ksft_eq(stats[XDPStats.RX.value], stats[XDPStats.PASS.value], "RX and PASS stats mismatch")
239 ksft_eq(stats[XDPStats.RX.value], stats[XDPStats.DROP.value], "RX and DROP stats mismatch")
314 ksft_eq(stats[XDPStats.RX.value], expected_pkts, "RX stats mismatch")
315 ksft_eq(stats[XDPStats.TX.value], expected_pkts, "TX stats mismatch")
413 # Check for RX and PASS stats mismatch. Ideally, they should be equal for a successful run
415 return "RX stats mismatch"
478 "reason": "Data mismatch",
618 "reason": "Data mismatch",
736 ksft_eq(stats[XDPStats.RX.value], expected_pkts, "XDP RX stats mismatch")
738 ksft_eq(stats[XDPStats.TX.value], expected_pkts, "XDP TX stats mismatch")
/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c1083 TEST_ASSERT(crs->state == rst.u.runstate.state, "Runstate mismatch"); in main()
1085 "State entry time mismatch"); in main()
1087 "Running time mismatch"); in main()
1089 "Runnable time mismatch"); in main()
1091 "Blocked time mismatch"); in main()
1093 "Offline time mismatch"); in main()
1117 TEST_ASSERT(rs->state == rst.u.runstate.state, "Runstate mismatch"); in main()
1119 "State entry time mismatch"); in main()
1121 "Running time mismatch"); in main()
1123 "Runnable time mismatch"); in main()
[all...]
/linux/kernel/
H A Dcrash_core_test.c48 "%s: Number of ranges mismatch.", case_name); in assert_ranges_equal()
52 "%s: Range %u start mismatch.", case_name, i); in assert_ranges_equal()
54 "%s: Range %u end mismatch.", case_name, i); in assert_ranges_equal()
86 "%s: Return value mismatch.", params->description); in run_exclude_test_case()
98 "%s: Number of ranges mismatch on error.", in run_exclude_test_case()
/linux/fs/nfsd/
H A Dnfssvc.c822 ret->mismatch.lovers = NFSD_ACL_NRVERS; in nfsd_acl_init_request()
826 ret->mismatch.lovers = i; in nfsd_acl_init_request()
830 if (ret->mismatch.lovers == NFSD_ACL_NRVERS) in nfsd_acl_init_request()
832 ret->mismatch.hivers = NFSD_ACL_MINVERS; in nfsd_acl_init_request()
836 ret->mismatch.hivers = i; in nfsd_acl_init_request()
866 ret->mismatch.lovers = NFSD_MAXVERS + 1; in nfsd_init_request()
869 ret->mismatch.lovers = i; in nfsd_init_request()
873 if (ret->mismatch.lovers > NFSD_MAXVERS) in nfsd_init_request()
875 ret->mismatch.hivers = NFSD_MINVERS; in nfsd_init_request()
878 ret->mismatch.hivers = i; in nfsd_init_request()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c212 !ASSERT_EQ(recvd, sent, "length mismatch")) in test_sockmap_ktls_tx_cork()
215 ASSERT_OK(memcmp(msg, rcv, sizeof(msg)), "data mismatch"); in test_sockmap_ktls_tx_cork()
H A Dsockmap_strp.c41 "data mismatch")) in sockmap_strp_consume_pre_data()
150 "data mismatch")) in test_sockmap_strp_dispatch_pkt()
214 if (!ASSERT_OK(memcmp(snd, rcv, total), "data mismatch")) in test_sockmap_strp_multiple_pkt()
337 "memcmp, data mismatch")) in test_sockmap_strp_pass()
355 "second memcmp, data mismatch")) in test_sockmap_strp_pass()
/linux/arch/arm/kernel/
H A Dhw_breakpoint.c178 /* Does this core support mismatch breakpoints? */
416 /* Ensure that we disable the mismatch breakpoint. */ in arch_uninstall_hw_breakpoint()
578 /* Mismatch */ in arch_build_bp_info()
579 hw->ctrl.mismatch = 0; in arch_build_bp_info()
632 * Mismatch breakpoints are required for single-stepping in hw_breakpoint_arch_parse()
638 /* We don't allow mismatch breakpoints in kernel space. */ in hw_breakpoint_arch_parse()
671 info->step_ctrl.mismatch = 1; in enable_single_step()
799 * Otherwise, insert a temporary mismatch breakpoint so that in watchpoint_handler()
881 goto mismatch; in breakpoint_handler()
895 mismatch: in breakpoint_handler()
/linux/drivers/misc/mei/
H A Dhbm.c1077 * Return: 0 on success, -EPROTO on state mismatch
1083 dev_err(&dev->dev, "hbm: pg entry response: state mismatch [%s, %d]\n", in mei_hbm_pg_enter_res()
1110 * Return: 0 on success, -EPROTO on state mismatch
1117 dev_err(&dev->dev, "hbm: pg exit response: state mismatch [%s, %d]\n", in mei_hbm_pg_exit_res()
1302 dev_warn(&dev->dev, "hbm: start: version mismatch - stopping the driver.\n"); in mei_hbm_dispatch()
1321 dev_err(&dev->dev, "hbm: start: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1366 dev_err(&dev->dev, "hbm: capabilities response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1409 dev_err(&dev->dev, "hbm: dma setup response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1477 dev_err(&dev->dev, "hbm: properties response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
1520 dev_err(&dev->dev, "hbm: enumeration response: state mismatch, [%d, %d]\n", in mei_hbm_dispatch()
[all …]
/linux/include/drm/intel/
H A Dintel_lb_mei_interface.h35 * @INTEL_LB_STATUS_4ID_MISMATCH: Mismatch in the expected 4ID (firmware identity/token)
47 * @INTEL_LB_STATUS_SIGNED_PAYLOAD_FW_VERSION_MISMATCH: Firmware version mismatch
/linux/drivers/s390/cio/
H A Ddevice_pgid.c302 int *mismatch, u8 *reserved, u8 *reset) in pgid_analyze() argument
309 *mismatch = 0; in pgid_analyze()
326 *mismatch = 1; in pgid_analyze()
384 int mismatch = 0; in snid_done() local
391 pgid_analyze(cdev, &pgid, &mismatch, &reserved, &reset); in snid_done()
394 else if (mismatch) in snid_done()
408 cdev->private->pgid_todo_mask, mismatch, reserved, reset); in snid_done()
/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c199 DBF("%s key check failed, header len %d keylen %u mismatch\n", in ep11_check_aes_key_with_hdr()
266 DBF("%s key check failed, header len %d keylen %u mismatch\n", in ep11_check_ecc_key_with_hdr()
327 DBF("%s key check failed, header len %d keylen %u mismatch\n", in ep11_check_aes_key()
480 ZCRYPT_DBF_ERR("%s reply start tag mismatch\n", func); in check_reply_pl()
497 ZCRYPT_DBF_ERR("%s reply start tag lenfmt mismatch 0x%02hhx\n", in check_reply_pl()
510 ZCRYPT_DBF_ERR("%s function tag or length mismatch\n", func); in check_reply_pl()
517 ZCRYPT_DBF_ERR("%s dom tag or length mismatch\n", func); in check_reply_pl()
524 ZCRYPT_DBF_ERR("%s return value tag or length mismatch\n", in check_reply_pl()
630 ZCRYPT_DBF_ERR("%s mismatch between reply data len and buffer len\n", in ep11_query_info()
875 ZCRYPT_DBF_ERR("%s mismatch reply data len / key buffer len\n", in _ep11_genaeskey()
[all …]
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_mismatched_ops.c9 * 3. The kernel must detect the mismatch and return -EINVAL.
88 TH_LOG("futex_cmp_requeue_pi failed to detect the mismatch"); in TEST()
/linux/scripts/mod/
H A Dmodpost.c751 /* sections that we do not want to do full section mismatch check on */
824 enum mismatch { enum
843 * @mismatch: Type of mismatch.
849 enum mismatch mismatch; member
859 .mismatch = TEXTDATA_TO_ANY_INIT_EXIT,
865 .mismatch = ANY_INIT_TO_ANY_EXIT,
871 .mismatch = ANY_EXIT_TO_ANY_INIT,
876 .mismatch = ANY_INIT_TO_ANY_EXIT,
885 .mismatch = EXTABLE_TO_NON_TEXT,
1031 const struct sectioncheck* const mismatch, in default_mismatch_handler() argument
[all …]
/linux/Documentation/arch/sparc/
H A Dadi.rst11 matches the tag set by the application. In case of mismatch, processor
59 tag in virtual address and never generate a mismatch exception.
113 siginfo.si_addr = addr; /* PC where first mismatch occurred */
136 ADI tag mismatch on a load always results in precise trap.
/linux/tools/memory-model/scripts/
H A DREADME105 be reported both as a mismatch by checklitmushist.sh and as an error
108 new version. In this case, checklitmushist.sh will report a mismatch
/linux/net/rxrpc/
H A Drxgk_common.h91 case -EBADMSG: /* Checksum mismatch. */ in rxgk_decrypt()
130 case -EBADMSG: /* Checksum mismatch */ in rxgk_verify_mic()
/linux/tools/perf/util/
H A Dbpf-utils.c212 pr_warning("%s: mismatch in element count %u vs %u\n", __func__, count1, count2); in get_bpf_prog_info_linear()
221 pr_warning("%s: mismatch in rec size %u vs %u\n", __func__, size1, size2); in get_bpf_prog_info_linear()
227 pr_warning("%s: mismatch in array %p vs %llx\n", __func__, ptr, ptr2); in get_bpf_prog_info_linear()
/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_asm.S83 bne cr0, 1f // bail if mismatch
92 bne cr0, 1f // bail if mismatch

12345678910>>...33