Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/netfilter/
Dnft_cmp.c38 goto mismatch; in nft_cmp_eval()
42 goto mismatch; in nft_cmp_eval()
46 goto mismatch; in nft_cmp_eval()
50 goto mismatch; in nft_cmp_eval()
54 goto mismatch; in nft_cmp_eval()
58 goto mismatch; in nft_cmp_eval()
63 mismatch: in nft_cmp_eval()
/Linux-v4.19/scripts/mod/
Dmodpost.c946 enum mismatch { enum
983 enum mismatch mismatch; member
986 const struct sectioncheck* const mismatch,
992 const struct sectioncheck* const mismatch,
1003 .mismatch = TEXT_TO_ANY_INIT,
1009 .mismatch = DATA_TO_ANY_INIT,
1015 .mismatch = DATA_TO_ANY_INIT,
1024 .mismatch = TEXT_TO_ANY_EXIT,
1030 .mismatch = DATA_TO_ANY_EXIT,
1037 .mismatch = XXXINIT_TO_SOME_INIT,
[all …]
/Linux-v4.19/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-v4.19/lib/
Dglobtest.c29 static char const mismatch[] __initconst = "mismatch"; in test() local
39 printk(message, pat, str, mismatch + 3*match); in test()
DKconfig.debug313 bool "Enable full Section mismatch analysis"
315 The section mismatch analysis checks if there are illegal
323 The section mismatch analysis is always performed after a full
332 - Run the section mismatch analysis for each module/built-in.a file.
333 When we run the section mismatch analysis on vmlinux.o, we
334 lose valuable information about where the mismatch was
337 tells where the mismatch happens much closer to the
338 source. The drawback is that the same mismatch is
344 bool "Make section mismatch errors non-fatal"
348 section mismatch, instead of just throwing warnings.
/Linux-v4.19/Documentation/hwmon/
Dw83791d140 in1 (VINR0) : alarms: 0x000002 beep_mask: 0x002000 <== mismatch
146 in7 (VSB) : alarms: 0x080000 beep_mask: 0x010000 <== mismatch
147 in8 (VBAT) : alarms: 0x100000 beep_mask: 0x020000 <== mismatch
151 temp3 : alarms: 0x002000 beep_mask: 0x000002 <== mismatch
157 tart1 : alarms: 0x010000 beep_mask: 0x040000 <== mismatch
158 tart2 : alarms: 0x020000 beep_mask: 0x080000 <== mismatch
159 tart3 : alarms: 0x040000 beep_mask: 0x100000 <== mismatch
/Linux-v4.19/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()
382 int mismatch = 0; in snid_done() local
389 pgid_analyze(cdev, &pgid, &mismatch, &reserved, &reset); in snid_done()
392 else if (mismatch) in snid_done()
406 cdev->private->pgid_todo_mask, mismatch, reserved, reset); in snid_done()
/Linux-v4.19/Documentation/networking/
Dxfrm_proc.txt37 State has mismatch option
38 e.g. UDP encapsulation type is mismatch
/Linux-v4.19/drivers/firmware/efi/
Druntime-wrappers.c120 unsigned long cur_flags, mismatch; in efi_call_virt_check_flags() local
124 mismatch = flags ^ cur_flags; in efi_call_virt_check_flags()
125 if (!WARN_ON_ONCE(mismatch & ARCH_EFI_IRQ_FLAGS_MASK)) in efi_call_virt_check_flags()
/Linux-v4.19/arch/arm/kernel/
Dhw_breakpoint.c585 hw->ctrl.mismatch = 0; in arch_build_bp_info()
675 info->step_ctrl.mismatch = 1; in enable_single_step()
824 goto mismatch; in breakpoint_handler()
838 mismatch: in breakpoint_handler()
/Linux-v4.19/Documentation/sparc/
Dadi.txt10 matches the tag set by the application. In case of mismatch, processor
55 tag in virtual address and never generate a mismatch exception.
108 siginfo.si_addr = addr; /* PC where first mismatch occurred */
129 NOTE: ADI tag mismatch on a load always results in precise trap.
/Linux-v4.19/Documentation/admin-guide/
Dinit.rst32 E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM hardware.
/Linux-v4.19/fs/
Ddcache.c2518 goto mismatch; in d_alloc_parallel()
2520 goto mismatch; in d_alloc_parallel()
2522 goto mismatch; in d_alloc_parallel()
2524 goto mismatch; in d_alloc_parallel()
2537 mismatch: in d_alloc_parallel()
/Linux-v4.19/kernel/irq/
Dmanage.c1315 goto mismatch; in __setup_irq()
1320 goto mismatch; in __setup_irq()
1501 mismatch: in __setup_irq()
/Linux-v4.19/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-v4.19/arch/arm/mm/
Dproc-macros.S112 #error PTE shared bit mismatch
/Linux-v4.19/drivers/md/
Draid5-cache.c2036 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2041 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2048 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2052 goto mismatch; in r5l_recovery_verify_data_checksum_for_mb()
2071 mismatch: in r5l_recovery_verify_data_checksum_for_mb()
/Linux-v4.19/Documentation/driver-api/usb/
Derror-codes.rst111 ``-EILSEQ`` [#f1]_, [#f2]_ a) CRC mismatch
/Linux-v4.19/Documentation/fb/
Dvesafb.txt158 mtrr: type mismatch for e0000000,8000000 old: write-back new: write-combining
/Linux-v4.19/arch/arm/boot/dts/
Dsun8i-a83t-bananapi-m3.dts303 * avoid any leakage or mismatch.
/Linux-v4.19/Documentation/w1/
Dw1.netlink150 even if there were errors, only length mismatch interrupts message processing.
/Linux-v4.19/Documentation/PCI/
DPCIEBUS-HOWTO.txt89 Failure to do so will result an identity mismatch, which prevents
/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dar9003_mci.c588 u32 *p_gpm = NULL, mismatch = 0, more_data; in ar9003_mci_wait_for_gpm() local
659 mismatch++; in ar9003_mci_wait_for_gpm()
/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c522 goto mismatch; in bpf_object__check_endianness()
528 goto mismatch; in bpf_object__check_endianness()
536 mismatch: in bpf_object__check_endianness()
/Linux-v4.19/drivers/net/ethernet/smsc/
Dsmsc911x.c802 int mismatch = 0; in smsc911x_phy_check_loopbackpkt() local
806 mismatch = 1; in smsc911x_phy_check_loopbackpkt()
810 if (!mismatch) { in smsc911x_phy_check_loopbackpkt()

12