| /linux/rust/proc-macro2/ |
| H A D | wrapper.rs | 48 fn mismatch(line: u32) -> ! { in mismatch() function 118 TokenStream::Fallback(_) => mismatch(line!()), in unwrap_nightly() 124 TokenStream::Compiler(_) => mismatch(line!()), in unwrap_stable() 212 TokenStream::Fallback(_) => mismatch(line!()), in from_iter() 219 TokenStream::Compiler(_) => mismatch(line!()), in from_iter() 407 (Span::Compiler(_), Span::Fallback(_)) => mismatch(line!()), in resolved_at() 408 (Span::Fallback(_), Span::Compiler(_)) => mismatch(line!()), in resolved_at() 416 (Span::Compiler(_), Span::Fallback(_)) => mismatch(line!()), in located_at() 417 (Span::Fallback(_), Span::Compiler(_)) => mismatch(line!()), in located_at() 524 Span::Fallback(_) => mismatch(line!()), in unwrap_nightly() [all …]
|
| /linux/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/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/fs/nfsd/ |
| H A D | nfssvc.c | 816 ret->mismatch.lovers = NFSD_ACL_NRVERS; in nfsd_acl_init_request() 820 ret->mismatch.lovers = i; in nfsd_acl_init_request() 824 if (ret->mismatch.lovers == NFSD_ACL_NRVERS) in nfsd_acl_init_request() 826 ret->mismatch.hivers = NFSD_ACL_MINVERS; in nfsd_acl_init_request() 830 ret->mismatch.hivers = i; in nfsd_acl_init_request() 860 ret->mismatch.lovers = NFSD_MAXVERS + 1; in nfsd_init_request() 863 ret->mismatch.lovers = i; in nfsd_init_request() 867 if (ret->mismatch.lovers > NFSD_MAXVERS) in nfsd_init_request() 869 ret->mismatch.hivers = NFSD_MINVERS; in nfsd_init_request() 872 ret->mismatch.hivers = i; in nfsd_init_request()
|
| /linux/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/lib/ |
| H A D | globtest.c | |
| /linux/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/scripts/mod/ |
| H A D | modpost.c | 811 enum mismatch { enum 836 enum mismatch mismatch; member 846 .mismatch = TEXTDATA_TO_ANY_INIT_EXIT, 852 .mismatch = ANY_INIT_TO_ANY_EXIT, 858 .mismatch = ANY_EXIT_TO_ANY_INIT, 863 .mismatch = ANY_INIT_TO_ANY_EXIT, 872 .mismatch = EXTABLE_TO_NON_TEXT, 1018 const struct sectioncheck* const mismatch, in default_mismatch_handler() argument 1052 if (mismatch->mismatch == EXTABLE_TO_NON_TEXT) { in default_mismatch_handler() 1053 if (match(tosec, mismatch->bad_tosec)) in default_mismatch_handler() [all …]
|
| /linux/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/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/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/tools/lib/bpf/ |
| H A D | linker.c | 1688 goto mismatch; in map_defs_match() 1694 goto mismatch; in map_defs_match() 1698 goto mismatch; in map_defs_match() 1705 goto mismatch; in map_defs_match() 1711 goto mismatch; in map_defs_match() 1715 goto mismatch; in map_defs_match() 1722 goto mismatch; in map_defs_match() 1727 goto mismatch; in map_defs_match() 1731 goto mismatch; in map_defs_match() 1735 goto mismatch; in map_defs_match() [all …]
|
| /linux/net/sunrpc/ |
| H A D | svc.c | 1357 ret->mismatch.lovers = progp->pg_lovers; in svc_generic_init_request() 1358 ret->mismatch.hivers = progp->pg_hivers; in svc_generic_init_request() 1550 xdr_stream_encode_u32(xdr, process.mismatch.lovers); in svc_process_common() 1551 xdr_stream_encode_u32(xdr, process.mismatch.hivers); in svc_process_common()
|
| /linux/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/tools/testing/selftests/arm64/fp/ |
| H A D | README | 57 If an error was detected, details of the mismatch will be printed
|
| /linux/kernel/irq/ |
| H A D | manage.c | 1629 goto mismatch; in __setup_irq() 1635 goto mismatch; in __setup_irq() 1640 goto mismatch; in __setup_irq() 1817 mismatch: in __setup_irq()
|
| /linux/fs/ |
| H A D | dcache.c | 2689 goto mismatch; in d_alloc_parallel() 2691 goto mismatch; in d_alloc_parallel() 2693 goto mismatch; in d_alloc_parallel() 2695 goto mismatch; in d_alloc_parallel() 2706 mismatch: in d_alloc_parallel()
|
| /linux/arch/arm/mm/ |
| H A D | proc-macros.S | 111 #error PTE shared bit mismatch
|
| /linux/include/linux/sunrpc/ |
| H A D | svc.h | 363 } mismatch; 360 } mismatch; global() member
|
| /linux/Documentation/arch/powerpc/ |
| H A D | associativity.rst | 43 if they belong to the same higher-level domains. For mismatch at every higher
|
| /linux/rust/ |
| H A D | Makefile | 139 rustdoc_modifiers_workaround := $(if $(call rustc-min-version,108800),-Cunsafe-allow-abi-mismatch=f…
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | mcdi_filters.c | 2238 bool mismatch = false; in efx_mcdi_pf_rx_push_rss_config() local 2242 i < ARRAY_SIZE(efx->rss_context.rx_indir_table) && !mismatch; in efx_mcdi_pf_rx_push_rss_config() 2244 mismatch = rx_indir_table[i] != in efx_mcdi_pf_rx_push_rss_config() 2256 else if (mismatch) in efx_mcdi_pf_rx_push_rss_config()
|
| /linux/drivers/md/ |
| H A D | raid5-cache.c | 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()
|
| /linux/Documentation/arch/arm64/ |
| H A D | memory-tagging-extension.rst | 24 exception on mismatch, subject to system registers configuration. 61 When ``PROT_MTE`` is enabled on an address range and a mismatch between
|
| /linux/Documentation/driver-api/usb/ |
| H A D | error-codes.rst | 114 ``-EILSEQ`` [#f1]_, [#f2]_ a) CRC mismatch
|