Searched refs:STACK_MAGIC (Results 1 – 3 of 3) sorted by relevance
94 if (STACK_MAGIC != *(unsigned long *)((unsigned long)current+PAGE_SIZE)) in dump()
271 if (map[m] != STACK_MAGIC) { in cpu_check()274 map[m], STACK_MAGIC); in cpu_check()332 err = cpu_fill(obj, STACK_MAGIC); in create_test_object()
22 #define STACK_MAGIC 0xdeadbeef macro