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