/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_rogue_mips_check.h | 10 "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 D | pvr_rogue_fwif_shared_check.h | 11 "offsetof(" #type ", " #member ") incorrect") 14 static_assert(sizeof(type) == (size), #type " is incorrect size")
|
/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | tc_restrictions.sh | 57 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 D | sharedbuffer_configuration.py | 207 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 D | trace_branch.c | 227 f->data.incorrect++; in ftrace_likely_update() 238 seq_puts(m, " correct incorrect % " in annotated_branch_stat_headers() 252 percent = p->incorrect * 100; in get_incorrect_percent() 253 percent /= p->correct + p->incorrect; in get_incorrect_percent() 255 percent = p->incorrect ? 100 : -1; in get_incorrect_percent() 277 * The miss is overlayed on correct, and hit on incorrect. in branch_stat_show() 292 seq_printf(m, "%8lu %8lu ", p->correct, p->incorrect); in branch_stat_show_normal() 312 p->data.correct, p->constant, l, p->data.incorrect); in annotate_branch_stat_show() 350 if (a->incorrect < b->incorrect) in annotated_branch_stat_cmp() 352 if (a->incorrect > b->incorrect) in annotated_branch_stat_cmp() [all …]
|
/linux/Documentation/devicetree/bindings/mmc/ |
H A D | sdhci.txt | 7 - sdhci-caps-mask: The sdhci capabilities register is incorrect. This 64bit 9 is on in the mask then the bit is incorrect in the register and should be 11 - sdhci-caps: The sdhci capabilities register is incorrect. This 64bit
|
/linux/tools/testing/selftests/mm/ |
H A D | charge_reserved_hugetlb.sh | 519 "Incorrect reservations charged to cgroup 1." 522 "Incorrect reservation charged to cgroup 2." 526 "Incorrect reservations charged to cgroup 1." 529 "Incorrect reservation charged to cgroup 2." 534 "Incorrect hugetlb charged to cgroup 1." 537 "Incorrect hugetlb charged to cgroup 2." 541 "Incorrect hugetlb charged to cgroup 1." 544 "Incorrect hugetlb charged to cgroup 2." 564 "Incorrect hugetlb charged to cgroup 1." 567 "Incorrect reservation charged to cgroup 1." [all …]
|
/linux/tools/testing/selftests/gpio/ |
H A D | gpio-sim.sh | 222 test "`get_chip_label chip bank`" = "foobar" || fail "label is incorrect" 239 test "`get_line_name chip bank 0`" = "foo" || fail "line name is incorrect" 240 test "`get_line_name chip bank 2`" = "bar" || fail "line name is incorrect" 249 test "`get_line_name chip bank 0`" = "" || fail "line name is incorrect" 250 test "`get_line_name chip bank 1`" = "" || fail "line name is incorrect" 349 echo "3.3. Incorrect input in sysfs is rejected" 380 test `cat $SYSFS_PATH` = "0" || fail "incorrect value read from sysfs" 383 test `cat $SYSFS_PATH` = "1" || fail "incorrect value read from sysfs"
|
/linux/samples/bpf/ |
H A D | task_fd_query_user.c | 135 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/lib/bpf/ |
H A D | libbpf_errno.c | 27 [ERRCODE_OFFSET(KVERSION)] = "'version' section incorrect or lost", 33 [ERRCODE_OFFSET(KVER)] = "Incorrect kernel version", 37 [ERRCODE_OFFSET(NLPARSE)] = "Incorrect netlink message parsing",
|
/linux/tools/testing/selftests/kvm/s390x/ |
H A D | sync_regs_test.c | 165 "r11 sync regs value incorrect 0x%llx.", in test_set_and_verify_various_reg_values() 168 "acr0 sync regs value incorrect 0x%x.", in test_set_and_verify_various_reg_values() 171 "diag318 sync regs value incorrect 0x%llx.", in test_set_and_verify_various_reg_values() 197 "r11 sync regs value incorrect 0x%llx.", in test_clear_kvm_dirty_regs_bits() 200 "diag318 sync regs value incorrect 0x%llx.", in test_clear_kvm_dirty_regs_bits()
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | sync_regs_test.c | 295 "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 D | x_operr.S | 115 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 D | Kconfig.debug | 14 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/drivers/gpu/drm/i915/gt/ |
H A D | st_shmem_utils.c | 25 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/include/acpi/ |
H A D | acexcep.h | 214 EXCEP_TXT("AE_TYPE", "The object type is incorrect"), 265 "A package or buffer contained incorrect data"), 291 "An operand of an incorrect type was encountered"), 345 "The length of a Resource Descriptor in the AML is incorrect"), 353 "A target operand of an incorrect type was encountered"), 356 "The length of the buffer is invalid/incorrect")
|
/linux/drivers/dma-buf/ |
H A D | st-dma-fence-chain.c | 210 pr_err("Incorrect fence reported by find_seqno(%d:%d)\n", in find_seqno() 224 pr_err("Incorrect fence reported by find self\n"); in find_seqno() 247 pr_err("Incorrect fence reported by find_seqno(%d:%d)\n", in find_seqno() 280 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:1\n", in find_signaled() 325 pr_err("Incorrect chain-fence.seqno:%lld reported for completed seqno:2\n", in find_out_of_order() 362 pr_err("Incorrect fence.seqno:%lld reported by find_seqno(%d:%d)\n", in find_gap() 378 pr_err("Incorrect fence reported by find self\n"); in find_gap()
|
/linux/arch/powerpc/include/uapi/asm/ |
H A D | papr-sysparm.h | 38 * -EINVAL: Incorrect data length or format. (-9999) 52 * -EINVAL: Incorrect data length or format. (-9999)
|
/linux/drivers/misc/cxl/ |
H A D | hcalls.c | 155 case H_PARAMETER: /* An incorrect parameter was supplied. */ in cxl_h_attach_process() 186 case H_PARAMETER: /* An incorrect parameter was supplied. */ in cxl_h_detach_process() 223 case H_PARAMETER: /* An incorrect parameter was supplied. */ in cxl_h_control_function() 416 case H_PARAMETER: /* An incorrect parameter was supplied. */ in cxl_h_collect_int_info() 458 case H_PARAMETER: /* An incorrect parameter was supplied. */ in cxl_h_control_faults() 494 case H_PARAMETER: /* An incorrect parameter was supplied. */ in cxl_h_control_facility() 599 case H_PARAMETER: /* An incorrect parameter was supplied */ in cxl_h_download_facility()
|
/linux/Documentation/devicetree/bindings/arm/ |
H A D | gemini.yaml | 83 - 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 D | verifier_map_ret_val.c | 60 __description("access memory with incorrect alignment") 84 __description("sometimes access memory with incorrect alignment")
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | common-debug.h | 25 * @crc_err: No. of frames with incorrect CRC value 30 * @mic_err: No. of frames with incorrect TKIP MIC verification failure
|
/linux/drivers/mtd/ |
H A D | nftlmount.c | 361 * 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/lib/ |
H A D | test_list_sort.c | 33 KUNIT_EXPECT_LT_MSG(test, ela->serial, (unsigned int)TEST_LIST_LEN, "incorrect serial"); in check() 34 KUNIT_EXPECT_LT_MSG(test, elb->serial, (unsigned int)TEST_LIST_LEN, "incorrect serial"); in check()
|
/linux/tools/testing/selftests/net/ |
H A D | epoll_busy_poll.c | 294 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()
|