| /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/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/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/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/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 | 816 enum mismatch { enum 841 enum mismatch mismatch; member 851 .mismatch = TEXTDATA_TO_ANY_INIT_EXIT, 857 .mismatch = ANY_INIT_TO_ANY_EXIT, 863 .mismatch = ANY_EXIT_TO_ANY_INIT, 868 .mismatch = ANY_INIT_TO_ANY_EXIT, 877 .mismatch = EXTABLE_TO_NON_TEXT, 1023 const struct sectioncheck* const mismatch, in default_mismatch_handler() argument 1057 if (mismatch->mismatch == EXTABLE_TO_NON_TEXT) { in default_mismatch_handler() 1058 if (match(tosec, mismatch->bad_tosec)) in default_mismatch_handler() [all …]
|
| /linux/scripts/livepatch/ |
| H A D | klp-build | 370 …output=$(patch -d "$SRC" -p1 --dry-run --no-backup-if-mismatch -r /dev/null "${extra_args[@]}" < "… 379 patch -d "$SRC" -p1 --no-backup-if-mismatch -r /dev/null "${extra_args[@]}" --silent < "$patch" 387 patch -d "$SRC" -p1 -R --silent --no-backup-if-mismatch -r /dev/null < "$patch"
|
| /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/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/net/sunrpc/ |
| H A D | svc.c | 1381 ret->mismatch.lovers = progp->pg_lovers; in svc_process_common() 1382 ret->mismatch.hivers = progp->pg_hivers; in svc_process_common() 1574 xdr_stream_encode_u32(xdr, process.mismatch.lovers); in svc_release_rqst() 1575 xdr_stream_encode_u32(xdr, process.mismatch.hivers); in svc_release_rqst()
|
| /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/arch/arm/mm/ |
| H A D | proc-macros.S | 111 #error PTE shared bit mismatch
|
| /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 | 140 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/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
|
| /linux/Documentation/fb/ |
| H A D | vesafb.rst | 169 mtrr: type mismatch for e0000000,8000000 old: write-back new:
|
| /linux/Documentation/scsi/ |
| H A D | ufs.rst | 210 set accordingly and will modify it if there is a mismatch.
|
| /linux/Documentation/w1/ |
| H A D | w1-netlink.rst | 162 even if there were errors, only length mismatch interrupts message processing.
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | sun8i-a83t-bananapi-m3.dts | 331 * avoid any leakage or mismatch.
|