Lines Matching full: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.
155 Note that enabling this parameter makes Hardware Tag-Based KASAN skip checks
309 checks before each memory access.
326 Compile-time instrumentation is used to insert memory access checks. Compiler
354 Software Tag-Based KASAN uses compile-time instrumentation to insert checks
355 before each memory access. These checks make sure that the tag of the memory
362 memory checks inline). With outline instrumentation mode, a bug report is
470 Software KASAN modes use compiler instrumentation to insert validity checks.