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

/linux-master/drivers/iommu/intel/
H A Dcap_audit.c76 bool mismatch = false; local
120 MINIMAL_FEATURE_HOTPLUG(iommu, cap, max_amask_val, CAP_MAMV_MASK, mismatch);
121 MINIMAL_FEATURE_HOTPLUG(iommu, cap, num_fault_regs, CAP_NFR_MASK, mismatch);
122 MINIMAL_FEATURE_HOTPLUG(iommu, cap, super_page_val, CAP_SLLPS_MASK, mismatch);
123 MINIMAL_FEATURE_HOTPLUG(iommu, cap, fault_reg_offset, CAP_FRO_MASK, mismatch);
124 MINIMAL_FEATURE_HOTPLUG(iommu, cap, mgaw, CAP_MGAW_MASK, mismatch);
125 MINIMAL_FEATURE_HOTPLUG(iommu, cap, sagaw, CAP_SAGAW_MASK, mismatch);
126 MINIMAL_FEATURE_HOTPLUG(iommu, cap, ndoms, CAP_NDOMS_MASK, mismatch);
127 MINIMAL_FEATURE_HOTPLUG(iommu, ecap, pss, ECAP_PSS_MASK, mismatch);
128 MINIMAL_FEATURE_HOTPLUG(iommu, ecap, max_handle_mask, ECAP_MHMV_MASK, mismatch);
[all...]
H A Dcap_audit.h93 #define MINIMAL_FEATURE_HOTPLUG(iommu, cap, feature, MASK, mismatch) \
97 mismatch = true; \
/linux-master/lib/
H A Dglobtest.c29 static char const mismatch[] __initconst = "mismatch";
39 printk(message, pat, str, mismatch + 3*match);
/linux-master/arch/arm/include/asm/
H A Dhw_breakpoint.h13 mismatch : 1, member in struct:arch_hw_breakpoint_ctrl
30 return (ctrl.mismatch << 22) | (ctrl.len << 5) | (ctrl.type << 3) |
45 ctrl->mismatch = reg & 0x1;
/linux-master/net/netfilter/
H A Dnft_cmp.c37 goto mismatch;
41 goto mismatch;
45 goto mismatch;
49 goto mismatch;
53 goto mismatch;
57 goto mismatch;
62 mismatch:
/linux-master/drivers/s390/cio/
H A Ddevice_pgid.c302 int *mismatch, u8 *reserved, u8 *reset)
309 *mismatch = 0;
326 *mismatch = 1;
384 int mismatch = 0; local
391 pgid_analyze(cdev, &pgid, &mismatch, &reserved, &reset);
394 else if (mismatch)
408 cdev->private->pgid_todo_mask, mismatch, reserved, reset);
301 pgid_analyze(struct ccw_device *cdev, struct pgid **p, int *mismatch, u8 *reserved, u8 *reset) argument
/linux-master/fs/nfsd/
H A Dnfssvc.c844 ret->mismatch.lovers = NFSD_ACL_NRVERS;
848 ret->mismatch.lovers = i;
852 if (ret->mismatch.lovers == NFSD_ACL_NRVERS)
854 ret->mismatch.hivers = NFSD_ACL_MINVERS;
858 ret->mismatch.hivers = i;
888 ret->mismatch.lovers = NFSD_NRVERS;
891 ret->mismatch.lovers = i;
895 if (ret->mismatch.lovers == NFSD_NRVERS)
897 ret->mismatch.hivers = NFSD_MINVERS;
900 ret->mismatch
[all...]
/linux-master/scripts/mod/
H A Dmodpost.c735 /* sections that we do not want to do full section mismatch check on */
810 enum mismatch { enum
829 * @mismatch: Type of mismatch.
835 enum mismatch mismatch; member in struct:sectioncheck
845 .mismatch = TEXTDATA_TO_ANY_INIT_EXIT,
851 .mismatch = XXXINIT_TO_SOME_INIT,
857 .mismatch = ANY_INIT_TO_ANY_EXIT,
863 .mismatch
1033 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) argument
1159 const struct sectioncheck *mismatch; local
[all...]
/linux-master/drivers/firmware/efi/
H A Druntime-wrappers.c150 unsigned long cur_flags, mismatch; local
154 mismatch = flags ^ cur_flags;
155 if (!WARN_ON_ONCE(mismatch & ARCH_EFI_IRQ_FLAGS_MASK))
/linux-master/tools/lib/bpf/
H A Dlinker.c1074 pr_warn("sec %s types mismatch\n", dst->sec_name);
1078 pr_warn("sec %s flags mismatch\n", dst->sec_name);
1082 pr_warn("sec %s entsize mismatch\n", dst->sec_name);
1523 goto mismatch;
1529 goto mismatch;
1533 goto mismatch;
1540 goto mismatch;
1546 goto mismatch;
1550 goto mismatch;
1557 goto mismatch;
[all...]
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c177 /* Does this core support mismatch breakpoints? */
415 /* Ensure that we disable the mismatch breakpoint. */
578 hw->ctrl.mismatch = 0;
637 /* We don't allow mismatch breakpoints in kernel space. */
670 info->step_ctrl.mismatch = 1;
798 * Otherwise, insert a temporary mismatch breakpoint so that
880 goto mismatch;
894 mismatch:
/linux-master/drivers/mmc/core/
H A Dsdio.c709 goto mismatch;
716 goto mismatch;
838 goto mismatch;
904 mismatch:
/linux-master/net/sunrpc/
H A Dsvc.c1281 ret->mismatch.lovers = progp->pg_lovers;
1282 ret->mismatch.hivers = progp->pg_hivers;
1473 xdr_stream_encode_u32(xdr, process.mismatch.lovers);
1474 xdr_stream_encode_u32(xdr, process.mismatch.hivers);
/linux-master/include/linux/sunrpc/
H A Dsvc.h326 } mismatch; member in union:svc_process_info::__anon2362
/linux-master/kernel/irq/
H A Dmanage.c1647 goto mismatch;
1653 goto mismatch;
1658 goto mismatch;
1837 mismatch:
1839 pr_err("Flags mismatch irq %d. %08x (%s) vs. %08x (%s)\n",
/linux-master/arch/arm/mm/
H A Dproc-macros.S111 #error PTE shared bit mismatch
/linux-master/drivers/md/
H A Draid5-cache.c1803 * so there should not be any mismatch here.
1990 * if there is mismatch for any data page, we drop all data in the mata block
2017 goto mismatch;
2022 goto mismatch;
2029 goto mismatch;
2033 goto mismatch;
2052 mismatch:
2062 * -EAGAIN for checksum mismatch of data page
2082 * for mismatch in data blocks, we will drop all data in this mb, but
2245 * -EAGAIN means mismatch i
[all...]
/linux-master/fs/
H A Ddcache.c2539 goto mismatch;
2541 goto mismatch;
2543 goto mismatch;
2545 goto mismatch;
2558 mismatch:
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi_filters.c126 * Handle encap filters first. They will always be mismatch
300 /* special handling for encap type, and mismatch */
880 * unprivileged functions can't insert mismatch filters
886 "%s%s%s mismatch filter insert failed rc=%d\n",
2238 bool mismatch = false; local
2242 i < ARRAY_SIZE(efx->rss_context.rx_indir_table) && !mismatch;
2244 mismatch = rx_indir_table[i] !=
2256 else if (mismatch)
/linux-master/drivers/net/ethernet/smsc/
H A Dsmsc911x.c793 int mismatch = 0; local
797 mismatch = 1;
801 if (!mismatch) {
806 SMSC_WARN(pdata, hw, "Data mismatch "
/linux-master/security/selinux/
H A Dhooks.c880 goto mismatch;
882 goto mismatch;
884 goto mismatch;
886 goto mismatch;
891 goto mismatch;
894 mismatch:
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py2461 mismatch = prelinedep - self.depth
2462 warning = self.sv.verbose and abs(mismatch) > 1
2464 if mismatch < 0:
2490 elif mismatch > 0:
2548 # check for a mismatch that returned all the way to callgraph end
2550 if mismatch < 0 and self.list[-1].depth == 0 and self.list[-1].freturn:
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.c171 bfa_fsm_state_decl(bfa_iocpf, mismatch, struct bfa_iocpf, enum iocpf_event);
/linux-master/include/trace/events/
H A Dsunrpc.h543 DEFINE_RPC_REPLY_EVENT(mismatch); variable
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.c199 bfa_fsm_state_decl(bfa_iocpf, mismatch, struct bfa_iocpf_s, enum iocpf_event);

Completed in 545 milliseconds