Home
last modified time | relevance | path

Searched refs:mismatch (Results 1 – 25 of 63) sorted by relevance

123

/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/Documentation/networking/
H A Dxfrm_proc.rst50 State has mismatch option
51 e.g. UDP encapsulation type is mismatch
77 State direction mismatch (lookup found an output state on the input path, expected input or no direction)
119 State direction mismatch (lookup found an input state on the output path, expected output or no direction)
/linux/net/netfilter/
H A Dnft_cmp.c37 goto mismatch; in nft_cmp_eval()
41 goto mismatch; in nft_cmp_eval()
45 goto mismatch; in nft_cmp_eval()
49 goto mismatch; in nft_cmp_eval()
53 goto mismatch; in nft_cmp_eval()
57 goto mismatch; in nft_cmp_eval()
62 mismatch: in nft_cmp_eval()
/linux/lib/
H A Dglobtest.c29 static char const mismatch[] __initconst = "mismatch"; in test() local
39 printk(message, pat, str, mismatch + 3*match); in test()
/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/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/scripts/mod/
H A Dmodpost.c732 /* sections that we do not want to do full section mismatch check on */
802 enum mismatch { enum
821 * @mismatch: Type of mismatch.
827 enum mismatch mismatch; member
837 .mismatch = TEXTDATA_TO_ANY_INIT_EXIT,
843 .mismatch = ANY_INIT_TO_ANY_EXIT,
849 .mismatch = ANY_EXIT_TO_ANY_INIT,
854 .mismatch
1009 default_mismatch_handler(const char * modname,struct elf_info * elf,const struct sectioncheck * const mismatch,Elf_Sym * tsym,unsigned int fsecndx,const char * fromsec,Elf_Addr faddr,const char * tosec,Elf_Addr taddr) default_mismatch_handler() argument
1142 const struct sectioncheck *mismatch; check_section_mismatch() local
[all...]
/linux/drivers/firmware/efi/
H A Druntime-wrappers.c150 unsigned long cur_flags, mismatch; in efi_call_virt_check_flags() local
154 mismatch = flags ^ cur_flags; in efi_call_virt_check_flags()
155 if (!WARN_ON_ONCE(mismatch & ARCH_EFI_IRQ_FLAGS_MASK)) in efi_call_virt_check_flags()
/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/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/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()
579 hw->ctrl.mismatch = 0; in arch_build_bp_info()
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/tools/lib/bpf/
H A Dlinker.c713 pr_warn("byte order mismatch with ELF file %s\n", obj->filename); in linker_load_obj_file()
1218 pr_warn("sec %s types mismatch\n", dst->sec_name); in secs_match()
1222 pr_warn("sec %s flags mismatch\n", dst->sec_name); in secs_match()
1226 pr_warn("sec %s entsize mismatch\n", dst->sec_name); in secs_match()
1689 goto mismatch; in map_defs_match()
1695 goto mismatch; in map_defs_match()
1699 goto mismatch; in map_defs_match()
1706 goto mismatch; in map_defs_match()
1712 goto mismatch; in map_defs_match()
1716 goto mismatch; in map_defs_match()
[all...]
/linux/fs/bcachefs/
H A Ddisk_accounting.c607 prt_str(&buf, "accounting mismatch for "); in bch2_gc_accounting_done()
964 bool mismatch = false; in bch2_verify_accounting_clean() local
1001 mismatch = true; in bch2_verify_accounting_clean()
1031 pr_err("dev accounting mismatch: %s", buf.buf); in bch2_verify_accounting_clean()
1033 mismatch = true; in bch2_verify_accounting_clean()
1044 pr_err("fs_usage_base.%s mismatch: %llu != %llu", #x, base.x, base_inmem.x); \ in bch2_verify_accounting_clean()
1045 mismatch = true; \ in bch2_verify_accounting_clean()
1055 WARN_ON(mismatch); in bch2_verify_accounting_clean()
/linux/Documentation/admin-guide/
H A Dinit.rst29 your hardware. E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM
/linux/Documentation/arch/arm64/
H A Dasymmetric-32bit.rst17 a system, Linux by default treats the asymmetry as a "mismatch" and
20 ``-ENOEXEC``. If the mismatch is detected during late onlining of a
H A Dmemory-tagging-extension.rst24 exception on mismatch, subject to system registers configuration.
61 When ``PROT_MTE`` is enabled on an address range and a mismatch between
/linux/net/sunrpc/
H A Dsvc.c1313 ret->mismatch.lovers = progp->pg_lovers; in svc_generic_init_request()
1314 ret->mismatch.hivers = progp->pg_hivers; in svc_generic_init_request()
1508 xdr_stream_encode_u32(xdr, process.mismatch.lovers); in svc_process_common()
1509 xdr_stream_encode_u32(xdr, process.mismatch.hivers); in svc_process_common()
/linux/tools/testing/selftests/arm64/fp/
H A DREADME57 If an error was detected, details of the mismatch will be printed
/linux/kernel/irq/
H A Dmanage.c1577 goto mismatch; in __setup_irq()
1583 goto mismatch; in __setup_irq()
1588 goto mismatch; in __setup_irq()
1767 mismatch: in __setup_irq()
1769 pr_err("Flags mismatch irq %d. %08x (%s) vs. %08x (%s)\n", in __setup_irq()
/linux/arch/arm/mm/
H A Dproc-macros.S111 #error PTE shared bit mismatch
/linux/fs/
H A Ddcache.c2632 goto mismatch; in d_alloc_parallel()
2634 goto mismatch; in d_alloc_parallel()
2636 goto mismatch; in d_alloc_parallel()
2638 goto mismatch; in d_alloc_parallel()
2649 mismatch: in d_alloc_parallel()
/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx447 - Fix for big-endian in phase mismatch handling. (Michal Jaegermann)
465 - Reduce a bit the number of IO register reads for phase mismatch
472 with all features enabled including the phase mismatch handling
526 - Print out some message if phase mismatch is handled from SCRIPTS.
559 driver to safely enable hardware phase mismatch with 896 rev. 1.
/linux/Documentation/arch/powerpc/
H A Dassociativity.rst43 if they belong to the same higher-level domains. For mismatch at every higher
/linux/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c126 * Handle encap filters first. They will always be mismatch in efx_mcdi_filter_push_prep_set_match_fields()
300 /* special handling for encap type, and mismatch */ in efx_mcdi_filter_mcdi_flags_from_spec()
880 * unprivileged functions can't insert mismatch filters in efx_mcdi_filter_insert_def()
886 "%s%s%s mismatch filter insert failed rc=%d\n", in efx_mcdi_filter_insert_def()
2243 bool mismatch = false; in efx_mcdi_pf_rx_push_rss_config() local
2247 i < ARRAY_SIZE(efx->rss_context.rx_indir_table) && !mismatch; in efx_mcdi_pf_rx_push_rss_config()
2249 mismatch = rx_indir_table[i] != in efx_mcdi_pf_rx_push_rss_config()
2261 else if (mismatch) in efx_mcdi_pf_rx_push_rss_config()
/linux/drivers/md/
H A Draid5-cache.c1798 * so there should not be any mismatch here.
1985 * if there is mismatch for any data page, we drop all data in the mata block
2012 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2017 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2024 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2028 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2047 mismatch: in r5l_recovery_verify_data_checksum_for_mb()
2057 * -EAGAIN for checksum mismatch of data page
2077 * for mismatch in data blocks, we will drop all data in this mb, but in r5c_recovery_analyze_meta_block()
2240 * -EAGAIN means mismatch i in r5c_recovery_flush_log()
[all...]

123