| /linux-6.15/arch/arm/include/asm/ |
| H A D | hw_breakpoint.h | 13 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-6.15/Documentation/networking/ |
| H A D | xfrm_proc.rst | 50 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 dir… 119 …State direction mismatch (lookup found an input state on the output path, expected output or no di…
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_cmp.c | 37 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-6.15/fs/nfsd/ |
| H A D | nfssvc.c | 836 ret->mismatch.lovers = NFSD_ACL_NRVERS; in nfsd_acl_init_request() 840 ret->mismatch.lovers = i; in nfsd_acl_init_request() 844 if (ret->mismatch.lovers == NFSD_ACL_NRVERS) in nfsd_acl_init_request() 846 ret->mismatch.hivers = NFSD_ACL_MINVERS; in nfsd_acl_init_request() 850 ret->mismatch.hivers = i; in nfsd_acl_init_request() 880 ret->mismatch.lovers = NFSD_MAXVERS + 1; in nfsd_init_request() 883 ret->mismatch.lovers = i; in nfsd_init_request() 887 if (ret->mismatch.lovers > NFSD_MAXVERS) in nfsd_init_request() 889 ret->mismatch.hivers = NFSD_MINVERS; in nfsd_init_request() 892 ret->mismatch.hivers = i; in nfsd_init_request()
|
| /linux-6.15/lib/ |
| H A D | globtest.c | 29 static char const mismatch[] __initconst = "mismatch"; in test() local 39 printk(message, pat, str, mismatch + 3*match); in test()
|
| /linux-6.15/Documentation/hwmon/ |
| H A D | w83791d.rst | 158 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-6.15/drivers/s390/cio/ |
| H A D | device_pgid.c | 302 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-6.15/scripts/mod/ |
| H A D | modpost.c | 800 enum mismatch { enum 825 enum mismatch mismatch; member 835 .mismatch = TEXTDATA_TO_ANY_INIT_EXIT, 841 .mismatch = ANY_INIT_TO_ANY_EXIT, 847 .mismatch = ANY_EXIT_TO_ANY_INIT, 852 .mismatch = ANY_INIT_TO_ANY_EXIT, 861 .mismatch = EXTABLE_TO_NON_TEXT, 1041 if (mismatch->mismatch == EXTABLE_TO_NON_TEXT) { in default_mismatch_handler() 1042 if (match(tosec, mismatch->bad_tosec)) in default_mismatch_handler() 1140 const struct sectioncheck *mismatch; in check_section_mismatch() local [all …]
|
| /linux-6.15/drivers/firmware/efi/ |
| H A D | runtime-wrappers.c | 150 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-6.15/tools/memory-model/scripts/ |
| H A D | README | 105 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-6.15/arch/arm/kernel/ |
| H A D | hw_breakpoint.c | 579 hw->ctrl.mismatch = 0; in arch_build_bp_info() 671 info->step_ctrl.mismatch = 1; in enable_single_step() 881 goto mismatch; in breakpoint_handler() 895 mismatch: in breakpoint_handler()
|
| /linux-6.15/Documentation/arch/sparc/ |
| H A D | adi.rst | 11 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-6.15/tools/lib/bpf/ |
| H A D | linker.c | 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() 1723 goto mismatch; in map_defs_match() 1728 goto mismatch; in map_defs_match() 1732 goto mismatch; in map_defs_match() 1736 goto mismatch; in map_defs_match() [all …]
|
| /linux-6.15/fs/bcachefs/ |
| H A D | disk_accounting.c | 925 bool mismatch = false; in bch2_verify_accounting_clean() local 962 mismatch = true; in bch2_verify_accounting_clean() 995 mismatch = true; in bch2_verify_accounting_clean() 1008 mismatch = true; \ in bch2_verify_accounting_clean() 1018 WARN_ON(mismatch); in bch2_verify_accounting_clean()
|
| /linux-6.15/drivers/mmc/core/ |
| H A D | sdio.c | 711 goto mismatch; in mmc_sdio_init_card() 718 goto mismatch; in mmc_sdio_init_card() 840 goto mismatch; in mmc_sdio_init_card() 906 mismatch: in mmc_sdio_init_card()
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | init.rst | 29 your hardware. E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM
|
| /linux-6.15/Documentation/arch/arm64/ |
| H A D | asymmetric-32bit.rst | 17 a system, Linux by default treats the asymmetry as a "mismatch" and 20 ``-ENOEXEC``. If the mismatch is detected during late onlining of a
|
| /linux-6.15/net/sunrpc/ |
| H A D | svc.c | 1309 ret->mismatch.lovers = progp->pg_lovers; in svc_generic_init_request() 1310 ret->mismatch.hivers = progp->pg_hivers; in svc_generic_init_request() 1501 xdr_stream_encode_u32(xdr, process.mismatch.lovers); in svc_process_common() 1502 xdr_stream_encode_u32(xdr, process.mismatch.hivers); in svc_process_common()
|
| /linux-6.15/tools/testing/selftests/arm64/fp/ |
| H A D | README | 57 If an error was detected, details of the mismatch will be printed
|
| /linux-6.15/fs/ |
| H A D | dcache.c | 2602 goto mismatch; in d_alloc_parallel() 2604 goto mismatch; in d_alloc_parallel() 2606 goto mismatch; in d_alloc_parallel() 2608 goto mismatch; in d_alloc_parallel() 2621 mismatch: in d_alloc_parallel()
|
| /linux-6.15/arch/arm/mm/ |
| H A D | proc-macros.S | 111 #error PTE shared bit mismatch
|
| /linux-6.15/include/linux/sunrpc/ |
| H A D | svc.h | 350 } mismatch; member
|
| /linux-6.15/kernel/irq/ |
| H A D | manage.c | 1643 goto mismatch; in __setup_irq() 1649 goto mismatch; in __setup_irq() 1654 goto mismatch; in __setup_irq() 1833 mismatch: in __setup_irq()
|
| /linux-6.15/Documentation/scsi/ |
| H A D | ChangeLog.sym53c8xx | 447 - 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-6.15/Documentation/arch/powerpc/ |
| H A D | associativity.rst | 43 if they belong to the same higher-level domains. For mismatch at every higher
|