Home
last modified time | relevance | path

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

123

/Linux-v5.10/scripts/mod/
Dmodpost.c999 enum mismatch { enum
1036 enum mismatch mismatch; member
1039 const struct sectioncheck* const mismatch,
1045 const struct sectioncheck* const mismatch,
1056 .mismatch = TEXT_TO_ANY_INIT,
1062 .mismatch = DATA_TO_ANY_INIT,
1068 .mismatch = DATA_TO_ANY_INIT,
1077 .mismatch = TEXT_TO_ANY_EXIT,
1083 .mismatch = DATA_TO_ANY_EXIT,
1090 .mismatch = XXXINIT_TO_SOME_INIT,
[all …]
/Linux-v5.10/net/netfilter/
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-v5.10/arch/arm/include/asm/
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-v5.10/lib/
Dglobtest.c29 static char const mismatch[] __initconst = "mismatch"; in test() local
39 printk(message, pat, str, mismatch + 3*match); in test()
/Linux-v5.10/Documentation/hwmon/
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-v5.10/fs/nfsd/
Dnfssvc.c821 ret->mismatch.lovers = NFSD_ACL_NRVERS; in nfsd_acl_init_request()
825 ret->mismatch.lovers = i; in nfsd_acl_init_request()
829 if (ret->mismatch.lovers == NFSD_ACL_NRVERS) in nfsd_acl_init_request()
831 ret->mismatch.hivers = NFSD_ACL_MINVERS; in nfsd_acl_init_request()
835 ret->mismatch.hivers = i; in nfsd_acl_init_request()
865 ret->mismatch.lovers = NFSD_NRVERS; in nfsd_init_request()
868 ret->mismatch.lovers = i; in nfsd_init_request()
872 if (ret->mismatch.lovers == NFSD_NRVERS) in nfsd_init_request()
874 ret->mismatch.hivers = NFSD_MINVERS; in nfsd_init_request()
877 ret->mismatch.hivers = i; in nfsd_init_request()
/Linux-v5.10/drivers/s390/cio/
Ddevice_pgid.c301 int *mismatch, u8 *reserved, u8 *reset) in pgid_analyze() argument
308 *mismatch = 0; in pgid_analyze()
325 *mismatch = 1; in pgid_analyze()
383 int mismatch = 0; in snid_done() local
390 pgid_analyze(cdev, &pgid, &mismatch, &reserved, &reset); in snid_done()
393 else if (mismatch) in snid_done()
407 cdev->private->pgid_todo_mask, mismatch, reserved, reset); in snid_done()
/Linux-v5.10/Documentation/networking/
Dxfrm_proc.rst50 State has mismatch option
51 e.g. UDP encapsulation type is mismatch
/Linux-v5.10/drivers/firmware/efi/
Druntime-wrappers.c106 unsigned long cur_flags, mismatch; in efi_call_virt_check_flags() local
110 mismatch = flags ^ cur_flags; in efi_call_virt_check_flags()
111 if (!WARN_ON_ONCE(mismatch & ARCH_EFI_IRQ_FLAGS_MASK)) in efi_call_virt_check_flags()
/Linux-v5.10/Documentation/sparc/
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-v5.10/arch/arm/kernel/
Dhw_breakpoint.c578 hw->ctrl.mismatch = 0; in arch_build_bp_info()
670 info->step_ctrl.mismatch = 1; in enable_single_step()
880 goto mismatch; in breakpoint_handler()
894 mismatch: in breakpoint_handler()
/Linux-v5.10/drivers/mmc/core/
Dsdio.c694 goto mismatch; in mmc_sdio_init_card()
701 goto mismatch; in mmc_sdio_init_card()
820 goto mismatch; in mmc_sdio_init_card()
886 mismatch: in mmc_sdio_init_card()
/Linux-v5.10/Documentation/admin-guide/
Dinit.rst29 your hardware. E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM
/Linux-v5.10/net/sunrpc/
Dsvc.c1260 ret->mismatch.lovers = progp->pg_lovers; in svc_generic_init_request()
1261 ret->mismatch.hivers = progp->pg_hivers; in svc_generic_init_request()
1466 svc_putnl(resv, process.mismatch.lovers); in svc_process_common()
1467 svc_putnl(resv, process.mismatch.hivers); in svc_process_common()
/Linux-v5.10/tools/testing/selftests/arm64/fp/
DREADME57 If an error was detected, details of the mismatch will be printed
/Linux-v5.10/Documentation/arm64/
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-v5.10/include/linux/sunrpc/
Dsvc.h394 } mismatch; member
/Linux-v5.10/Documentation/scsi/
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-v5.10/fs/
Ddcache.c2617 goto mismatch; in d_alloc_parallel()
2619 goto mismatch; in d_alloc_parallel()
2621 goto mismatch; in d_alloc_parallel()
2623 goto mismatch; in d_alloc_parallel()
2636 mismatch: in d_alloc_parallel()
/Linux-v5.10/arch/arm/mm/
Dproc-macros.S111 #error PTE shared bit mismatch
/Linux-v5.10/drivers/net/ethernet/sfc/
Dmcdi_filters.c2234 bool mismatch = false; in efx_mcdi_pf_rx_push_rss_config() local
2238 i < ARRAY_SIZE(efx->rss_context.rx_indir_table) && !mismatch; in efx_mcdi_pf_rx_push_rss_config()
2240 mismatch = rx_indir_table[i] != in efx_mcdi_pf_rx_push_rss_config()
2252 else if (mismatch) in efx_mcdi_pf_rx_push_rss_config()
/Linux-v5.10/drivers/md/
Draid5-cache.c2027 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2032 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2039 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2043 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2062 mismatch: in r5l_recovery_verify_data_checksum_for_mb()
/Linux-v5.10/kernel/irq/
Dmanage.c1501 goto mismatch; in __setup_irq()
1506 goto mismatch; in __setup_irq()
1687 mismatch: in __setup_irq()
/Linux-v5.10/Documentation/driver-api/usb/
Derror-codes.rst111 ``-EILSEQ`` [#f1]_, [#f2]_ a) CRC mismatch
/Linux-v5.10/Documentation/fb/
Dvesafb.rst169 mtrr: type mismatch for e0000000,8000000 old: write-back new:

123