Lines Matching refs:checks
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
446 Software KASAN modes use compiler instrumentation to insert validity checks.