/kernel/linux/linux-6.6/drivers/iommu/intel/ |
H A D | cap_audit.c | 76 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...] |
H A D | cap_audit.h | 93 #define MINIMAL_FEATURE_HOTPLUG(iommu, cap, feature, MASK, mismatch) \ 97 mismatch = true; \
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.c | 871 /* sections that we do not want to do full section mismatch check on */ 991 enum mismatch { enum 1015 * @mismatch: Type of mismatch. 1028 enum mismatch mismatch; member 1031 const struct sectioncheck* const mismatch, 1037 const struct sectioncheck* const mismatch, 1048 .mismatch = TEXT_TO_ANY_INIT, 1054 .mismatch 1220 secref_whitelist(const struct sectioncheck *mismatch, const char *fromsec, const char *fromsym, const char *tosec, const char *tosym) secref_whitelist() argument 1444 report_sec_mismatch(const char *modname, const struct sectioncheck *mismatch, const char *fromsec, unsigned long long fromaddr, const char *fromsym, int from_is_func, const char *tosec, const char *tosym, int to_is_func) report_sec_mismatch() argument 1584 default_mismatch_handler(const char *modname, struct elf_info *elf, const struct sectioncheck* const mismatch, Elf_Rela *r, Elf_Sym *sym, const char *fromsec) default_mismatch_handler() argument 1659 report_extable_warnings(const char* modname, struct elf_info* elf, const struct sectioncheck* const mismatch, Elf_Rela* r, Elf_Sym* sym, const char* fromsec, const char* tosec) report_extable_warnings() argument 1697 extable_mismatch_handler(const char* modname, struct elf_info *elf, const struct sectioncheck* const mismatch, Elf_Rela* r, Elf_Sym* sym, const char *fromsec) extable_mismatch_handler() argument 1737 const struct sectioncheck *mismatch = section_mismatch(fromsec, tosec); check_section_mismatch() local [all...] |
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/lib/ |
H A D | globtest.c | 29 static char const mismatch[] __initconst = "mismatch"; in test() 39 printk(message, pat, str, mismatch + 3*match); in test()
|
/kernel/linux/linux-6.6/lib/ |
H A D | globtest.c | 29 static char const mismatch[] __initconst = "mismatch"; in test() 39 printk(message, pat, str, mismatch + 3*match); in test()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfssvc.c | 853 ret->mismatch.lovers = NFSD_ACL_NRVERS; in nfsd_acl_init_request() 857 ret->mismatch.lovers = i; in nfsd_acl_init_request() 861 if (ret->mismatch.lovers == NFSD_ACL_NRVERS) in nfsd_acl_init_request() 863 ret->mismatch.hivers = NFSD_ACL_MINVERS; in nfsd_acl_init_request() 867 ret->mismatch.hivers = i; in nfsd_acl_init_request() 897 ret->mismatch.lovers = NFSD_NRVERS; in nfsd_init_request() 900 ret->mismatch.lovers = i; in nfsd_init_request() 904 if (ret->mismatch.lovers == NFSD_NRVERS) in nfsd_init_request() 906 ret->mismatch.hivers = NFSD_MINVERS; in nfsd_init_request() 909 ret->mismatch in nfsd_init_request() [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfssvc.c | 869 ret->mismatch.lovers = NFSD_ACL_NRVERS; in nfsd_acl_init_request() 873 ret->mismatch.lovers = i; in nfsd_acl_init_request() 877 if (ret->mismatch.lovers == NFSD_ACL_NRVERS) in nfsd_acl_init_request() 879 ret->mismatch.hivers = NFSD_ACL_MINVERS; in nfsd_acl_init_request() 883 ret->mismatch.hivers = i; in nfsd_acl_init_request() 913 ret->mismatch.lovers = NFSD_NRVERS; in nfsd_init_request() 916 ret->mismatch.lovers = i; in nfsd_init_request() 920 if (ret->mismatch.lovers == NFSD_NRVERS) in nfsd_init_request() 922 ret->mismatch.hivers = NFSD_MINVERS; in nfsd_init_request() 925 ret->mismatch in nfsd_init_request() [all...] |
/kernel/linux/linux-5.10/drivers/s390/cio/ |
H A D | device_pgid.c | 301 int *mismatch, u8 *reserved, u8 *reset) in pgid_analyze() 308 *mismatch = 0; in pgid_analyze() 325 *mismatch = 1; in pgid_analyze() 383 int mismatch = 0; in snid_done() local 390 pgid_analyze(cdev, &pgid, &mismatch, &reserved, &reset); in snid_done() 393 else if (mismatch) in snid_done() 407 cdev->private->pgid_todo_mask, mismatch, reserved, reset); in snid_done() 300 pgid_analyze(struct ccw_device *cdev, struct pgid **p, int *mismatch, u8 *reserved, u8 *reset) pgid_analyze() argument
|
/kernel/linux/linux-6.6/drivers/s390/cio/ |
H A D | device_pgid.c | 302 int *mismatch, u8 *reserved, u8 *reset) in pgid_analyze() 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() 301 pgid_analyze(struct ccw_device *cdev, struct pgid **p, int *mismatch, u8 *reserved, u8 *reset) pgid_analyze() argument
|
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 744 /* sections that we do not want to do full section mismatch check on */ 829 enum mismatch { enum 850 * @mismatch: Type of mismatch. 856 enum mismatch mismatch; member 866 .mismatch = TEXT_TO_ANY_INIT, 871 .mismatch = DATA_TO_ANY_INIT, 876 .mismatch = TEXTDATA_TO_ANY_EXIT, 882 .mismatch 1133 default_mismatch_handler(const char *modname, struct elf_info *elf, const struct sectioncheck* const mismatch, Elf_Sym *tsym, unsigned int fsecndx, const char *fromsec, Elf_Addr faddr, const char *tosec, Elf_Addr taddr) default_mismatch_handler() argument 1257 const struct sectioncheck *mismatch; check_section_mismatch() local [all...] |
/kernel/linux/linux-5.10/drivers/firmware/efi/ |
H A D | runtime-wrappers.c | 107 unsigned long cur_flags, mismatch; in efi_call_virt_check_flags() local 111 mismatch = flags ^ cur_flags; in efi_call_virt_check_flags() 112 if (!WARN_ON_ONCE(mismatch & ARCH_EFI_IRQ_FLAGS_MASK)) in efi_call_virt_check_flags()
|
/kernel/linux/linux-6.6/drivers/firmware/efi/ |
H A D | runtime-wrappers.c | 150 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()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | linker.c | 1055 pr_warn("sec %s types mismatch\n", dst->sec_name); in secs_match() 1059 pr_warn("sec %s flags mismatch\n", dst->sec_name); in secs_match() 1063 pr_warn("sec %s entsize mismatch\n", dst->sec_name); in secs_match() 1504 goto mismatch; in map_defs_match() 1510 goto mismatch; in map_defs_match() 1514 goto mismatch; in map_defs_match() 1521 goto mismatch; in map_defs_match() 1527 goto mismatch; in map_defs_match() 1531 goto mismatch; in map_defs_match() 1538 goto mismatch; in map_defs_match() [all...] |
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | hw_breakpoint.c | 177 /* Does this core support mismatch breakpoints? */ 415 /* Ensure that we disable the mismatch breakpoint. */ in arch_uninstall_hw_breakpoint() 578 hw->ctrl.mismatch = 0; in arch_build_bp_info() 637 /* We don't allow mismatch breakpoints in kernel space. */ in hw_breakpoint_arch_parse() 670 info->step_ctrl.mismatch = 1; in enable_single_step() 798 * Otherwise, insert a temporary mismatch breakpoint so that in watchpoint_handler() 880 goto mismatch; in breakpoint_handler() 894 mismatch: in breakpoint_handler()
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | hw_breakpoint.c | 177 /* Does this core support mismatch breakpoints? */ 415 /* Ensure that we disable the mismatch breakpoint. */ in arch_uninstall_hw_breakpoint() 578 hw->ctrl.mismatch = 0; in arch_build_bp_info() 637 /* We don't allow mismatch breakpoints in kernel space. */ in hw_breakpoint_arch_parse() 670 info->step_ctrl.mismatch = 1; in enable_single_step() 798 * Otherwise, insert a temporary mismatch breakpoint so that in watchpoint_handler() 880 goto mismatch; in breakpoint_handler() 894 mismatch: in breakpoint_handler()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sdio.c | 694 goto mismatch; in mmc_sdio_init_card() 701 goto mismatch; in mmc_sdio_init_card() 822 goto mismatch; in mmc_sdio_init_card() 888 mismatch: in mmc_sdio_init_card()
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | sdio.c | 709 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()
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | svc.c | 1264 ret->mismatch.lovers = progp->pg_lovers; in svc_generic_init_request() 1265 ret->mismatch.hivers = progp->pg_hivers; in svc_generic_init_request() 1472 svc_putnl(resv, process.mismatch.lovers); in svc_process_common() 1473 svc_putnl(resv, process.mismatch.hivers); in svc_process_common()
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | svc.c | 1281 ret->mismatch.lovers = progp->pg_lovers; in svc_generic_init_request() 1282 ret->mismatch.hivers = progp->pg_hivers; in svc_generic_init_request() 1470 xdr_stream_encode_u32(xdr, process.mismatch.lovers); in svc_process_common() 1471 xdr_stream_encode_u32(xdr, process.mismatch.hivers); in svc_process_common()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | mcdi_filters.c | 126 * Handle encap filters first. They will always be mismatch in efx_mcdi_filter_push_prep_set_match_fields() 297 /* special handling for encap type, and mismatch */ in efx_mcdi_filter_mcdi_flags_from_spec() 876 * unprivileged functions can't insert mismatch filters in efx_mcdi_filter_insert_def() 882 "%s%s%s mismatch filter insert failed rc=%d\n", in efx_mcdi_filter_insert_def() 2234 bool mismatch = false; in efx_mcdi_pf_rx_push_rss_config() local 2238 i < ARRAY_SIZE(efx->rss_context.rx_indir_table) && !mismatch; in efx_mcdi_pf_rx_push_rss_config() 2240 mismatch = rx_indir_table[i] != in efx_mcdi_pf_rx_push_rss_config() 2252 else if (mismatch) in efx_mcdi_pf_rx_push_rss_config()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | mcdi_filters.c | 126 * Handle encap filters first. They will always be mismatch in efx_mcdi_filter_push_prep_set_match_fields() 300 /* special handling for encap type, and mismatch */ in efx_mcdi_filter_mcdi_flags_from_spec() 880 * unprivileged functions can't insert mismatch filters in efx_mcdi_filter_insert_def() 886 "%s%s%s mismatch filter insert failed rc=%d\n", in efx_mcdi_filter_insert_def() 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()
|