Home
last modified time | relevance | path

Searched refs:TAINT_RANDSTRUCT (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/kernel/
Dpanic.c38 IS_ENABLED(CONFIG_GCC_PLUGIN_RANDSTRUCT) ? (1 << TAINT_RANDSTRUCT) : 0;
329 [ TAINT_RANDSTRUCT ] = { 'T', ' ', true },
/Linux-v4.19/include/linux/
Dkernel.h600 #define TAINT_RANDSTRUCT 17 macro