Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/
Dpanic.c41 IS_ENABLED(CONFIG_GCC_PLUGIN_RANDSTRUCT) ? (1 << TAINT_RANDSTRUCT) : 0;
378 [ TAINT_RANDSTRUCT ] = { 'T', ' ', true },
/Linux-v5.4/include/linux/
Dkernel.h597 #define TAINT_RANDSTRUCT 17 macro