Lines Matching full:every
109 in the Makefile. Think of this as applying ``__no_sanitize_memory`` to every
135 KMSAN associates a metadata byte (also called shadow byte) with every byte of
153 propagated into all the operations which use that value. For every instruction
170 Every four bytes of kernel memory also have a so-called origin mapped to them.
172 value was created. Every origin is associated with either the full allocation
179 shadow. For every instruction that takes one or more values, the origin of the
195 same four-byte chunk. In this case every write to either variable updates the
222 To ease debugging, KMSAN creates a new origin for every store of an
236 For every memory access the compiler emits a call to a function that returns a
250 The compiler makes sure that for every loaded value its shadow and origin
265 At the beginning of every instrumented function KMSAN inserts a call to
326 KMSAN instruments every inline assembly output with a call to::
347 Every task_struct has an associated KMSAN task state that holds the KMSAN
388 At boot-time, the kernel allocates shadow and origin pages for every available