Lines Matching refs:checks
53 Software KASAN modes use compile-time instrumentation to insert validity checks
56 these checks but still requires a compiler version that supports the memory
141 register for arm64). The kernel periodically checks the hardware and
142 only reports tag faults during these checks.
147 checks the write (store) accesses only or all accesses (default: ``off``).
158 Note that enabling this parameter makes Hardware Tag-Based KASAN skip checks
312 checks before each memory access.
329 Compile-time instrumentation is used to insert memory access checks. Compiler
357 Software Tag-Based KASAN uses compile-time instrumentation to insert checks
358 before each memory access. These checks make sure that the tag of the memory
365 memory checks inline). With outline instrumentation mode, a bug report is
473 Software KASAN modes use compiler instrumentation to insert validity checks.