Home
last modified time | relevance | path

Searched full:incorrect (Results 1 – 25 of 801) sorted by relevance

12345678910>>...33

/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_mips_check.h10 "offsetof(struct rogue_mips_tlb_entry, tlb_page_mask) incorrect");
12 "offsetof(struct rogue_mips_tlb_entry, tlb_hi) incorrect");
14 "offsetof(struct rogue_mips_tlb_entry, tlb_lo0) incorrect");
16 "offsetof(struct rogue_mips_tlb_entry, tlb_lo1) incorrect");
18 "struct rogue_mips_tlb_entry is incorrect size");
21 "offsetof(struct rogue_mips_remap_entry, remap_addr_in) incorrect");
23 "offsetof(struct rogue_mips_remap_entry, remap_addr_out) incorrect");
25 "offsetof(struct rogue_mips_remap_entry, remap_region_size) incorrect");
27 "struct rogue_mips_remap_entry is incorrect size");
30 "offsetof(struct rogue_mips_state, error_state) incorrect");
[all …]
H A Dpvr_rogue_fwif_shared_check.h11 "offsetof(" #type ", " #member ") incorrect")
14 static_assert(sizeof(type) == (size), #type " is incorrect size")
H A Dpvr_rogue_fwif_client_check.h11 "offsetof(" #type ", " #member ") incorrect")
14 static_assert(sizeof(type) == (size), #type " is incorrect size")
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dtc_restrictions.sh57 check_fail $? "Incorrect success to create another clsact with egress shared block"
66 check_fail $? "Incorrect success to add drop rule to mixed bound block"
106 check_fail $? "Incorrect success to create another clsact with egress shared block"
116 check_fail $? "Incorrect success to add redirect rule to mixed bound block"
126 check_fail $? "Incorrect success to add redirect rule to egress bound shared block"
133 check_fail $? "Incorrect success to add redirect rule to egress bound block"
160 check_fail $? "Incorrect success to add rule with two mirror actions"
185 check_fail $? "Incorrect success to add rule with sample action on egress"
215 check_fail $? "Incorrect success to add matchall rule behind a flower rule"
230 check_fail $? "Incorrect success to add flower rule in front of a matchall rule"
[all …]
H A Dsharedbuffer_configuration.py207 err_msg = "Incorrect pool size (got {}, expected {})".format(pool["size"], size)
209 … err_msg = "Incorrect pool threshold type (got {}, expected {})".format(pool["thtype"], thtype)
277 err_msg = "Incorrect pool (got {}, expected {})".format(tcbind["pool"], pool)
279 err_msg = "Incorrect threshold (got {}, expected {})".format(tcbind["threshold"], th)
346 err_msg = "Incorrect threshold (got {}, expected {})".format(portpool["threshold"], th)
/linux/kernel/trace/
H A Dtrace_branch.c221 f->data.incorrect++; in ftrace_likely_update()
232 seq_puts(m, " correct incorrect % " in annotated_branch_stat_headers()
246 percent = p->incorrect * 100; in get_incorrect_percent()
247 percent /= p->correct + p->incorrect; in get_incorrect_percent()
249 percent = p->incorrect ? 100 : -1; in get_incorrect_percent()
271 * The miss is overlayed on correct, and hit on incorrect. in branch_stat_show()
286 seq_printf(m, "%8lu %8lu ", p->correct, p->incorrect); in branch_stat_show_normal()
306 p->data.correct, p->constant, l, p->data.incorrect); in annotate_branch_stat_show()
344 if (a->incorrect < b->incorrect) in annotated_branch_stat_cmp()
346 if (a->incorrect > b->incorrect) in annotated_branch_stat_cmp()
[all …]
/linux/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh533 "Incorrect reservations charged to cgroup 1."
536 "Incorrect reservation charged to cgroup 2."
540 "Incorrect reservations charged to cgroup 1."
543 "Incorrect reservation charged to cgroup 2."
548 "Incorrect hugetlb charged to cgroup 1."
551 "Incorrect hugetlb charged to cgroup 2."
555 "Incorrect hugetlb charged to cgroup 1."
558 "Incorrect hugetlb charged to cgroup 2."
578 "Incorrect hugetlb charged to cgroup 1."
581 "Incorrect reservatio
[all...]
/linux/tools/testing/selftests/gpio/
H A Dgpio-sim.sh227 test "`get_chip_label chip bank`" = "foobar" || fail "label is incorrect"
246 test "`get_line_name chip bank 0`" = "foo" || fail "line name is incorrect"
247 test "`get_line_name chip bank 2`" = "bar" || fail "line name is incorrect"
257 test "`get_line_name chip bank 0`" = "" || fail "line name is incorrect"
258 test "`get_line_name chip bank 1`" = "" || fail "line name is incorrect"
364 echo "3.3. Incorrect input in sysfs is rejected"
397 test `cat $SYSFS_PATH` = "0" || fail "incorrect value read from sysfs"
400 test `cat $SYSFS_PATH` = "1" || fail "incorrect value read from sysfs"
/linux/samples/bpf/
H A Dtask_fd_query_user.c135 printf("FAIL: %s incorrect type (%d) or is_return_bit (%d)\n", in test_nondebug_fs_kuprobe_common()
197 printf("FAIL: %s, incorrect fd_type %u\n", in test_nondebug_fs_probe()
203 printf("FAIL: %s, incorrect buf %s\n", __func__, buf); in test_nondebug_fs_probe()
207 printf("FAIL: %s, incorrect probe_offset 0x%llx\n", in test_nondebug_fs_probe()
213 printf("FAIL: %s, incorrect buf %p\n", in test_nondebug_fs_probe()
219 printf("FAIL: %s, incorrect probe_addr 0x%llx\n", in test_nondebug_fs_probe()
290 printf("FAIL: %s, incorrect fd_type %u\n", __func__, in test_debug_fs_uprobe()
295 printf("FAIL: %s, incorrect buf %s\n", __func__, buf); in test_debug_fs_uprobe()
299 printf("FAIL: %s, incorrect probe_offset 0x%llx\n", __func__, in test_debug_fs_uprobe()
/linux/tools/testing/selftests/kvm/x86/
H A Dsync_regs_test.c295 "rbx sync regs value incorrect 0x%llx.", in KVM_ONE_VCPU_TEST()
298 "apic_base sync regs value incorrect 0x%llx.", in KVM_ONE_VCPU_TEST()
324 "rbx sync regs value incorrect 0x%llx.", in KVM_ONE_VCPU_TEST()
351 "rbx sync regs value incorrect 0x%llx.", in KVM_ONE_VCPU_TEST()
355 "rbx guest value incorrect 0x%llx.", in KVM_ONE_VCPU_TEST()
379 "rbx sync regs value incorrect 0x%llx.", in KVM_ONE_VCPU_TEST()
383 "rbx guest value incorrect 0x%llx.", in KVM_ONE_VCPU_TEST()
/linux/arch/m68k/fpsp040/
H A Dx_operr.S115 bnes chklerr |if not equal, check for incorrect operr
118 bnes chklerr |if d0 is true, check for incorrect operr
162 bnes chkwerr |if not equal, check for incorrect operr
165 bnes chkwerr |if d0 is true, check for incorrect operr
189 bnes chkberr |if not equal, check for incorrect operr
192 bnes chkberr |if d0 is true, check for incorrect operr
/linux/arch/loongarch/
H A DKconfig.debug14 finds. Some of the addresses it reports may be incorrect.
26 Some of the addresses it reports may be incorrect (but better than the
/linux/include/acpi/
H A Dacexcep.h216 EXCEP_TXT("AE_TYPE", "The object type is incorrect"),
267 "A package or buffer contained incorrect data"),
293 "An operand of an incorrect type was encountered"),
347 "The length of a Resource Descriptor in the AML is incorrect"),
355 "A target operand of an incorrect type was encountered"),
358 "The length of the buffer is invalid/incorrect"),
/linux/drivers/dma-buf/
H A Dst-dma-fence-chain.c208 pr_err("Incorrect fence reported by find_seqno(%d:%d)\n", in find_seqno()
222 pr_err("Incorrect fence reported by find self\n"); in find_seqno()
245 pr_err("Incorrect fence reported by find_seqno(%d:%d)\n", in find_seqno()
278 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:1\n", in find_signaled()
323 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:2\n", in find_out_of_order()
360 pr_err("Incorrect fence.seqno:%lld reported by find_seqno(%d:%d)\n", in find_gap()
376 pr_err("Incorrect fence reported by find self\n"); in find_gap()
/linux/drivers/gpu/drm/i915/gt/
H A Dst_shmem_utils.c25 pr_err("Incorrect read back from shmemfs: %x != %x\n", in igt_shmem_basic()
43 pr_err("Incorrect read back via mmap of last write: %x != %x\n", in igt_shmem_basic()
/linux/drivers/md/dm-vdo/
H A Dstatus-codes.h33 /* page contents incorrect or corrupt data */
47 /* incorrect checksum */
/linux/arch/powerpc/include/uapi/asm/
H A Dpapr-sysparm.h38 * -EINVAL: Incorrect data length or format. (-9999)
52 * -EINVAL: Incorrect data length or format. (-9999)
/linux/Documentation/devicetree/bindings/arm/
H A Dgemini.yaml83 - description: Wiligear Wiliboard WBD-111 - old incorrect binding
89 - description: Wiligear Wiliboard WBD-222 - old incorrect binding
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_map_ret_val.c60 __description("access memory with incorrect alignment")
84 __description("sometimes access memory with incorrect alignment")
/linux/drivers/mtd/
H A Dnftlmount.c361 * Mark as 'IGNORE' each incorrect sector. This check is only done if the chain
395 printk("Incorrect free sector %d in block %d: " in check_sectors_in_chain()
416 printk("incorrect ReplUnitTable[] : %d\n", block); in check_sectors_in_chain()
438 printk("incorrect ReplUnitTable[] : %d\n", block); in calc_chain_length()
476 printk("incorrect ReplUnitTable[] : %d\n", block); in format_chain()
654 printk("Block %d: incorrect logical block: %d expected: %d\n", in NFTL_mount()
656 /* the chain is incorrect : we must format it, in NFTL_mount()
668 /* the chain is incorrect : we must format it, in NFTL_mount()
/linux/tools/testing/selftests/net/
H A Depoll_busy_poll.c294 TH_LOG("params.busy_poll_usecs incorrect"); in TEST_F()
297 TH_LOG("params.busy_poll_budget incorrect"); in TEST_F()
300 TH_LOG("params.prefer_busy_poll incorrect"); in TEST_F()
/linux/arch/arm64/
H A DKconfig604 bool "Cortex-A53: 845719: a load might read incorrect data"
614 might return incorrect data.
625 bool "Cortex-A53: 843419: A load or store might access an incorrect address"
630 cause subsequent memory accesses to use an incorrect address on
636 …tex-A55: 1024718: Update of DBM/AP bits without break before make might result in incorrect update"
641 Affected Cortex-A55 cores (all revisions) could cause incorrect
650 …-N1: MRC read following MRRC read of specific Generic Timer in AArch32 might give incorrect result"
667 …-of-context translation regime could cause subsequent request to generate an incorrect translation"
680 …-of-context translation regime could cause subsequent request to generate an incorrect translation"
693 …-of-context translation regime could cause subsequent request to generate an incorrect translation"
[all …]
/linux/tools/testing/selftests/arm64/fp/
H A Dvlset.c110 return 2; /* same as sh(1) builtin incorrect-usage */ in main()
115 return 2; /* same as sh(1) builtin incorrect-usage */ in main()
/linux/tools/lib/bpf/
H A Dlibbpf_utils.c34 [ERRCODE_OFFSET(KVERSION)] = "'version' section incorrect or lost",
40 [ERRCODE_OFFSET(KVER)] = "Incorrect kernel version",
44 [ERRCODE_OFFSET(NLPARSE)] = "Incorrect netlink message parsing",
/linux/drivers/iio/orientation/
H A Dhid-sensor-rotation.c163 * ABI regression avoidance: IIO previously had an incorrect in dev_rot_proc_event()
166 * was incorrect according to the IIO ABI. To avoid breaking in dev_rot_proc_event()
169 * incorrect place [1]. in dev_rot_proc_event()

12345678910>>...33