Home
last modified time | relevance | path

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

123

/linux-6.12.1/drivers/iommu/intel/
Dcap_audit.c76 bool mismatch = false; in cap_audit_hotplug() local
120 MINIMAL_FEATURE_HOTPLUG(iommu, cap, max_amask_val, CAP_MAMV_MASK, mismatch); in cap_audit_hotplug()
121 MINIMAL_FEATURE_HOTPLUG(iommu, cap, num_fault_regs, CAP_NFR_MASK, mismatch); in cap_audit_hotplug()
122 MINIMAL_FEATURE_HOTPLUG(iommu, cap, super_page_val, CAP_SLLPS_MASK, mismatch); in cap_audit_hotplug()
123 MINIMAL_FEATURE_HOTPLUG(iommu, cap, fault_reg_offset, CAP_FRO_MASK, mismatch); in cap_audit_hotplug()
124 MINIMAL_FEATURE_HOTPLUG(iommu, cap, mgaw, CAP_MGAW_MASK, mismatch); in cap_audit_hotplug()
125 MINIMAL_FEATURE_HOTPLUG(iommu, cap, sagaw, CAP_SAGAW_MASK, mismatch); in cap_audit_hotplug()
126 MINIMAL_FEATURE_HOTPLUG(iommu, cap, ndoms, CAP_NDOMS_MASK, mismatch); in cap_audit_hotplug()
127 MINIMAL_FEATURE_HOTPLUG(iommu, ecap, pss, ECAP_PSS_MASK, mismatch); in cap_audit_hotplug()
128 MINIMAL_FEATURE_HOTPLUG(iommu, ecap, max_handle_mask, ECAP_MHMV_MASK, mismatch); in cap_audit_hotplug()
[all …]
Dcap_audit.h93 #define MINIMAL_FEATURE_HOTPLUG(iommu, cap, feature, MASK, mismatch) \ argument
97 mismatch = true; \
/linux-6.12.1/Documentation/networking/
Dxfrm_proc.rst50 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.12.1/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-6.12.1/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-6.12.1/fs/nfsd/
Dnfssvc.c867 ret->mismatch.lovers = NFSD_ACL_NRVERS; in nfsd_acl_init_request()
871 ret->mismatch.lovers = i; in nfsd_acl_init_request()
875 if (ret->mismatch.lovers == NFSD_ACL_NRVERS) in nfsd_acl_init_request()
877 ret->mismatch.hivers = NFSD_ACL_MINVERS; in nfsd_acl_init_request()
881 ret->mismatch.hivers = i; in nfsd_acl_init_request()
911 ret->mismatch.lovers = NFSD_MAXVERS + 1; in nfsd_init_request()
914 ret->mismatch.lovers = i; in nfsd_init_request()
918 if (ret->mismatch.lovers > NFSD_MAXVERS) in nfsd_init_request()
920 ret->mismatch.hivers = NFSD_MINVERS; in nfsd_init_request()
923 ret->mismatch.hivers = i; in nfsd_init_request()
/linux-6.12.1/lib/
Dglobtest.c29 static char const mismatch[] __initconst = "mismatch"; in test() local
39 printk(message, pat, str, mismatch + 3*match); in test()
/linux-6.12.1/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-6.12.1/drivers/s390/cio/
Ddevice_pgid.c302 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.12.1/scripts/mod/
Dmodpost.c793 enum mismatch { enum
818 enum mismatch mismatch; member
828 .mismatch = TEXTDATA_TO_ANY_INIT_EXIT,
834 .mismatch = ANY_INIT_TO_ANY_EXIT,
840 .mismatch = ANY_EXIT_TO_ANY_INIT,
845 .mismatch = ANY_INIT_TO_ANY_EXIT,
854 .mismatch = EXTABLE_TO_NON_TEXT,
1000 const struct sectioncheck* const mismatch, in default_mismatch_handler() argument
1034 if (mismatch->mismatch == EXTABLE_TO_NON_TEXT) { in default_mismatch_handler()
1035 if (match(tosec, mismatch->bad_tosec)) in default_mismatch_handler()
[all …]
/linux-6.12.1/drivers/firmware/efi/
Druntime-wrappers.c150 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.12.1/tools/lib/bpf/
Dlinker.c1537 goto mismatch; in map_defs_match()
1543 goto mismatch; in map_defs_match()
1547 goto mismatch; in map_defs_match()
1554 goto mismatch; in map_defs_match()
1560 goto mismatch; in map_defs_match()
1564 goto mismatch; in map_defs_match()
1571 goto mismatch; in map_defs_match()
1576 goto mismatch; in map_defs_match()
1580 goto mismatch; in map_defs_match()
1584 goto mismatch; in map_defs_match()
[all …]
/linux-6.12.1/arch/arm/kernel/
Dhw_breakpoint.c579 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.12.1/Documentation/arch/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-6.12.1/tools/memory-model/scripts/
DREADME105 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.12.1/fs/bcachefs/
Ddisk_accounting.c869 bool mismatch = false; in bch2_verify_accounting_clean() local
901 mismatch = true; in bch2_verify_accounting_clean()
934 mismatch = true; in bch2_verify_accounting_clean()
947 mismatch = true; \ in bch2_verify_accounting_clean()
957 WARN_ON(mismatch); in bch2_verify_accounting_clean()
/linux-6.12.1/drivers/mmc/core/
Dsdio.c709 goto mismatch; in mmc_sdio_init_card()
716 goto mismatch; in mmc_sdio_init_card()
838 goto mismatch; in mmc_sdio_init_card()
904 mismatch: in mmc_sdio_init_card()
/linux-6.12.1/Documentation/arch/arm64/
Dasymmetric-32bit.rst17 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.12.1/Documentation/admin-guide/
Dinit.rst29 your hardware. E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM
/linux-6.12.1/net/sunrpc/
Dsvc.c1309 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.12.1/tools/testing/selftests/arm64/fp/
DREADME57 If an error was detected, details of the mismatch will be printed
/linux-6.12.1/fs/
Ddcache.c2555 goto mismatch; in d_alloc_parallel()
2557 goto mismatch; in d_alloc_parallel()
2559 goto mismatch; in d_alloc_parallel()
2561 goto mismatch; in d_alloc_parallel()
2574 mismatch: in d_alloc_parallel()
/linux-6.12.1/kernel/irq/
Dmanage.c1648 goto mismatch; in __setup_irq()
1654 goto mismatch; in __setup_irq()
1659 goto mismatch; in __setup_irq()
1838 mismatch: in __setup_irq()
/linux-6.12.1/arch/arm/mm/
Dproc-macros.S111 #error PTE shared bit mismatch
/linux-6.12.1/include/linux/sunrpc/
Dsvc.h359 } mismatch; member

123