Lines Matching refs: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
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::
388 At boot-time, the kernel allocates shadow and origin pages for every available