Home
last modified time | relevance | path

Searched refs:STACK_MAGIC (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/h8300/kernel/
Dtraps.c92 if (STACK_MAGIC != *(unsigned long *)((unsigned long)current+PAGE_SIZE)) in dump()
/linux-4.4.14/arch/m68k/mac/
Dmacints.c328 if (STACK_MAGIC != *(unsigned long *)current->kernel_stack_page) in mac_nmi_handler()
/linux-4.4.14/include/linux/
Dkernel.h45 #define STACK_MAGIC 0xdeadbeef macro