/linux-6.1.9/drivers/iommu/intel/ |
D | cap_audit.c | 77 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() 130 MINIMAL_FEATURE_HOTPLUG(iommu, ecap, max_handle_mask, ECAP_MHMV_MASK, mismatch); in cap_audit_hotplug() [all …]
|
D | cap_audit.h | 93 #define MINIMAL_FEATURE_HOTPLUG(iommu, cap, feature, MASK, mismatch) \ argument 97 mismatch = true; \
|
/linux-6.1.9/scripts/mod/ |
D | modpost.c | 859 enum mismatch { enum 893 enum mismatch mismatch; member 895 const struct sectioncheck* const mismatch, 901 const struct sectioncheck* const mismatch, 912 .mismatch = TEXT_TO_ANY_INIT, 917 .mismatch = DATA_TO_ANY_INIT, 922 .mismatch = DATA_TO_ANY_INIT, 927 .mismatch = TEXT_TO_ANY_EXIT, 932 .mismatch = DATA_TO_ANY_EXIT, 938 .mismatch = XXXINIT_TO_SOME_INIT, [all …]
|
/linux-6.1.9/arch/arm/include/asm/ |
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()
|
/linux-6.1.9/net/netfilter/ |
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()
|
/linux-6.1.9/lib/ |
D | globtest.c | 29 static char const mismatch[] __initconst = "mismatch"; in test() local 39 printk(message, pat, str, mismatch + 3*match); in test()
|
/linux-6.1.9/Documentation/hwmon/ |
D | w83791d.rst | 158 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.1.9/fs/nfsd/ |
D | nfssvc.c | 864 ret->mismatch.lovers = NFSD_ACL_NRVERS; in nfsd_acl_init_request() 868 ret->mismatch.lovers = i; in nfsd_acl_init_request() 872 if (ret->mismatch.lovers == NFSD_ACL_NRVERS) in nfsd_acl_init_request() 874 ret->mismatch.hivers = NFSD_ACL_MINVERS; in nfsd_acl_init_request() 878 ret->mismatch.hivers = i; in nfsd_acl_init_request() 908 ret->mismatch.lovers = NFSD_NRVERS; in nfsd_init_request() 911 ret->mismatch.lovers = i; in nfsd_init_request() 915 if (ret->mismatch.lovers == NFSD_NRVERS) in nfsd_init_request() 917 ret->mismatch.hivers = NFSD_MINVERS; in nfsd_init_request() 920 ret->mismatch.hivers = i; in nfsd_init_request()
|
/linux-6.1.9/drivers/s390/cio/ |
D | device_pgid.c | 301 int *mismatch, u8 *reserved, u8 *reset) in pgid_analyze() argument 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()
|
/linux-6.1.9/Documentation/networking/ |
D | xfrm_proc.rst | 50 State has mismatch option 51 e.g. UDP encapsulation type is mismatch
|
/linux-6.1.9/drivers/firmware/efi/ |
D | runtime-wrappers.c | 108 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.1.9/tools/lib/bpf/ |
D | linker.c | 1492 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.1.9/arch/arm/kernel/ |
D | hw_breakpoint.c | 578 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.1.9/Documentation/sparc/ |
D | adi.rst | 11 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.1.9/drivers/mmc/core/ |
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()
|
/linux-6.1.9/Documentation/arm64/ |
D | asymmetric-32bit.rst | 17 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.1.9/net/sunrpc/ |
D | svc.c | 1217 ret->mismatch.lovers = progp->pg_lovers; in svc_generic_init_request() 1218 ret->mismatch.hivers = progp->pg_hivers; in svc_generic_init_request() 1408 svc_putnl(resv, process.mismatch.lovers); in svc_process_common() 1409 svc_putnl(resv, process.mismatch.hivers); in svc_process_common()
|
/linux-6.1.9/Documentation/admin-guide/ |
D | init.rst | 29 your hardware. E.g. i386 vs. x86_64 mismatch, or trying to load x86 on ARM
|
/linux-6.1.9/tools/testing/selftests/arm64/fp/ |
D | README | 57 If an error was detected, details of the mismatch will be printed
|
/linux-6.1.9/drivers/cxl/ |
D | Kconfig | 44 numbers. The mismatch is either by omission, specification is too new,
|
/linux-6.1.9/fs/ |
D | dcache.c | 2715 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.1.9/Documentation/scsi/ |
D | ChangeLog.sym53c8xx | 447 - 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.1.9/include/linux/sunrpc/ |
D | svc.h | 409 } mismatch; member
|
/linux-6.1.9/Documentation/powerpc/ |
D | associativity.rst | 43 if they belong to the same higher-level domains. For mismatch at every higher
|
/linux-6.1.9/arch/arm/mm/ |
D | proc-macros.S | 110 #error PTE shared bit mismatch
|