Lines Matching refs:accesses
118 asynchronously checked accesses (including reads).
147 checks the write (store) accesses only or all accesses (default: ``off``).
159 of allocations chosen by sampling and thus miss bad accesses to these
332 memory accesses are valid or not by checking corresponding shadow memory.
364 emits callbacks to check memory accesses; and inline, which performs the shadow
370 Software Tag-Based KASAN uses 0xFF as a match-all pointer tag (accesses through
391 Hardware Tag-Based KASAN uses 0xFF as a match-all pointer tag (accesses through
423 declares all memory accesses as permitted.
428 This allows detection of invalid accesses to module globals, for example.
470 Ignoring accesses
478 Normally, KASAN detects and reports such accesses, but in some cases (e.g.,
479 in memory allocators), these accesses are valid.
498 per-function basis) makes KASAN ignore the accesses that happen directly in
499 that code for software KASAN modes. It does not help when the accesses happen
506 disables the reports for indirect accesses that happen through function calls.