Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/iommu/intel/
A Dcap_audit.c77 bool mismatch = false; in cap_audit_hotplug() local
122 MINIMAL_FEATURE_HOTPLUG(iommu, cap, max_amask_val, CAP_MAMV_MASK, mismatch); in cap_audit_hotplug()
123 MINIMAL_FEATURE_HOTPLUG(iommu, cap, num_fault_regs, CAP_NFR_MASK, mismatch); in cap_audit_hotplug()
124 MINIMAL_FEATURE_HOTPLUG(iommu, cap, super_page_val, CAP_SLLPS_MASK, mismatch); in cap_audit_hotplug()
125 MINIMAL_FEATURE_HOTPLUG(iommu, cap, fault_reg_offset, CAP_FRO_MASK, mismatch); in cap_audit_hotplug()
126 MINIMAL_FEATURE_HOTPLUG(iommu, cap, mgaw, CAP_MGAW_MASK, mismatch); in cap_audit_hotplug()
127 MINIMAL_FEATURE_HOTPLUG(iommu, cap, sagaw, CAP_SAGAW_MASK, mismatch); in cap_audit_hotplug()
128 MINIMAL_FEATURE_HOTPLUG(iommu, cap, ndoms, CAP_NDOMS_MASK, mismatch); in cap_audit_hotplug()
129 MINIMAL_FEATURE_HOTPLUG(iommu, ecap, pss, ECAP_PSS_MASK, mismatch); in cap_audit_hotplug()
131 MINIMAL_FEATURE_HOTPLUG(iommu, ecap, iotlb_offset, ECAP_IRO_MASK, mismatch); in cap_audit_hotplug()
[all …]
A Dcap_audit.h93 #define MINIMAL_FEATURE_HOTPLUG(iommu, cap, feature, MASK, mismatch) \ argument
97 mismatch = true; \
/linux-6.3-rc2/scripts/mod/
A Dmodpost.c858 enum mismatch { enum
892 enum mismatch mismatch; member
911 .mismatch = TEXT_TO_ANY_INIT,
916 .mismatch = DATA_TO_ANY_INIT,
921 .mismatch = DATA_TO_ANY_INIT,
926 .mismatch = TEXT_TO_ANY_EXIT,
931 .mismatch = DATA_TO_ANY_EXIT,
1246 switch (mismatch->mismatch) { in report_sec_mismatch()
1417 if (mismatch) { in check_section_mismatch()
1418 if (mismatch->handler) in check_section_mismatch()
[all …]
/linux-6.3-rc2/arch/arm/include/asm/
A 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.3-rc2/net/netfilter/
A 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.3-rc2/lib/
A Dglobtest.c29 static char const mismatch[] __initconst = "mismatch"; in test() local
39 printk(message, pat, str, mismatch + 3*match); in test()
/linux-6.3-rc2/Documentation/hwmon/
A 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.3-rc2/fs/nfsd/
A Dnfssvc.c878 ret->mismatch.lovers = NFSD_ACL_NRVERS; in nfsd_acl_init_request()
882 ret->mismatch.lovers = i; in nfsd_acl_init_request()
886 if (ret->mismatch.lovers == NFSD_ACL_NRVERS) in nfsd_acl_init_request()
888 ret->mismatch.hivers = NFSD_ACL_MINVERS; in nfsd_acl_init_request()
892 ret->mismatch.hivers = i; in nfsd_acl_init_request()
922 ret->mismatch.lovers = NFSD_NRVERS; in nfsd_init_request()
925 ret->mismatch.lovers = i; in nfsd_init_request()
929 if (ret->mismatch.lovers == NFSD_NRVERS) in nfsd_init_request()
931 ret->mismatch.hivers = NFSD_MINVERS; in nfsd_init_request()
934 ret->mismatch.hivers = i; in nfsd_init_request()
/linux-6.3-rc2/drivers/s390/cio/
A 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.3-rc2/Documentation/networking/
A Dxfrm_proc.rst50 State has mismatch option
51 e.g. UDP encapsulation type is mismatch
/linux-6.3-rc2/drivers/firmware/efi/
A Druntime-wrappers.c108 unsigned long cur_flags, mismatch; in efi_call_virt_check_flags() local
112 mismatch = flags ^ cur_flags; in efi_call_virt_check_flags()
113 if (!WARN_ON_ONCE(mismatch & ARCH_EFI_IRQ_FLAGS_MASK)) in efi_call_virt_check_flags()
/linux-6.3-rc2/tools/lib/bpf/
A Dlinker.c1492 goto mismatch; in map_defs_match()
1498 goto mismatch; in map_defs_match()
1502 goto mismatch; in map_defs_match()
1509 goto mismatch; in map_defs_match()
1515 goto mismatch; in map_defs_match()
1519 goto mismatch; in map_defs_match()
1526 goto mismatch; in map_defs_match()
1531 goto mismatch; in map_defs_match()
1535 goto mismatch; in map_defs_match()
1539 goto mismatch; in map_defs_match()
[all …]
/linux-6.3-rc2/arch/arm/kernel/
A Dhw_breakpoint.c578 hw->ctrl.mismatch = 0; in arch_build_bp_info()
670 info->step_ctrl.mismatch = 1; in enable_single_step()
880 goto mismatch; in breakpoint_handler()
894 mismatch: in breakpoint_handler()
/linux-6.3-rc2/Documentation/sparc/
A 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.3-rc2/drivers/mmc/core/
A 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.3-rc2/Documentation/arm64/
A 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.3-rc2/net/sunrpc/
A Dsvc.c1232 ret->mismatch.lovers = progp->pg_lovers; in svc_generic_init_request()
1233 ret->mismatch.hivers = progp->pg_hivers; in svc_generic_init_request()
1410 xdr_stream_encode_u32(xdr, process.mismatch.lovers); in svc_process_common()
1411 xdr_stream_encode_u32(xdr, process.mismatch.hivers); in svc_process_common()
/linux-6.3-rc2/Documentation/admin-guide/
A Dinit.rst29 your hardware. E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A DREADME57 If an error was detected, details of the mismatch will be printed
/linux-6.3-rc2/include/linux/sunrpc/
A Dsvc.h342 } mismatch; member
/linux-6.3-rc2/fs/
A Ddcache.c2715 goto mismatch; in d_alloc_parallel()
2717 goto mismatch; in d_alloc_parallel()
2719 goto mismatch; in d_alloc_parallel()
2721 goto mismatch; in d_alloc_parallel()
2734 mismatch: in d_alloc_parallel()
/linux-6.3-rc2/Documentation/scsi/
A 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-6.3-rc2/Documentation/powerpc/
A Dassociativity.rst43 if they belong to the same higher-level domains. For mismatch at every higher
/linux-6.3-rc2/arch/arm/mm/
A Dproc-macros.S111 #error PTE shared bit mismatch
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Dmcdi_filters.c2238 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()

Completed in 59 milliseconds

123