Home
last modified time | relevance | path

Searched refs:STACKLEAK_POISON (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/misc/lkdtm/
A Dstackleak.c50 if (*(sp - i) == STACKLEAK_POISON) in lkdtm_STACKLEAK_ERASING()
68 if (*(sp - i) != STACKLEAK_POISON) { in lkdtm_STACKLEAK_ERASING()
/linux/kernel/
A Dstackleak.c68 if (*(unsigned long *)kstack_ptr == STACKLEAK_POISON) in stackleak_erase()
98 *(unsigned long *)kstack_ptr = STACKLEAK_POISON; in stackleak_erase()
/linux/include/linux/
A Dstackleak.h12 #define STACKLEAK_POISON -0xBEEF macro
/linux/Documentation/x86/x86_64/
A Dmm.rst156 For both 4- and 5-level layouts, the STACKLEAK_POISON value in the last 2MB
/linux/arch/
A DKconfig544 fills the used part of the kernel stack with the STACKLEAK_POISON

Completed in 9 milliseconds