Searched refs:checks (Results 1 – 25 of 275) sorted by relevance
1234567891011
| /Linux-v5.4/Documentation/virt/kvm/ |
| D | cpuid.rst | 65 KVM_FEATURE_PV_UNHAULT 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 103 KVM_HINTS_REALTIME 0 guest checks this feature bit to
|
| /Linux-v5.4/scripts/atomic/ |
| D | gen-atomic-instrumented.sh | 80 local checks="$(gen_params_checks "$@")" 90 ${checks}
|
| /Linux-v5.4/drivers/gpu/drm/i915/ |
| D | Kconfig.debug | 30 select DRM_VGEM # used by igt/prime_vgem (dmabuf interop checks) 49 bool "Always insert extra checks around mmio access by default" 52 By default, always enables the extra sanity checks (extra register 62 bool "Insert extra checks into the GEM internals" 66 Enable extra sanity checks (including BUGs) along the GEM driver
|
| /Linux-v5.4/Documentation/dev-tools/ |
| D | kasan.rst | 12 KASAN uses compile-time instrumentation to insert validity checks before every 168 to access, and use compile-time instrumentation to insert checks of shadow 186 Compile-time instrumentation is used to insert memory access checks. Compiler 206 Software tag-based KASAN uses compile-time instrumentation to insert checks 207 before each memory access. These checks make sure that tag of the memory that 213 memory checks inline). With outline instrumentation mode, a bug report is
|
| /Linux-v5.4/scripts/dtc/ |
| D | Makefile.dtc | 8 checks.c \
|
| D | Makefile | 8 srcpos.o checks.o util.o
|
| /Linux-v5.4/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-v5.4/Documentation/admin-guide/blockdev/drbd/ |
| D | conn-states-8.dot | 5 WFReportParams -> StandAllone [ label = "checks in receive_param()" ]
|
| /Linux-v5.4/drivers/firmware/psci/ |
| D | Kconfig | 9 Run the PSCI checker during startup. This checks that hotplug and
|
| /Linux-v5.4/fs/ocfs2/ |
| D | Kconfig | 71 bool "OCFS2 expensive checks" 75 This option will enable expensive consistency checks. Enable
|
| /Linux-v5.4/fs/quota/ |
| D | Kconfig | 41 bool "Additional quota sanity checks" 46 sanity checks of quota internal structures. If unsure, say N.
|
| /Linux-v5.4/Documentation/ |
| D | speculation.txt | 19 checks to be ignored by code which is speculatively executed. Consider the 68 The kernel provides a generic API to ensure that bounds checks are
|
| /Linux-v5.4/drivers/staging/qlge/ |
| D | TODO | 31 * the driver has a habit of using runtime checks where compile time checks are
|
| /Linux-v5.4/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-v5.4/Documentation/devicetree/bindings/power/supply/ |
| D | da9150-fg.txt | 7 - dlg,update-interval: Interval time (milliseconds) between battery level checks.
|
| /Linux-v5.4/kernel/rcu/ |
| D | Kconfig.debug | 87 This option provides consistency checks in RCU's handling of 88 NO_HZ. These checks have proven quite helpful in detecting
|
| /Linux-v5.4/drivers/md/bcache/ |
| D | Kconfig | 18 Enables extra debugging tools, allows expensive runtime checks to be
|
| /Linux-v5.4/Documentation/devicetree/bindings/thermal/ |
| D | da9062-thermal.txt | 18 milliseconds, between thermal zone device update checks.
|
| /Linux-v5.4/lib/ |
| D | Kconfig.debug | 169 menu "Compile-time checks and compiler options" 300 as uapi header sanity checks. 303 bool "Run sanity checks on uapi headers when building 'all'" 306 This option will run basic sanity checks on uapi headers when 328 The section mismatch analysis checks if there are illegal 377 Add compile-time checks to validate stack metadata, including frame 474 This enables checks whether a k/v free operation frees an area 633 Enable this to turn on extended checks in the virtual-memory system 671 Enable some costly sanity checks in virtual to page code. This can 687 Enable this for additional checks during memory initialisation. [all …]
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | xfs-self-describing-metadata.txt | 47 not detected by automated verification checks) but are not correct. Finding and 85 fast. So while CRC32c is not the strongest of possible integrity checks that 174 further checks are made against the location information, followed by extensive 175 object specific metadata validation. If any of these checks fail, then the 263 /* object specific verification checks here */ 288 /* object specific verification checks here */ 335 verification checks are done when each inode is read from or written back to the 338 The structure of the verifiers and the identifiers checks is very similar to the
|
| /Linux-v5.4/drivers/w1/slaves/ |
| D | w1_ds28e17.c | 89 unsigned int checks; in w1_f19_i2c_busy_wait() local 105 checks = W1_F19_BUSY_CHECKS; in w1_f19_i2c_busy_wait() 106 while ((checks--) > 0) { in w1_f19_i2c_busy_wait()
|
| /Linux-v5.4/sound/soc/sof/ |
| D | Kconfig | 71 bool "SOF strict ABI checks" 73 This option enables strict ABI checks for firmware and topology 81 Say Y if you want strict ABI checks for an SOF release
|
| /Linux-v5.4/Documentation/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-v5.4/Documentation/vm/ |
| D | slub.rst | 46 F Sanity checks on (enables SLAB_DEBUG_CONSISTENCY_CHECKS 58 F.e. in order to boot just with sanity checks and red zoning one would specify:: 73 Red zoning and tracking may realign the slab. We can just apply sanity checks 94 not contain objects. If the slab already contains objects then sanity checks 276 Minimal debugging (sanity checks alone) can be enabled by booting with:: 283 Performance will be impacted by the sanity checks and there will be a
|
| /Linux-v5.4/drivers/lightnvm/ |
| D | Kconfig | 35 Enables debug support for pblk. This includes extra checks, more
|
1234567891011