Searched refs:checks (Results 1 – 25 of 340) sorted by relevance
12345678910>>...14
| /Linux-v6.6/scripts/clang-tools/ |
| D | run-clang-tools.py | 48 checks = [] 49 checks.append("-checks=-*") 51 checks.append("linuxkernel-*") 53 checks.append("clang-analyzer-*") 54 checks.append("-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling") 55 p = subprocess.run(["clang-tidy", "-p", args.path, ",".join(checks), entry["file"]],
|
| /Linux-v6.6/Documentation/virt/kvm/x86/ |
| D | cpuid.rst | 65 KVM_FEATURE_PV_UNHALT 7 guest checks this feature bit 69 KVM_FEATURE_PV_TLB_FLUSH 9 guest checks this feature bit 77 KVM_FEATURE_PV_SEND_IPI 11 guest checks this feature bit 85 KVM_FEATURE_PV_SCHED_YIELD 13 guest checks this feature bit 89 KVM_FEATURE_ASYNC_PF_INT 14 guest checks this feature bit 95 KVM_FEATURE_MSI_EXT_DEST_ID 15 guest checks this feature bit 99 KVM_FEATURE_HC_MAP_GPA_RANGE 16 guest checks this feature bit before 103 KVM_FEATURE_MIGRATION_CONTROL 17 guest checks this feature bit before 120 KVM_HINTS_REALTIME 0 guest checks this feature bit to
|
| /Linux-v6.6/ |
| D | Kbuild | 61 atomic-checks += $(addprefix $(obj)/.checked-, \ 66 targets += $(atomic-checks) 67 $(atomic-checks): $(obj)/.checked-%: include/linux/atomic/% FORCE 73 prepare: $(offsets-file) missing-syscalls $(atomic-checks)
|
| /Linux-v6.6/tools/perf/tests/shell/lib/ |
| D | perf_json_output_lint.py | 45 checks = { 80 if key not in checks: 82 if not checks[key](value):
|
| /Linux-v6.6/arch/s390/ |
| D | Kconfig.debug | 10 This option enables sanity checks in s390 low-level entry code. 11 Some of these sanity checks may slow down kernel entries and
|
| /Linux-v6.6/arch/parisc/ |
| D | Kconfig.debug | 4 bool "Enable lightweight spinlock checks" 8 Add checks with low performance impact to the spinlock functions
|
| /Linux-v6.6/Documentation/arch/x86/x86_64/ |
| D | machinecheck.rst | 7 Machine checks report internal hardware error conditions detected 11 Machine checks are organized in banks (normally associated with
|
| /Linux-v6.6/tools/testing/memblock/ |
| D | README | 16 consist of a series of checks that exercise both the basic operations and 18 memory allocator is initialized at the build time, so the checks here reuse its 57 The project has one target, main, which calls a group of checks for basic and 95 (...allocation checks...)
|
| /Linux-v6.6/lib/ |
| D | Kconfig.ubsan | 93 This option enables -fsanitize=shift which checks for bit-shift 104 This option enables -fsanitize=integer-divide-by-zero which checks 116 This option enables -fsanitize=unreachable which checks for control 124 This option enables -fsanitize=bool which checks for boolean values being 132 This option enables -fsanitize=enum which checks for values being loaded
|
| /Linux-v6.6/scripts/atomic/ |
| D | gen-atomic-instrumented.sh | 67 local checks="$(gen_params_checks "${meta}" "${order}" "$@")" 77 ${checks}
|
| /Linux-v6.6/drivers/gpu/drm/i915/ |
| D | Kconfig.debug | 30 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) 53 bool "Always insert extra checks around mmio access by default" 56 By default, always enables the extra sanity checks (extra register 66 bool "Insert extra checks into the GEM internals" 70 Enable extra sanity checks (including BUGs) along the GEM driver
|
| /Linux-v6.6/drivers/staging/qlge/ |
| D | TODO | 22 * the driver has a habit of using runtime checks where compile time checks are
|
| /Linux-v6.6/Documentation/dev-tools/ |
| D | testing-overview.rst | 132 Smatch extends Sparse and provides additional checks for programming logic 142 available include API tests, tests for correct usage of kernel iterators, checks 162 It's generally easier to write checks in Smatch than it is to write checks in 163 Sparse. Nevertheless, there are some overlaps between Sparse and Smatch checks. 168 Coccinelle is probably the easiest for writing checks. It works before the
|
| D | kasan.rst | 50 Software KASAN modes use compile-time instrumentation to insert validity checks 53 these checks but still requires a compiler version that supports the memory 138 register for arm64). The kernel periodically checks the hardware and 139 only reports tag faults during these checks. 152 Note that enabling this parameter makes Hardware Tag-Based KASAN skip checks 285 checks before each memory access. 302 Compile-time instrumentation is used to insert memory access checks. Compiler 330 Software Tag-Based KASAN uses compile-time instrumentation to insert checks 331 before each memory access. These checks make sure that the tag of the memory 338 memory checks inline). With outline instrumentation mode, a bug report is [all …]
|
| /Linux-v6.6/Documentation/admin-guide/LSM/ |
| D | index.rst | 6 various security checks to be hooked by new kernel extensions. The name 28 order in which checks are made. The capability module will always
|
| /Linux-v6.6/drivers/gpu/drm/nouveau/ |
| D | Kconfig | 56 The paranoia and spam levels will add a lot of extra checks which 80 and sanity checks.
|
| /Linux-v6.6/Documentation/virt/coco/ |
| D | sev-guest.rst | 46 The firmware checks that the message sequence counter is one greater than 141 - Attempts to bypass PSP checks by the hypervisor by using a normal page, or 146 gated by the PSP CPUID enforcement policy checks performed on the page 148 implements their own checks of the CPUID values.
|
| /Linux-v6.6/Documentation/filesystems/ext4/ |
| D | mmp.rst | 9 etc.), the MMP code running on the node (call it node A) checks a 16 code passes all of those checks, a new MMP sequence number is generated
|
| /Linux-v6.6/fs/ocfs2/ |
| D | Kconfig | 73 bool "OCFS2 expensive checks" 77 This option will enable expensive consistency checks. Enable
|
| /Linux-v6.6/fs/quota/ |
| D | Kconfig | 40 bool "Additional quota sanity checks" 45 sanity checks of quota internal structures. If unsure, say N.
|
| /Linux-v6.6/Documentation/admin-guide/blockdev/drbd/ |
| D | conn-states-8.dot | 5 WFReportParams -> StandAllone [ label = "checks in receive_param()" ]
|
| /Linux-v6.6/drivers/firmware/psci/ |
| D | Kconfig | 9 Run the PSCI checker during startup. This checks that hotplug and
|
| /Linux-v6.6/drivers/net/can/spi/mcp251xfd/ |
| D | Kconfig | 16 This option enables additional sanity checks in the driver,
|
| /Linux-v6.6/Documentation/staging/ |
| D | speculation.rst | 21 checks to be ignored by code which is speculatively executed. Consider the 70 The kernel provides a generic API to ensure that bounds checks are
|
| /Linux-v6.6/Documentation/tools/rv/ |
| D | rv-mon-wip.rst | 21 checks if the wakeup events always take place with preemption disabled.
|
12345678910>>...14